ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Publish / Edit Problem - Blank Page - 1.6.8

August 08, 2009 9:24am

Subscribe [3]
  • #1 / Aug 08, 2009 9:24am

    JoshL

    22 posts

    Hi,

    I’ve upgraded an install from 1.6.4 to 1.6.8

    If I try and publish, or edit an existing entry ( in the control panel ), I just get a blank page.  No source code or anything.

    I’ve disabled all Extensions. Still nothing.

    Any clues as to what I might do to solve this issue?

    Regards,
    Josh

  • #2 / Aug 08, 2009 1:58pm

    Greg Aker

    6022 posts

    Greetings Josh:

    A blank page usually means suppressed PHP errors.  Please see this KB Entry so we can try to get PHP errors to display to the screen.

    -greg

  • #3 / Aug 08, 2009 6:37pm

    Jason McCallister

    255 posts

    I also get the same issue but on the edit page. While in the Control Panel. I did some digging and found that LG Add Site Name was causing this error: “Fatal error: Allowed memory size of 8388608 bytes exhausted”.

    To display the error mesage I changed my system/index.php file to look like this:

    <?php
    
    error_reporting(E_ALL);
    ini_set('display_errors', 1);
    
    $pathinfo = pathinfo(__FILE__);
    $ext = '.'.$pathinfo['extension'];
    
    require './core/core.system'.$ext;
    
    ?>

    I am running MAMP Pro on a fully up to date MacBook Pro and I attempted to increase the maximum memory amount from 8M to 64M and still had no luck…

    The easiest way to fix this… Disable the LG Add Site Name on the Extensions page.

  • #4 / Aug 08, 2009 6:42pm

    Mark Bowen

    12637 posts

    Could it be anything to do with the extension calling home to see if there any updates? Can’t quite remember if that extension does in fact do that but if it does then might that be it?

    I know I’ve used that one in the past on a MAMP install and never had any problems with it. Perhaps you just need to install the LG update notice extension or whatever it is that it requires.

    Best wishes,

    Mark

  • #5 / Aug 09, 2009 12:40am

    JoshL

    22 posts

    Hi all,

    I’m not using LG Add Site Name.

    I’ve managed to get this error message:  I’ve replaced the url with (.......)


    Warning: Publish::include_once(/var/www/vhosts/........com/httpdocs/system/lib/js_calendar.php) [function.Publish-include-once]: failed to open stream: No such file or directory in /var/www/vhosts/........com/httpdocs/system/cp/cp.publish.php on line 1816

    Warning: Publish::include_once() [function.include]: Failed opening ‘/var/www/vhosts/........com/httpdocs/system/lib/js_calendar.php’ for inclusion (include_path=’.:.:’) in /var/www/vhosts/........com/httpdocs/system/cp/cp.publish.php on line 1816

    Notice: Undefined variable: CAL in /var/www/vhosts/........com/httpdocs/system/cp/cp.publish.php on line 1828

    Fatal error: Call to a member function calendar() on a non-object in /var/www/vhosts/........com/httpdocs/system/cp/cp.publish.php on line 1828

  • #6 / Aug 09, 2009 1:17am

    JoshL

    22 posts

    .... I’m such an idiot.

    ok,  in my haste I didn’t upload the ‘lib’ directory.

    This also solved my next question, why can’t I access the Plugin Manager.

    All seems to be well now.  THANK YOU!

  • #7 / Aug 09, 2009 4:30am

    Mark Bowen

    12637 posts

    I’m not using LG Add Site Name.

    I got confused when you said that as I thought you said you were using that extension. 😉

    ok,  in my haste I didn’t upload the ‘lib’ directory.

    Ah excellent news, glad you got it sorted 😊

    Hope everything else goes well for you.

    Best wishes,

    Mark

  • #8 / Aug 09, 2009 2:17pm

    Greg Aker

    6022 posts

    I’m glad you got it figured out.  Don’t hesitate to start a new thread if anything else comes up.

    -greg

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases