Cant update SQL database settings Cant update SQL database settings
 

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

Cant update SQL database settings

Started by H0tSh0tZ1627, March 04, 2006, 07:54:11 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

H0tSh0tZ1627

I recently changed my password in my SQL datasbase, and Im trying to make that change in config.inc.php, but SmartFTP wont allow me to do it.  This is my config.inc.php:

<?php
// Coppermine configuration file
// Silly safe mode
define('SILLY_SAFE_MODE'1);


// MySQL configuration
$CONFIG['dbserver'] =                         '****';        // Your database server
$CONFIG['dbuser'] =                         '****';        // Your mysql username
$CONFIG['dbpass'] =                         '****';                // Your mysql password
$CONFIG['dbname'] =                         '****';        // Your mysql database name


// MySQL TABLE NAMES PREFIX
$CONFIG['TABLE_PREFIX'] =                'cpg140_';
?>


Im getting this error in SmartFTP:

553 Can't open that file: Permission denied
    Transfer failed.


Anyone that can help, please?

Joachim Müller

change permissions (CHMOD) and/or ownership (CHOWN). If you can't, ask your webhost for support.

H0tSh0tZ1627

I tried to change the CHMOD permissions to 777 from 644.  I got this error message:

550 Could not change perms on config.inc.php: Bad file descriptor

Does this mean I would need to contact my webhost?  Or can something be done?

Joachim Müller