• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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