0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

Errors and php notices, what works for me..

    • edfel's Avatar
    • edfel
    • Elite Rocketeer
    • Posts: 584
    • Thanks: 0

    Errors and php notices, what works for me..

    Posted 15 years 4 months ago
    • Hi:

      After dealing with various php errors and notices related with various Joomla components and modules (com_resources for example), I found that enabling Indexes with Apache 2 reduced the activity in the Apache error log to almost zero.

      I was looking for a fix for the error:
      index forbidden by Option directive includes/js/ThemeOffice when I found that setting Options Indexes in Apache conf not only fixed that error but others and speed up my website.

      An important thing is to be sure you have index.html at each directory. The previous setting was Optiona None. I changed to Options Indexes.

      Also, index.html must be defined at Apache index setting (along with index.php). Index.php must be first I guess.

      Well, this is from my experience.

      Later

      8)
    • Apache 2.4.23 | PHP 7.0.10 | MySQL 5.5.50 | RHEL 6.8
      Joomla 3.6.2

Time to create page: 0.070 seconds