Cannot Access Website or Admin

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
CapereSpiritum
Forum Members
Forum Members
Posts: 223
Joined: Wed Dec 28, 2011 12:11 pm

Cannot Access Website or Admin

Post by CapereSpiritum »

I have several websites using CMSMS. After upgrading to PHP v7.1
2 of my sites went down a short while after the upgrade.
An initial view of the sites and the admin area seemed ok but several days later, they went down.

I get this message
Fatal error: Attempt to connect to database db431056617 on dbo431056617@db431056617.db.1and1.com failed in /homepages/34/d281596727/htdocs/AWNW/lib/adodb.functions.php on line 61

The sites are:
http://www.artworknetwork.co.uk and http://www.best-fishing.co.uk/

I was in the process up redesigning both sites and using the latest CMSMS. Now I cannot access the page data to do so.

Thanks
Simon
:o
User avatar
Rolf
Dev Team Member
Dev Team Member
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Cannot Access Website or Admin

Post by Rolf »

Is there 'mysqli' here in your config file ? https://docs.cmsmadesimple.org/configur ... onfig_dbms
Clear cache.
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
User avatar
Rolf
Dev Team Member
Dev Team Member
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Cannot Access Website or Admin

Post by Rolf »

You have tried to check that line in the config file?
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
CapereSpiritum
Forum Members
Forum Members
Posts: 223
Joined: Wed Dec 28, 2011 12:11 pm

Re: Cannot Access Website or Admin

Post by CapereSpiritum »

Hi Rolf

Sorry for the delay. I've been undergoing treatment for cancer. It's been a bit rough for a while...

Anyway, my config file is as below

Code: Select all

<?php
# CMS Made Simple Configuration File
# Documentation: /doc/CMSMS_config_reference.pdf
#
$config['dbms'] = 'mysqli';
$config['db_hostname'] = 'HOSTNAME';
$config['db_username'] = 'USERNAME';
$config['db_password'] = 'PASSWORD';
$config['db_name'] = 'DBNAME';
$config['db_prefix'] = 'cms_';
$config['db_port'] = 3306;
$config['timezone'] = 'Europe/London';
$config['url_rewriting'] = 'mod_rewrite';
$config['page_extension'] = '.html';
?>
The site did actually work for a while after upgrade.
My heads a bit mashed, any assistance would be appreciated and a 'Coffee' will be sent to you :)

Thanks
Simon
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1609
Joined: Wed Feb 25, 2009 4:25 am
Location: Victoria, BC

Re: Cannot Access Website or Admin

Post by DIGI3 »

I would guess that something has changed on your host - either the database port, the database server name, or something else related to the db. It doesn't sounds like a cmsms issue specifically.
Not getting the answer you need? CMSMS support options
Post Reply

Return to “CMSMS Core”