Re: [pmapper-users] PHP Mapscript Error

2014-04-18 Thread Emmanuel Adegboye
Hi all. I discovered that php-mapscript is incompatible with PHP 5.4.2 which is what the server is running. So I got the admin to install 5.3 instead. The server uses a Plesk panel for hosting and now I can choose between both versions of PHP if I want PHP to run either in CGI or FastCGI mode. Pr

Re: [pmapper-users] PHP Mapscript Error

2014-04-15 Thread Emmanuel Adegboye
Thanks, I already did but the error persists. I noticed that a mapscript.ini file already exists with the extension=php_mapscript.so line in it and its in a directory being scanned for additional configuration files. Using phpinfo and with a little scanning of the directories, I realised that the

Re: [pmapper-users] PHP Mapscript Error

2014-04-15 Thread Marcello Benigno
Hi Emmanuel, You need edit your php.ini file (probably in /etc/php5/apache2/php.ini) and put the line below: extension=php_mapscript.so Then restart apache: sudo /etc/init.d/apache2 restart Other settings are required, I suggest you read the instructions in this link (PHP.ini section): http: