0
Welcome Guest! Login
0 items Join Now

SOLVED Gantry themes load white page J1.5

  • SOLVED Gantry themes load white page J1.5

    Posted 14 years 1 week ago
    • Hi,

      I have a web site based on Solar Sentential. The customer wanted part of the web site to use Juxta, a gantry theme. It will not load. When Juxta is mapped to display for the menu item it loads a white page. I I tried Somaxiom too with same results. I am running Joomla 1.5.22 and Juxta 1.5.4 with gantry 3.1.11. I have tried to remove and reinstall Juxta and remove and reinstall Gantry with not success. I also rebuilt Apache on the server. That did not help either. I'm not seeing any errors in the logs either. Not sure what else to try. I use Gantry themes on our other servers with no issue. I'm not sure hot to approach this issue.

      Oh more info:
      PHP Version: 5.3.6
      Web Server: Apache/2.2.17
      Database Version: 5.0.92

      Any help or direction would be great.

      - Mike
    • Last Edit: 14 years 1 week ago by Mike Brandonisio.
    • www.jikometrix.net
      JIKOmetrix - Reliable web hosting
  • Re: SOLVED Gantry themes load white page J1.5

    Posted 14 years 1 week ago
    • Also called "the white screen of death", could be php file size allowance issue.

      Paste this into the top of your index.php file, just under <?php:

      error_reporting(E_ALL);
      ini_set('display_errors',TRUE);

      reload the page and you should see a message saying something like memory has run out.

      Go to your php.ini file and increase "memory_limit" to 32mb.

      Worked for me.

      Lars.
  • Re: SOLVED Gantry themes load white page J1.5

    Posted 14 years 1 week ago
    • Hi,

      I tried that and it displays nothing. I also tried to up the memory limit from 32mb to 64mb and no luck. Still white screen.

      Any more suggestions on what to look at?

      If I could see and error or something I would have some clue but I have nothing on screen or in the log files. Usually a white php screen would written something to error_log, but nothing there.

      - Mike
    • www.jikometrix.net
      JIKOmetrix - Reliable web hosting
  • Re: SOLVED Gantry themes load white page J1.5

    Posted 14 years 1 week ago
    • Hi,

      PHP after the rebuild is 5.3.6

      I added this:

      error_reporting(~E_ALL);
      ini_set('display_errors',TRUE);

      to /components/com_gantry/gantry.php just after the <?php

      and got this. I'm thinking I need to roll PHP back to a different version.
      Strict Standards: Non-static method JUtility::parseAttributes() should not be called statically, assuming $this from incompatible context in/libraries/joomla/document/html/html.php on line 382
       
      Strict Standards: Non-static method JLoader::load() should not be called statically in /home/imec/public_html/subsites/mt-online.com/libraries/loader.php on line 161
       
      Strict Standards: Non-static method JLoader::register() should not be called statically in /libraries/loader.php on line 138
       
      Strict Standards: Non-static method JModuleHelper::getModules() should not be called statically, assuming $this from incompatible context in /libraries/joomla/document/html/renderer/modules.php on line 40
       
      Strict Standards: Non-static method JModuleHelper::_load() should not be called statically, assuming $this from incompatible context in /libraries/joomla/application/module/helper.php on line 88

      This is not all of the errors. I clipped them because of forum post limits.

      - Mike
    • Last Edit: 14 years 1 week ago by Mike Brandonisio.
    • www.jikometrix.net
      JIKOmetrix - Reliable web hosting
  • Re: SOLVED Gantry themes load white page J1.5

    Posted 14 years 1 week ago
    • Hi,

      I tried to downgrade PHP to 5.2.17.

      This did not help. Suggestions?

      - Mike
    • www.jikometrix.net
      JIKOmetrix - Reliable web hosting
  • Re: SOLVED Gantry themes load white page J1.5

    Posted 14 years 1 week ago
    • Hi,

      And the plot thickens. So I go to view source and the entire page is in the source but not displaying.

      Getting closer. Suggestions?

      - Mike
    • www.jikometrix.net
      JIKOmetrix - Reliable web hosting
  • Re: SOLVED Gantry themes load white page J1.5

    Posted 14 years 1 week ago
    • Hi,

      Okay, now I'm getting somewhere. It turns out that something is inserting:
      <!--[if IE 7]>
        <!--[if lte IE 6]>

      Before the head. Basically these are open comment tags without a closing tag.

      Now have to figure out why they are not closed or what is inserting them.

      Suggestions?

      - Mike
    • www.jikometrix.net
      JIKOmetrix - Reliable web hosting
  • Re: SOLVED Gantry themes load white page J1.5

    Posted 14 years 1 week ago
    • Hi,

      I removed K2 and the page started working properly. Wow what a run.

      - Mike
    • www.jikometrix.net
      JIKOmetrix - Reliable web hosting
  • Re: SOLVED Gantry themes load white page J1.5

    Posted 14 years 1 week ago
    • Well done, and thankyou for posting the whole sorry story...! It may help someone further down the line.

      Thanks,

      Lars

Time to create page: 0.066 seconds