installing.. installing..
 

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

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