sjg wrote:
Actually, there is a config file once you've done an install.
Take a look in your install root at the file called config.php. You can update the values there.
It should be pretty straightforward to identify the username and database (this example is from one of my development boxes):
$config['dbms'] = 'mysqli';
$config['db_hostname'] = 'localhost';
$config['db_username'] = 'cms_user';
$config['db_password'] = '$ecret_password';
$config['db_name'] = 'cms';
$config['db_prefix'] = 'cms_';
You could change the db_name to be 'ingus131_cms', and put the 'ingus131_' prefix in front of any of the values you need it on.
Still, the error message you posted looks more like a Web Server configuration issue to me. You shouldn't be able to get a HTTP 500 from anything that CMS Made Simple does.
Yea, I found that particular config section in root/lib/adodb/adodb.inc.php
I got CMS to work (kinda), but it did not happen the way it supposed - I enteredthe db info in root/lib/adodb/adodb.inc.php and run install/install.php. There I input the db name, host etc again. So I don't know what did play the main role. Btw there was not a config.php file in the site root by default (cmsmadesimple-0.10.1)
Now I seem to have a problem with nested image directories. I can make some, but it's impossible to upload files. =[
It says: File could not be uploaded. Permissions problem?
It also seems impossible to change CHMOD from 755
Code: Select all
[newImageSubdirectory]
COMMAND:> SITE CHMOD 777 newImageSubdirectory
550 galerija: Operation not permitted