lynxis / pdns-gui

Automatically exported from code.google.com/p/pdns-gui
0 stars 0 forks source link

Keep getting an initialization error #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install
2. Browse to url
3. Wait for load
4. Error

What is the expected output? What do you see instead?
- No error, successful loading

What version of the product are you using? On what operating system?
- Latest tgz, Debian 5.0

Please provide any additional information below.
- Through HTTPS

Error Message is "Application failed to initialized correctly..."

Original issue reported on code.google.com by x3r...@gmail.com on 25 Mar 2010 at 10:07

GoogleCodeExporter commented 9 years ago
It also seems dropdowns aren't working, some r is undefined error.

Original comment by x3r...@gmail.com on 25 Mar 2010 at 10:09

GoogleCodeExporter commented 9 years ago
Seems the initialization error is: Stores failed to load in 7 seconds.

Original comment by x3r...@gmail.com on 25 Mar 2010 at 10:13

GoogleCodeExporter commented 9 years ago
This happens if you haven't got the data loaded, which can happen if your 
symfony task failed.  In my case, it was because of the php 5.3 error in issue 
14: the error was in log/frontend-cli.log:

Jun 10 17:20:16 symfony [err] {sfParseException} Configuration file 
"/data/www/pdns-gui/config/../data/symfony/config/php.yml" specifies key 
"zend.ze1_compatibility_mode" which is not a php.ini directive.

This stops the program running and therefore never loads in the data.

Original comment by craig....@gmail.com on 10 Jun 2010 at 6:06

GoogleCodeExporter commented 9 years ago
I ran into these issues also and found that we needed to do just install 
php-xml using:
yum install php-xml

and then re-run the batch/install.sh

Original comment by sunilgsa...@gmail.com on 9 Apr 2011 at 8:26

GoogleCodeExporter commented 9 years ago
in ubuntu it can be resolved by installing php5-xmlrpc

apt-get install xml-rpc

Original comment by m.cocka...@ctidigital.com on 22 Apr 2011 at 3:08