• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Port during installation

Status
Not open for further replies.
I have still this error:
Can't connect to the target database. The server replied with this:
SQLSTATE[HY000] [2005] Unknown MySQL server host 'mariadb55.myhosting.com:3310' (2)

Please fix your MySQL info.
 
Maria (5.5) and Mysql (5.1) the same errors:

Can't connect to the target database. The server replied with this:
SQLSTATE[HY000] [2005] Unknown MySQL server host 'mysql51.myhosting.com:3309' (2)

Please fix your MySQL info.
 
Then you will need to manually insert the database details. You will need to open or create a new app/settings.php file with this content:

PHP:
<?php
$settings['db_host'] = 'localhost';
$settings['db_name'] = 'database';
$settings['db_user'] = 'root';
$settings['db_pass'] = '';
$settings['db_port'] = '';
$settings['db_table_prefix'] = 'chv_';
$settings['db_driver'] = 'mysql';
?>

Then go to /install in your website.
 
When I try this i get only page without functionality.
Please, see attached screenshot.

When I open page source, there isnt html, body tag and some elements missing.

Last tag: <label for="email_from_email">
 

Attachments

  • err.gif
    err.gif
    23.1 KB · Views: 7
When I try this i get only page without functionality.
Please, see attached screenshot.

When I open page source, there isnt html, body tag and some elements missing.

Last tag: <label for="email_from_email">

Did you re-downloaded 3.6.1? I mentioned that previous downloads are wrong.
 
Status
Not open for further replies.
Back
Top