Undefined function Undefined function
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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