Undefined function Undefined function
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Undefined function

Started by davsap, March 18, 2006, 10:24:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

davsap

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.

kurtsik

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 :)

Nibbler

Ensure you uploaded include/sql_parse.php

davsap

Thanks for your help. I solved this eventually by adding the following line to install.php:

require('include/sql_parse.php');