Error 404 - Not Found
The document you are looking for may have been removed or re-named. Please contact the web site owner for further assistance.
And the URL at the top shows this after my domain: /install/index.php
So I took some advice from my hosting site's support forums and checked my Awstats for where all the Errors came from and this is what I got (I added dashes in front of each so you knew where one started & one ended):
Required but not found URLs (HTTP code 404) URL (9) Error Hits Referrers
- /catalog/view/theme/default/image/next.png 394 http://www.progametroller.com/
- /catalog/view/theme/DarkOrange/image/arrow-down.png 388 http://progametroller.com/catalog/view/ ... esheet.css
- /catalog/view/theme/DarkOrange/image/success.png 3 http://progametroller.com/catalog/view/ ... esheet.css
- /image/cache/data/XS140297-90x90.jpg 2 http://progametroller.com/index.php
- /admin/catalog/view/theme/default/image/loading.gif 1 http://progametroller.com/admin/index.php
- /catalog/view/theme/DarkOrange/image/warning.png 1 http://progametroller.com/catalog/view/ ... esheet.css
- /index.php 1 http://progametroller.com/index.php
- /image/cache/data/XS140297-100x100.jpg 1 http://progametroller.com/admin/index.php
- /image/cache/data/demo/samsung_tab_1-80x80.jpg 1 -
I am not quite sure what to do with this to figure out how to fix those errors. I have looked in the files that it shows referred the errors but I am new at this so I am having a hard time figuring it out. If anyone has any ideas please let me know what you think. Also I did do the changing the .htaccess.txt to .htaccess and I checked the Rewrite base/ and everything is how it should be. So I don't know where to go from here.
I really appreciate any input you may have at all!
Hope this helps.
Do change the domain.com + db info with that of your setup

\config.php
Code: Select all
<?php
// HTTP
define('HTTP_SERVER', 'http://www.domain.com/');
define('HTTP_IMAGE', 'http://www.domain.com/image/');
define('HTTP_ADMIN', 'http://www.domain.com/admin/');
// HTTPS
define('HTTPS_SERVER', 'http://www.domain.com/');
define('HTTPS_IMAGE', 'http://www.domain.com/image/');
// DIR
define('DIR_APPLICATION', '/var/www/html/catalog/');
define('DIR_SYSTEM', '/var/www/html/system/');
define('DIR_DATABASE', '/var/www/html/system/database/');
define('DIR_LANGUAGE', '/var/www/html/catalog/language/');
define('DIR_TEMPLATE', '/var/www/html/catalog/view/theme/');
define('DIR_CONFIG', '/var/www/html/system/config/');
define('DIR_IMAGE', '/var/www/html/image/');
define('DIR_CACHE', '/var/www/html/system/cache/');
define('DIR_DOWNLOAD', '/var/www/html/download/');
define('DIR_LOGS', '/var/www/html/system/logs/');
// DB
define('DB_DRIVER', 'mysql');
define('DB_HOSTNAME', 'localhost');
define('DB_USERNAME', 'name');
define('DB_PASSWORD', 'password');
define('DB_DATABASE', 'databasename');
define('DB_PREFIX', '');
?>
Code: Select all
<?php
// HTTP
define('HTTP_SERVER', 'http://www.domain.com/admin/');
define('HTTP_CATALOG', 'http://www.domain.com/');
define('HTTP_IMAGE', 'http://www.domain.com/image/');
// HTTPS
define('HTTPS_SERVER', 'http://www.domain.com/admin/');
define('HTTPS_CATALOG', 'http://www.domain.com/');
define('HTTPS_IMAGE', 'http://www.domain.com/image/');
// DIR
define('DIR_APPLICATION', '/var/www/html/admin/');
define('DIR_SYSTEM', '/var/www/html/system/');
define('DIR_DATABASE', '/var/www/html/system/database/');
define('DIR_LANGUAGE', '/var/www/html/admin/language/');
define('DIR_TEMPLATE', '/var/www/html/admin/view/template/');
define('DIR_CONFIG', '/var/www/html/system/config/');
define('DIR_IMAGE', '/var/www/html/image/');
define('DIR_CACHE', '/var/www/html/system/cache/');
define('DIR_DOWNLOAD', '/var/www/html/download/');
define('DIR_LOGS', '/var/www/html/system/logs/');
define('DIR_CATALOG', '/var/www/html/catalog/');
// DB
define('DB_DRIVER', 'mysql');
define('DB_HOSTNAME', 'localhost');
define('DB_USERNAME', 'name');
define('DB_PASSWORD', 'password');
define('DB_DATABASE', 'databasename');
define('DB_PREFIX', '');
?>
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Thanks again for the reply!

Thank you so much, and sorry for rambling on!
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Files 644, folders 755
The \download, \system\cache, \image, \image\cache should have even more rights.
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Thanks again for your reply!
The index.php and admin\index.php needs this ONLY when you are installing vQmod
\download, \system\cache, \system\logs, \image, \image\cache should have 777
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
While reading this post i get this question,
Maps always 755 ( Not for download, system ect. )
Files 644
Now my question is, is the file rights for tlp, php and all other files on the server?
I did not find the answer on this so i hope you can give it to me.
Linda
Live store Opencart 2.3.0.2 modified on https://webshopmarlin.nl
Users browsing this forum: No registered users and 22 guests