Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Installation BROKE site
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Installation BROKE site
#2339
Installation BROKE site 14 Years, 7 Months ago Karma: 0
I just installed ARI Smart Content on my staging site, and the entire site (front and backend) is now completely non-functional. The site was working fine up until the moment I installed the component.

Site URL: ctgtstaging.net (latest version of Joomla)

I deleted the ari folder in the /components directory, but that didn't bring the site backup.
The administrator has disabled public write access.
 
#2340
Re:Installation BROKE site: URGENT 14 Years, 7 Months ago Karma: 0
I've also tried deleting the items in the plugins/content folder to no avail.

This is urgent...I've never had an component install cause the entire site to fail. Please respond at your earliest opportunity.
The administrator has disabled public write access.
 
#2341
Re:Installation BROKE site: URGENT 14 Years, 7 Months ago Karma: 747
Hello,

Check your mail, please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#2342
Re:Installation BROKE site: URGENT 14 Years, 7 Months ago Karma: 747
It seems that you use 'ARI Smart Content' incorrectly, you don't need to assign menu point with 'ARI Smart Content', assign it with standard Joomla! article and place in article needed plugin code. For example if want to display table with help ARI JTableSorter plugin, you can do the following steps:

1) Create Joomla! article. For this open 'Content->Article Manager' page on your Joomla! backend, click 'New' button, create needed article and place the following plugin code in it:

Code:


{arijtablesorter}
  <table>
    <thead>
      <tr>
        <th>column1</th>
        <th>column2</th>
        <th>column3</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>content1</td>
        <td>content2</td>
        <td>content3</td>
      </tr>
      <tr>
        <td>content1-1</td>
        <td>content2-2</td>
        <td>content3-3</td>
      </tr>
    </tbody>
  </table>
{/arijtablesorter}



and save this article.

2) Open 'Menu-><Needed_menu_section>' page on your Joomla! backend, click 'New' button and choose 'Internal Link->Articles->Article->Article Layout' menu item type and choose article which you created on previous step.

3) Configure another menu parameters and click 'Save'. That's all.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#2344
Re:Installation BROKE site 14 Years, 7 Months ago Karma: 0
Hello,

I worked with my host provider to fix the problem.

The installation process was reseting the permissions of my home/user directory to 777, which caused the site to fail. Since I did not have direct access to this folder via cpanel, my host provider reset the permissions and the site became available again.

I use Rochen as my host provider. They said that some of the "older" components sometimes did this. Also, I've never had this problem before with any of my other components.

Is there a reason that the installation process needs to reset these permissions?

Thanks,
Lupe
The administrator has disabled public write access.
 
#2345
Re:Installation BROKE site 14 Years, 7 Months ago Karma: 747
Hello,

The component had this problem, but we have recently fixed it. We did this last week. When you downloaded the component, can you have an older version? You can download the latest version of the component in 'Member Area' on our site.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12