4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: stefano54 on December 17, 2015, 06:47:43 PM

Title: Testing in local
Post by: stefano54 on December 17, 2015, 06:47:43 PM
I moved my site to local for testing
I followed the steps as mentioned in another post
I changed the database parameters

Now on my PC I find this message

  "An unexpected error occured. Please try again later."



Config.php

$db_servertype = 'mysql';
$db_host = 'localhost';
$db_name = 'foto2';
$db_user = '              ';
$db_password = '*******';

$table_prefix = '4images_';

define("4IMAGES_ACTIVE", 1);

      In config at line   $db_user = '              ';  what should I write?

Thank you
stefano
Title: Re: Testing in local
Post by: nobby on December 17, 2015, 07:14:58 PM
Hi,

possibly is db_name and db_user equal (foto2)  :wink:


nobby
Title: Re: Testing in local
Post by: stefano54 on December 18, 2015, 09:27:48 AM
Fixed.
Found in the help of MySQL
 :D :D