0
Welcome Guest! Login
0 items Join Now

Ionosphere template errors

    • Chiza's Avatar
    • Chiza
    • Newbie
    • Posts: 6
    • Thanks: 0

    Ionosphere template errors

    Posted 12 years 10 months ago
    • When I select Ionosphere to be my default template I get this error: "! SCREAM.........Strict standards: Only variables should be assigned by reference in
      C:\wamp\www\templates\rt_ionosphere\html\config.php on line 13......" then I cant see my articles. This does not happen when I switch back to the default Joomla template.
      I have installed the latest version of Gantry, I have tried to uninstall and reinstall Joomla using Rocket launcher but all in vain, still getting the same error. Please let me know the reason behind this error message. I have little knowledge in php language.
      Thanks
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: Ionosphere template errors

    Posted 12 years 10 months ago
    • Hi
      and welcome to the forums :)
      Strict Standards is a notification message from your PHP version that it believes that your PHP coding for the site isn't up to snuff.
      Add this to your php.ini file or if already there uncomment the semi-colon:
      error_reporting = E_ALL & ~E_NOTICE;
      What PHP version is on your server?
      Admin -> Site -> System Information -> PHP Information -> PHP Version
    • Chiza's Avatar
    • Chiza
    • Newbie
    • Posts: 6
    • Thanks: 0

    Re: Ionosphere template errors

    Posted 12 years 10 months ago
    • Thanks DanG. The problem has been resolved after installing the earlier version of php(5.3. 8) . Before this, the server had php version 5.4.3.
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: Ionosphere template errors

    Posted 12 years 10 months ago
    • Chiza wrote:
      Thanks DanG. The problem has been resolved after installing the earlier version of php(5.3. 8) . Before this, the server had php version 5.4.3.
      My personal rule of thumb is I'll try the latest stable PHP version release on my testbeds but won't go near a production site till it's been in the wild for at least 6 months.

      Check my signature and click the button beside "Marking your threads as Solved". Thanks.

Time to create page: 0.070 seconds