coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 install => Topic started by: davsap on March 18, 2006, 10:24:10 PM

Title: Undefined function
Post by: davsap on March 18, 2006, 10:24:10 PM
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.
Title: Re: Undefined function
Post by: kurtsik on March 20, 2006, 02:07:27 PM
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 :)
Title: Re: Undefined function
Post by: Nibbler on March 20, 2006, 09:28:27 PM
Ensure you uploaded include/sql_parse.php
Title: Re: Undefined function
Post by: davsap on March 25, 2006, 12:15:12 PM
Thanks for your help. I solved this eventually by adding the following line to install.php:

require('include/sql_parse.php');