Advanced search  

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]

Pages: [1]   Go Down

Author Topic: software  (Read 6036 times)

0 Members and 1 Guest are viewing this topic.

andreapi

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
    • http://www.viaggiaresicuri.it
software
« on: December 30, 2003, 05:05:53 pm »

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
Logged

MaThIbUs

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 130
  • I rock.
    • http://mathibus.com/
Install Problem
« Reply #1 on: December 30, 2003, 06:21:50 pm »

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
Logged

andreapi

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
    • http://www.viaggiaresicuri.it
Install Problem
« Reply #2 on: December 30, 2003, 09:35:12 pm »

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:
Logged

andreapi

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
    • http://www.viaggiaresicuri.it
Install Problem
« Reply #3 on: December 30, 2003, 09:44:33 pm »

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

andreapi

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
    • http://www.viaggiaresicuri.it
Install Problem
« Reply #4 on: December 30, 2003, 09:52:52 pm »

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

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Install Problem
« Reply #5 on: December 31, 2003, 10:29:04 am »

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
Logged

andreapi

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
    • http://www.viaggiaresicuri.it
Install Problem
« Reply #6 on: December 31, 2003, 11:35:32 am »

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?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Install Problem
« Reply #7 on: December 31, 2003, 12:08:23 pm »

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
Logged

andreapi

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
    • http://www.viaggiaresicuri.it
Install Problem
« Reply #8 on: December 31, 2003, 06:50:16 pm »

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
Logged

manu79

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Install Problem
« Reply #9 on: December 31, 2003, 07:01:34 pm »

My same!  :cry:  How?

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

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

andreapi

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
    • http://www.viaggiaresicuri.it
Install Problem
« Reply #10 on: December 31, 2003, 07:11:52 pm »

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

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Install Problem
« Reply #11 on: December 31, 2003, 07:12:14 pm »

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.
Logged
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

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
    • http://www.viaggiaresicuri.it
Install Problem
« Reply #12 on: December 31, 2003, 07:16:02 pm »

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?
Logged
Pages: [1]   Go Up
 

Page created in 0.025 seconds with 18 queries.