Closed GoogleCodeExporter closed 8 years ago
This is because your PHP installation is missing "json" module. To install
PHP-JSON
on CentOS you will need to follow instructions below:
* Login to shell prompt with user credentials (which allows you to install
stuff on
server).
<pre>
yum update "*php*"
yum install php-pear php-devel gcc make
pecl install json
</pre>
* Create a new file in /etc/php.d/ called json.ini. The file should contain this
line: extension=json.so
* Restart the HTTP (Apache) Server by command: service httpd restart
Original comment by level7systems@googlemail.com
on 10 Feb 2010 at 8:42
i used ubuntu 10.04 server to install this pdns-server and pdns-gui, but i got
that error message (Application failed to initialized correctly. Please reload
in a few moments, and if this message apears again, contact our support team.).
i use pdns-server 2.9.22-3 and pdns-gui 0.3.3. i also have installed json
extension on php. but i still got that error message. why it should be? help
me, please.
Best Regards,
Gugi
Original comment by gugi.gus...@gmail.com
on 17 Dec 2010 at 3:55
I have the same problem, installed and enabled php json, I use Debian 6 and
php5.3
Original comment by big...@gmail.com
on 31 May 2011 at 9:19
Hi, could you please try:
http://you-web-server/frontend_dev.php
and post the result here.
Thanks
Original comment by ch...@wima.co.uk
on 31 May 2011 at 9:26
[sfException]
Function set_magic_quotes_runtime() is deprecated
stack trace
at ()
in SF_ROOT_DIR/plugins/sfErrorHandlerPlugin/lib/sfHardenedRenderingFilter.class.php line 66 ...
} catch (sfLegacyErrorException $e) {
ob_clean(); // don't care what's in the buffer, we've got all we need
throw new sfException($e->getMessage(), $e->getCode());
} catch (sfStopException $e) {
// do nothing, these are expected (and therefore need to be caught)
} catch (sfError404Exception $e) {
at sfHardenedRenderingFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/symfony/filter/sfFilterChain.class.php line 43 ...
}
// execute the next filter
$this->chain[$this->index]->execute($this);
}
}
at sfFilterChain->execute()
in SF_ROOT_DIR/lib/symfony/controller/sfController.class.php line 283 ...
}
// process the filter chain
$filterChain->execute();
}
else
{
at sfController->forward('ext', 'index')
in SF_ROOT_DIR/lib/symfony/controller/sfFrontWebController.class.php line 48 ...
$actionName = $request->getParameter('action');
// make the first request
$this->forward($moduleName, $actionName);
}
catch (sfException $e)
{
at sfFrontWebController->dispatch()
in SF_ROOT_DIR/web/frontend_dev.php line 10 ...
require_once(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'apps'.DIRECTORY_SEPARATOR.SF_APP.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php');
sfContext::getInstance()->getController()->dispatch();
symfony settings ...
request ...
response ...
global vars ...
symfony v.1.0.20 - php 5.3.5-1ubuntu7.2
for help resolving this issue, please visit http://www.symfony-project.org/.
Original comment by tbou...@bsecure.com
on 21 Jun 2011 at 9:31
Sorry, should have mentioned that I am running the same versions as Gugi.
Also, this is a fresh install of apache. I did get an error after the initial
install saying that the reference to "zend.ze1_compatibility_mode: off" in
/var/www/pdns-gui.0.3.3/data/symfony/config/php.yml was an invalid call. I
commented that out and was able to get to the error mentioned above.
Original comment by tbou...@bsecure.com
on 21 Jun 2011 at 9:35
It looks like this application is still incompatible with PHP 5.3.
The function set_magic_quotes_runtime is deprecated on 5.3;
Original comment by felipefi...@gmail.com
on 1 Feb 2012 at 9:46
are there any news concerning the php5.3 compatibility ? i get the same issue
as tbou..
Original comment by alternat...@googlemail.com
on 14 Mar 2012 at 1:41
hello here, any info on PHP 5.3 compatibility with pdns-gui 0.3.3 ???
Original comment by raivis.j...@gmail.com
on 16 May 2013 at 6:54
Original issue reported on code.google.com by
hoy...@gmail.com
on 10 Feb 2010 at 4:39Attachments: