Menu

#95 Index.php is Blank

open
nobody
None
5
2012-10-11
2004-07-22
Anonymous
No

Hey, I installed phpwiki but when I open it in a browser
the index.php is blank, and when I view the source it
says:

Do you have any idea how to fix this?

Discussion

  • liao bin

    liao bin - 2004-11-02

    Logged In: YES
    user_id=147446

    it's seem to must comment index.php "if xxx" at beging?

     
  • Reini Urban

    Reini Urban - 2004-11-24

    Logged In: YES
    user_id=13755

    set register_globals = on

     
  • Antilles

    Antilles - 2005-03-17

    Logged In: YES
    user_id=1241075

    I'm having the exact same problems.. Where am I supposed to
    set register_globals = on? In which file? Im sort of new to
    php (I know C). Please help!

     
  • bikeracer

    bikeracer - 2005-06-29

    Logged In: YES
    user_id=1303624

    Did you get your problem fixed?

    I ran into a similar issue when installing php wiki on windows.
    Windows dist of php ships a file named php.ini-recommended.
    This has settings that are incompatable with phpwiki
    You must edit php/php.ini file and change this setting to on

    register_long_arrays = On

    I would also probably set this to On until you have it
    running. This setting has some security issues so when
    debugged, change it back to off

    display_errors = On

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.