abby_66 0 Posted December 30, 2013 please help ... my leo install quickstart ... then I uploaded on hosting ... after that I tried to load or open a web with domain name / folder / admin .. not out anything ... please help .. thank you all Share this post Link to post Share on other sites
vekia 8,952 Posted December 30, 2013 if you see blank page only, turn on error reporting: open config/defines.inc.php find this line define('_PS_MODE_DEV_', false); change to look like this: define('_PS_MODE_DEV_', true); Share this post Link to post Share on other sites
abby_66 0 Posted December 31, 2013 after i change in file "defines.inc.php" now, so this error .... please help Vekia Share this post Link to post Share on other sites
30ml 93 Posted December 31, 2013 after i change in file "defines.inc.php" now, so this error .... please help Vekia Most probably your database/username/password is incorrect. Please fix that databasename and username and password. Share this post Link to post Share on other sites
abby_66 0 Posted December 31, 2013 how can I fix it? as in "setting.inc.php" I've been editing like this .. REMOVED! <?php define('_DB_SERVER_', 'localhost'); define('_DB_NAME_', 'REMOVED!'); define('_DB_USER_', 'REMOVED!'); define('_DB_PASSWD_', 'REMOVED!'); define('_DB_PREFIX_', 'ps_'); define('_MYSQL_ENGINE_', 'InnoDB'); define('_PS_CACHING_SYSTEM_', 'CacheMemcache'); define('_PS_CACHE_ENABLED_', '0'); define('_MEDIA_SERVER_1_', ''); define('_MEDIA_SERVER_2_', ''); define('_MEDIA_SERVER_3_', ''); define('_COOKIE_KEY_', 'REMOVED!'); define('_COOKIE_IV_', 'REMOVED!''); define('_PS_CREATION_DATE_', '2013-12-17'); define('_PS_VERSION_', '1.5.3.1'); define('_RIJNDAEL_KEY_', 'REMOVED!''); define('_RIJNDAEL_IV_', 'REMOVED!''); Share this post Link to post Share on other sites
vekia 8,952 Posted December 31, 2013 i edited your post, i removed database credentials and other important values, you shared it to public, it's dangerous (for security purposes). Share this post Link to post Share on other sites
abby_66 0 Posted December 31, 2013 Please,....How I cant Fix this my problem......because..."defines.inc.php" and "setting.inc.php" i've been edit like there ..please help me "VEKIA, 30ML"...? Share this post Link to post Share on other sites
vekia 8,952 Posted December 31, 2013 have you got possibility to test somehow database credentials? for example, in phpmyadmin ? it looks like databse login/password/database name doesnt work. Share this post Link to post Share on other sites
abby_66 0 Posted December 31, 2013 if I test on localhost, everything runs smoothly and no problems .... but once I uploaded to the server hosting ... arises no display ... and after I edit the file "defines.inc.php", ... then there is an error like that ... Share this post Link to post Share on other sites
vekia 8,952 Posted December 31, 2013 and you use correct database credentials for your remote database? this is most important question, still no answer Share this post Link to post Share on other sites