Advanced search  

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

Pages: [1]   Go Down

Author Topic: Cant update SQL database settings  (Read 3681 times)

0 Members and 1 Guest are viewing this topic.

H0tSh0tZ1627

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Cant update SQL database settings
« on: March 04, 2006, 07:54:11 am »

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:

Code: [Select]
<?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:

Code: [Select]
553 Can't open that file: Permission denied
    Transfer failed.

Anyone that can help, please?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Cant update SQL database settings
« Reply #1 on: March 04, 2006, 07:56:53 am »

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

H0tSh0tZ1627

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: Cant update SQL database settings
« Reply #2 on: March 04, 2006, 08:00:46 am »

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

Code: [Select]
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?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Cant update SQL database settings
« Reply #3 on: March 04, 2006, 10:52:15 am »

Does this mean I would need to contact my webhost? 
yes
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 19 queries.