Undefined function Undefined function
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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');