AbanteCart Community
Shopping Cart Operations => Support => General Support => Topic started by: freakytiki on January 11, 2014, 11:33:33 AM
-
This is error report I get ... em Settings . Loading default store configuration for now. in /home/eastcoa1/public_html/freakytikihammocks.com/core/lib/config.php on line 169
2014-01-11 6:04:07 - App Warning: AbanteCart core v.1.1.7 Warning: Accessing store with unconfigured or unknown domain ( FREAKYTIKIHAMMOCKS.com/ ).
cant access admin using correct user and pass..just goes to blank page
-
This is the only message you get in the log? Check abantecart log and server log.
Post what you have in the logs right after you get white page.
-
2014-01-11 6:04:07 - App Warning: AbanteCart core v.1.1.7 Warning: Accessing store with unconfigured or unknown domain ( FREAKYTIKIHAMMOCKS.com/ ).
Check setting of your store domain URL in System Settings . Loading default store configuration for now. in /home/eastcoa1/public_html/freakytikihammocks.com/core/lib/config.php on line 169
I do not get a current error now just the one from 1-11-2014
-
Something in the ~/public_html/system/logs/error.txt *prior* that App Warning?
The warning itself is very common and can be seen in the log even on healthy Abantecart installation. The past records on forum indicate there may be different causes of it, even though the text of the warning is always the same; probably, it makes sense to improve this warning's reporting in the Abantecart by adding verbosity in the code as to what has caused the warning exactly(?)...
Your blank page suggests there may be a PHP error thrown. You can check if your "display_errors" PHP directive enabled by creating a .php file in your ~/public_html with this content:
<?php
phpinfo();
?>
Then check the output by calling it in a browser, something like freakytikihammocks.com/zzz.php
If that's found to be set to Off, you can enable it in ~/public_html/php.ini manually by adding :
display_errors stdout (for PHP >=5.2.4)
display_errors = On (for PHP <5.2.4)
Also, anything in Apache error_log or the Error Log thing in cpanel ?
-
I do not have the knowledge to work in cpanel except some basic cosmetics. Any suggestions who I could pay to fix. Normally I would just delete and restock store but I have a special affiliate program installed.
greg
-
Hello.
If you are looking for commercial grade individual support, please contact help@abantecart.com