12 minutes ago, Kunal0 said:Hi,
Just to update i did it. I re installed a fresh copy and pointed int to the old database which is fine i then had some issues with the images not loading but i sorted that out by disabling the friendly url and re enabling it after deleting my .htaccess file. I was happy to notice it was looking like its working fine. but then i tried to navigate to my back end order section and it still bounced me back to the dashboard is this an actual error with Presta 1.7.7.5 has anybody else had any experience with this issue
Great news all those missing files have been sorted
Any help would be great
Thanks again
Kunal
have you tryied this?
delete browser cache/cookies.
Then try this inside your db using phpMyAdmin find and update the configuration row PS_COOKIE_CHECKIP on table yourprefix_configuration like this:
UPDATE yourprefix_configuration SET value = 0 WHERE name = 'PS_COOKIE_CHECKIP';
clean PS cache then.
Danny