+ Reply to Thread
Results 1 to 6 of 6

Thread: Some "special:" pages return blank pages

  1. #1
    Join Date
    Jan 2009
    Location
    Seoul, Korea
    Posts
    59

    Default Some "special:" pages return blank pages

    Deki: 9.02
    OS: Ubuntu 9.04 - 64bit

    1. http://<deki>/Special:Recentchanges
    2. http://<deki>/index.php?title=Special:Contributions&target=id
    3. http://<deki>/Special:ListRss
    4. http://<deki>/User:
    5. http://<deki>/index.php?title=Special%3ASearch&search=2바이트 검색어&fulltext=검색

    When I try the above pages via menu items on the top and/or via control panel, all I get are blank pages.
    Anybody any idea?

  2. #2
    Join Date
    Oct 2007
    Location
    San Diego, CA
    Posts
    1,237

    Default

    If you are getting blank pages served then there are probably PHP errors. Check your PHP error log or turn up the error_reporting level in your php.ini

  3. #3
    Join Date
    Jan 2009
    Location
    Seoul, Korea
    Posts
    59

    Default

    error_reporting = E_ALL
    log_errors = On
    error_log = syslog
    (for the last line, I originally used ....error = /var/log/apache2/php.errors......but was getting nothing, so I changed to syslog)

    and I am getting nothing in the syslog file.
    ----
    (several minutes later)

    I added the following line at the top of the "LocaSettings.php":

    error_reporting = E_ALL

    and when I tried the problematic special pages (recent changes, search, etc), I got something like "memory ran out..."...so I went back to php.ini and changed the memory_limit from 16 to 128 (is it too much? the machine has 1 Gb RAM). And, Viola~ it works now.
    Last edited by nikejam; 06-14-2009 at 07:33 AM.

  4. #4
    Join Date
    Oct 2007
    Location
    San Diego, CA
    Posts
    1,237

    Default

    Common issue. Our PHP frontend likes to load the large API XML results into memory for awhile.

  5. #5
    Join Date
    Jan 2009
    Location
    Seoul, Korea
    Posts
    59

    Default

    First of all, THANKS! (forgot to thank you in prev. reply :-)

    What is the recommended "memory_limit" in the "php.ini" file?
    If 16Mb is too low for some setting, shouldn't the installer (http://<your deki>/config/index.php, I guess?) check for it?
    I tried the FAQ and couldn't find a relavant page.

  6. #6
    Join Date
    Oct 2007
    Location
    San Diego, CA
    Posts
    1,237

    Default

    PeteE recommends at least 64megs. Glad you figured out the problem.

+ Reply to Thread

Posting Permissions

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