Giving error 404, I put all setting mentioned with readme but no luck
-
Hi Mall, Thanks for your response, I am sharing you the info url, please review and help me to resolve the issue - http://surfshop.se/phpinfo.phpRegards,
-
Tried by given command, not site giving 500 Internal Server Error.
-
404 error is solved, but throwing other error,The table "{{core_website}}" for active record class "Mage1Website" cannot be found in the database.
2 answers
Hi there,
Does your web server is Nginx? If yes, you must do some extra configuration for nginx as indicated in the guide of our tool in the Readme.html
If your web server is Apache, let’s re-correct the folder/file permission of the folders/files of our tool at path pub/ub-tool/…
Regards,
Mall.
Hi there,
I am sharing you the info url, please review and help me to resolve the issue -- http://surfshop.se/phpinfo.php
I see your web server is Apache. Seem you have wrong folders/files permission settings for folders/files of our tool.
Let’s try resetting folders/files permission by steps as followings:
+ Open your SSH terminal and go to to magento2 folder.
+ And Run bellow commands:
find . -type d -exec chmod 775 {} +;
find . -type f -exec chmod 664 {} +;
And tell me know how it goes then.
Regards,
Mall.