software software
 

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

software

Started by andreapi, December 30, 2003, 05:05:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

andreapi

hi,
my name is andrea, a webmaster of www.viaggiaresicri.it.
i download your software, unzipped on my computer hd and after between the ftp i put on my website area
Now i have a problem when i start te install.php page on web site because it tell me an error "Unable to write config file 'include/config.inc.php'" who can help me?the file is on that area

MaThIbUs

The include/ folder should be writable, so change its CHMOD value to 777.

If this doesn't work, change the CHMOD value of the file in particular to 777.

/m_aTh!bUs

andreapi

i do all you tell me but it repeat the error "Unable to write config file 'include/config.inc.php'" i don't know what i do  :cry:

andreapi

the error that i tell you is made by a not write chmod?

andreapi

d you know if there is a italian web site install yor software ?

Joachim Müller

eolica did the italian language file translation and runs a coppermine-based site in italian under http://www.ilvaldinoto.tv/
BUT: you shouldn't contact him for individual support, try to solve things first by posting/reading here on the board. Did you correctly CHMOD as the readme says and as MaThIbUs has told you?

GauGau

andreapi

as i read i do th chmod with 777 the folders on my website
i see that in the folder include the file config.inc.php there isn't there is config.inc.php.example why?

Joachim Müller

OK, this might be a language issue...
From what I understand from your posting, you CHMODed the include-folder to 777, but the file config.inc.php wasn't created during the install.
This file contains the mySQL data coppermine needs to connect to your mySQL database, so the file is absolutely necessary.
Try these options:
  • run the install.php once more
  • CHMOD the include folder to 755 and try running install.php again
  • try creating config.inc.php manually - that's what the sample file is for: it gives you an idea what data needs to be stored in it. Create a file config.inc.php inside /include, copy-and-paste the contents of the sample file in and replace the stuff I marked red below with your mySQL data:
    Quote<?php
// Coppermine configuration file

// MySQL configuration
$CONFIG['dbserver'] =                         "localhost";        // Your databaseserver
$CONFIG['dbuser'] =                         "root";        // Your mysql username
$CONFIG['dbpass'] =                         "yourpassword";                // Your mysql password
$CONFIG['dbname'] =                         "coppermine11";        // Your mysql database name


// MySQL TABLE NAMES PREFIX
$CONFIG['TABLE_PREFIX'] =                "cpg11d_";
?>[/quote][/list:u]
When replying to this posting, please try using simple, short sentences and explain more detailed what you did and where your problem lies...
A link to your homepage and some info on your server might help as well. Please take a look at the FAQ as well...

GauGau

andreapi

i write as you tell me after i go on admin.php as webpage but it tell me that error
Notice: Undefined index: debug_mode in D:\Inetpub\webs\viaggiaresicuriit\album\include\functions.inc.php on line 96
Fatal error :
There was an error while processing a database query

manu79

My same!  :cry:  How?

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Flkury.net%2Fkuva%2Ferror5.gif&hash=b2006f3731547887038f57eb03d43f913a61b546)

My page: http://www.lkury.net/photos/

andreapi

your problem is simply with a ftp software you change the folder in 777

Casper

It depends on your ftp software, and your webhost.

In most ftp programmes, you change the properties of a folder by right clicking on it, then selecting properties, much the same as in 'my computer' in windows. (I use ACEftp, which is free)

Some hosts also give you a file management system, which you can use from your browser.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

andreapi

Quote from: "andreapi"i write as you tell me after i go on admin.php as webpage but it tell me that error
Notice: Undefined index: debug_mode in D:\Inetpub\webs\viaggiaresicuriit\album\include\functions.inc.php on line 96
Fatal error :
There was an error while processing a database query

i see that an error is viaggiaresicuriit in the string ...it's just?