Menu

adminer not working? zwamp-1.1.2

Help
Anonymous
2011-01-13
2012-09-25
  • Anonymous

    Anonymous - 2011-01-13

    when launched http://localhost/adminer brings up a
    blank page in firefox and chrome reports a server error:
    http://i.imgur.com/0Nm86.png localhost/apc
    does work though but i cant do anything with it.

    maybe i am doing something stupid but i tried searching for some documentation
    besides the readme and can't seem to figure out what i would need to do.

    fyi im running off a usb stick on windows 7 x64 (but also tested win7 x86 on a
    hard drive and had the same problem)

    thanks for any guidance.

     
  • Anonymous

    Anonymous - 2011-01-16

    Using Windows 7 x64 and Z:WAMP 1.1.2.

    I also can not open http://localhost/adminer

    In the error log i find the following after making a request:

    PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
    allocate 6291456 bytes) in Z:\.sys\adminer\index.php on line 1349

    Also I can not connect to the database from web-applications. I get the
    following error trying to initialize a WordPress installation, might be
    related:

    Your PHP installation appears to be missing the MySQL extension which is
    required by WordPress

     
  • Anonymous

    Anonymous - 2011-01-17

    original poster here. i have confirmed that i get the same error in the log
    when trying to access adminer

    PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
    allocate 6291456 bytes) in Z:\.sys\adminer\index.php on line 1349

     
  • Tristan Smith

    Tristan Smith - 2011-02-28

    Go to your PHP configuration and change "memory_limit=8M" to
    "memory_limit=12M".

    Restart the server and Adminer should now work correctly.

     

Log in to post a comment.