Spacefish / powerdns-webinterface

Automatically exported from code.google.com/p/powerdns-webinterface
Apache License 2.0
10 stars 4 forks source link

Error when first accessing the pdns-webinterface #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install pdns-webinterface
2. Access it from any browser that hasn't accessed it before

What is the expected output? What do you see instead?
Recieve Notice: Undefined index: sid in /lib/Session.php on line 57 error 
message. It only appears once

What version of the product are you using? On what operating system?
1.4

Original issue reported on code.google.com by ruben.ar...@gmail.com on 8 Nov 2011 at 7:55

GoogleCodeExporter commented 9 years ago
i will try to reproduce this problem in a VM

Original comment by timo.witte on 17 Nov 2011 at 8:46

GoogleCodeExporter commented 9 years ago
i will try to reproduce this problem in a VM

Original comment by timo.witte on 17 Nov 2011 at 8:46

GoogleCodeExporter commented 9 years ago
i tried it out on a fresh debian 6 install, i had the same problems (white 
page). The problems appeared because there is a exception inside the exception 
handler (lol). I changed the code a littlebit that we can see such exception 
now.

There are 4 pitfalls i encountered:
1. the mysql module is not loaded in php
2. the login information for the database is wrong
3. the table inside the database is missing
4. the directory web/tmp/templates_c isn´t writable for the webserver

please use version 1.4.1 to see errors!

Original comment by timo.witte on 17 Nov 2011 at 10:34