installing.. installing..
 

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

installing..

Started by Hilery, April 10, 2004, 04:29:37 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Hilery

I installed Coppermine on My domain beautiful-star.net and I keep getting an error :( Can someone help me out?

http://www.beautiful-star.net/coppermine/install.php

Joachim Müller

the php-include fails on your server because the include-path has been fixed to /usr/lib/php or /usr/local/lib/php. If the server is yours to administer, check php.ini and remove the include path settings (comment it out). If you're webhosted, ask your webhost for help, or change the include path in coppermine's code from relative paths to absolute ones (fromrequire('include/sql_parse.php');torequire('/home/hmarie/public_html/coppermine/include/sql_parse.php'); and so on, although this requires a lot of coppermine code changes and is not recommended).

GauGau