1. Vote now - Choose the template types you want in coming months


    JA HawkStore - Stable version Released


    JM Siotis - Beta version released


    Tools & Tips - Make your Joomla site faster


    JA Brisk, Mitius, Onepage & Mero updated - Offcanvas navigation for mobile now available


    5 more JATC extensions updated - Backend UI improvement & new coding standards.


User Tag List

+ Reply to Thread
 
Results 1 to 4 of 4
  1. #1
    Licensed Member
    JoomlaTemplate Club Member - Personal License - 1 YearJoomla Extensions Club - 1 Year

    Join Date
    Oct 2010
    Location
    Vancouver
    Posts
    75
    Points
    131.98
    Downloads
    2239
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Upgrading php 5.2 to php 5.3

    Hello,
    I just upgraded php 5.2 to 5.3 on my hosting account. Now (just five minutes after the change) all my web sites, which are running only JA templates, are giving this error
    “Internal Server Error: The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log.”
    Is there anything I could do to fix this problem? I would like to keep using php 5.3 as there are new components that require php 5.3.
    I would appreciate very much your help.
    Thanks,

  2. #2
    Licensed Member
    Joomla Developer Membership - 1 yearJoomlaTemplate Club Member - Personal License - 1 Year ExpiredWall Builder Expired

    Join Date
    Nov 2011
    Location
    4WSS - CH
    Posts
    1,604
    Points
    4,018.68
    Downloads
    279
    Uploads
    0
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    144
    Thanked 550 Times in 487 Posts
    Hi

    I don't know if this will help and your hosting company should be able to point you in the right direction but when I upgraded from 5.2.7 to 5.3.4 I needed to add some code into my php.fcqi and .htaccess files.

    You might want to check with them if you need to do the same especially if they are running multiple versions of php on their servers.
    I'm not a moderator, staff or support member. So for your own safety, DO A BACKUP first!


    *swissa is looking for beta testers*

  3. #3
    Licensed Member
    JoomlaTemplate Club Member - Personal License - 1 YearJoomla Extensions Club - 1 Year

    Join Date
    Oct 2010
    Location
    Vancouver
    Posts
    75
    Points
    131.98
    Downloads
    2239
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hello,
    Thank you so much for your reply. I searched this problem on Joomla forum and found a few entries, but not solution was offered. Here I posted it thinking in JA templates requirements. I contacted Godaddy after the problem, but the agent could not help. He just suggested going back to Php 5.2. I will contact them again to see if I get in touch with a more knowledgeable technician. Again, thanks!

  4. #4
    Licensed Member
    Joomla Developer Membership - 1 yearJoomlaTemplate Club Member - Personal License - 1 Year ExpiredWall Builder Expired

    Join Date
    Nov 2011
    Location
    4WSS - CH
    Posts
    1,604
    Points
    4,018.68
    Downloads
    279
    Uploads
    0
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    144
    Thanked 550 Times in 487 Posts
    Gerne

    From what I hear, Godaddy is on of the worst hosting company. They allow you to do so little. Perhaps look to change but with php it is not easy anyway if your hosting company has many live options.

    This is what I did (sorry is in German)

    Erstellen der .htaccess Datei mit folgendem Inhalt:
    AddHandler php5-fastcgi .php .php5


    Öffnen Sie die Datei php.fcgi zur Bearbeitung.
    Nehmen Sie auf Zeile 3 folgende Anpassung vor:

    bestehend (PHP 5.2)
    PHP_CGI=/usr/bin/php-cgi

    neu (PHP 5.3)

    PHP_CGI=/opt/php53/bin/php-cgi

    Ask if Godaddy have something similar.
    I'm not a moderator, staff or support member. So for your own safety, DO A BACKUP first!


    *swissa is looking for beta testers*

+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts