Re: [Plugin]FreeZone Plugin
Posted: 11 Apr 2011, 06:41
You can't run your ManiaLive with php5.2.
Code: Select all
-> Exception with code 0
ManiaLib\Rest\Client needs the CURL PHP extension.
- in /data/server/lol_mini_relax/ManiaLive/libraries/ManiaLib/Rest/Client.php on line 55
- Stack: #0 /data/server/lol_mini_relax/ManiaLive/libraries/ManiaLivePlugins/Freezone/Freezone/Plugin.php(144): ManiaLib\Rest\Client->__construct('lol-mini-relax', '******')
#1 /data/server/lol_mini_relax/ManiaLive/libraries/ManiaLive/PluginHandler/PluginHandler.php(142): ManiaLivePlugins\Freezone\Freezone\Plugin->onLoad()
#2 /data/server/lol_mini_relax/ManiaLive/libraries/ManiaLive/PluginHandler/PluginHandler.php(684): ManiaLive\PluginHandler\PluginHandler->loadPlugins()
#3 /data/server/lol_mini_relax/ManiaLive/libraries/ManiaLive/Application/Event.php(39): ManiaLive\PluginHandler\PluginHandler->onInit()
#4 /data/server/lol_mini_relax/ManiaLive/libraries/ManiaLive/Event/Dispatcher.php(52): ManiaLive\Application\Event->fireDo(Object(ManiaLive\PluginHandler\PluginHandler))
#5 /data/server/lol_mini_relax/ManiaLive/libraries/ManiaLive/Application/AbstractApplication.php(130): ManiaLive\Event\Dispatcher::dispatch(Object(ManiaLive\Application\Event))
#6 /data/server/lol_mini_relax/ManiaLive/libraries/ManiaLiveApplication/Application.php(38): ManiaLive\Application\AbstractApplication->init()
#7 /data/server/lol_mini_relax/ManiaLive/libraries/ManiaLive/Application/AbstractApplication.php(137): ManiaLiveApplication\Application->init()
#8 /data/server/lol_mini_relax/ManiaLive/bootstrapper.php(19): ManiaLive\Application\AbstractApplication->run()
#9 {main}
Has arrived here so:oliverde8 wrote:YOu need to activate the curl extension of PHP
Code: Select all
sudo apt-get install curl libcurl3 libcurl3-dev php5-curl
It's told on the ManiaLive website (http://www.manialive.com/):msok wrote:It would be quite good if who that has shown all packets which are necessary for operation manialive. And that after all as moles we rummage...
And in the startpost:ManiaLive Site wrote: PHP 5.3.1 or higher CLI
cURL extension for PHP (since r189)
Windows or Linux operating system
an xml-rpc's access to a TrackMania dedicated server
PHP SQLlite extension*
farfa wrote:
- Your server must be registered on the manialink "freezone:servers"
- php should be setup with curl and json extensions
- You need MySQL
Works fine on CentOS 5 as long as you have curl and json extensions enabled.msok wrote:Has arrived here so:oliverde8 wrote:YOu need to activate the curl extension of PHPLike as works...Code: Select all
sudo apt-get install curl libcurl3 libcurl3-dev php5-curl
It would be quite good if who that has shown all packets which are necessary for operation manialive. And that after all as moles we rummage...
Tried ubuntu 8.3, CentOS 5 - php 5.3 on them didn't want to work normally. While has stopped on ubuntu 10.4 - like that moves that...