Jump to content
The Uniform Server Community

Recommended Posts

Posted

installed on E Drive server/UniServerZ/www under which I have 2 sites:

presta 2 old install not working

presta 6 new install working

config file is set Dreamweaver

<?php
define('_DB_SERVER_', 'localhost');
define('_DB_NAME_', 'silkpla1_presta2');
define('_DB_USER_', 'root');
define('_DB_PASSWD_', 'password');

seo & url back end of prestashop

Shop domain
SSL domain
Base URI
I can acess backend but cannot view my shop What to do to be able to view shop? Thank you in advance.. Great Server...

 

Posted

This looks messy. And Dreamweaver is your database? I suggest you go page by page as this looks like a setting issue.

If you can see the web pages with the data base NOT started your issue is the data base settings.

Posted

I can view my shop but now I am getting these errors

the actual config file is below

<?php
define('_DB_SERVER_', 'localhost');
define('_DB_NAME_', 'silkpla1_presta2');
define('_DB_USER_', 'user');
define('_DB_PASSWD_', 'password');
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_', 'aKALQQd5H7aEEMBaG2Z3xAF8Wqiw5Ka4dImargWQDmzcvPTJEypozeQH');
define('_COOKIE_IV_', 'msbxxZ92');
define('_PS_CREATION_DATE_', '2013-12-05');
define('_PS_VERSION_', '1.5.6.2');
define('_RIJNDAEL_KEY_', 's03WQmcqOkuU65aF57VcaLmfuYTOeZPs');
define('_RIJNDAEL_IV_', '/hQbNCwCFwgvxfnpVTYmeA==');
define('_PS_DIRECTORY_', '/../../');

Not Found

The requested URL /presta2/en/3-accessories was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...