I have installed version 1.4.4, on a linux (ubuntu) running Apache 2.0, MySql 5 and php 5
I removed the Nuke check in order to get the installation script working, now I can run the script but I get the following error:
Fatal error: Call to undefined function remove_remarks() in /opt/lampp/htdocs/coppermine/install.php on line 456
Grateful for help.
Hi!.
Please, excuse my bad english.
Check your php.ini configuration, there is a item called include_path, it must be: ".;/PATH" (.; at the start)
Hope be helpfully :)
Ensure you uploaded include/sql_parse.php
Thanks for your help. I solved this eventually by adding the following line to install.php:
require('include/sql_parse.php');