Jump to content

Admin access but no store.


rrmccabe

Recommended Posts

I migrated a site and having issues getting the store to work. At first it would load but blank pages when clicking products.

I messed around with the .htaccess and did upgrade to current version from the admin panel and now I get nothing (except admin)

I added  the ini-custom.inc.php and enabled debug.

I am seeing this in my log.

I have nothing under hooks and even tried disabling the two plugins I have.

 

Rich

 

[07-Feb-2018 13:55:14 Europe/London] PHP Warning:  rmdir(/home/csevzzer/public_html/store/setup) [<a href='http://docs.php.net/manual/en/function.rmdir.php'>function.rmdir.php</a>]: Directory not empty in /home/csevzzer/public_html/store/includes/functions.inc.php on line 818
[07-Feb-2018 13:55:14 Europe/London] PHP Warning:  unlink(/home/csevzzer/public_html/store/setup) [<a href='http://docs.php.net/manual/en/function.unlink.php'>function.unlink.php</a>]: Is a directory in /home/csevzzer/public_html/store/admin_8axy1J/sources/dashboard.index.inc.php on line 60
[07-Feb-2018 13:56:15 Europe/London] PHP Fatal error:  Call to undefined function mb_strtolower() in /home/csevzzer/public_html/store/classes/seo.class.php on line 1025
[07-Feb-2018 13:56:19 Europe/London] PHP Fatal error:  Call to undefined function mb_strtolower() in /home/csevzzer/public_html/store/classes/seo.class.php on line 1025
[07-Feb-2018 13:56:24 Europe/London] PHP Fatal error:  Call to undefined function mb_strtolower() in /home/csevzzer/public_html/store/classes/seo.class.php on line 1025
[07-Feb-2018 13:56:25 Europe/London] PHP Fatal error:  Call to undefined function mb_strtolower() in /home/csevzzer/public_html/store/classes/seo.class.php on line 1025
[07-Feb-2018 13:56:41 Europe/London] PHP Fatal error:  Call to undefined function mb_strtolower() in /home/csevzzer/public_html/store/classes/seo.class.php on line 1025
[07-Feb-2018 13:56:44 Europe/London] PHP Fatal error:  Call to undefined function mb_strtolower() in /home/csevzzer/public_html/store/classes/seo.class.php on line 1025
[07-Feb-2018 13:56:48 Europe/London] PHP Fatal error:  Call to undefined function mb_strtolower() in /home/csevzzer/public_html/store/classes/seo.class.php on line 1025
[07-Feb-2018 14:00:09 Europe/London] PHP Fatal error:  Call to undefined function mb_strtolower() in /home/csevzzer/public_html/store/classes/seo.class.php on line 1025
[07-Feb-2018 14:00:38 Europe/London] PHP Fatal error:  Call to undefined function mb_strtolower() in /home/csevzzer/public_html/store/classes/seo.class.php on line 1025
[07-Feb-2018 14:00:41 Europe/London] PHP Fatal error:  Call to undefined function mb_strtolower() in /home/csevzzer/public_html/store/classes/seo.class.php on line 1025
[07-Feb-2018 14:04:00 Europe/London] PHP Fatal error:  Call to undefined function mb_strtolower() in /home/csevzzer/public_html/store/classes/seo.class.php on line 1025
[07-Feb-2018 14:05:41 Europe/London] PHP Fatal error:  Call to undefined function mb_strtolower() in /home/csevzzer/public_html/store/classes/seo.class.php on line 1025
[07-Feb-2018 14:05:43 Europe/London] PHP Fatal error:  Call to undefined function mb_strtolower() in /home/csevzzer/public_html/store/classes/seo.class.php on line 1025
[07-Feb-2018 14:13:16 Europe/London] PHP Fatal error:  Call to undefined function mb_strtolower() in /home/csevzzer/public_html/store/classes/seo.class.php on line 1025
[07-Feb-2018 14:13:16 Europe/London] PHP Fatal error:  Call to undefined function mb_strtolower() in /home/csevzzer/public_html/store/classes/seo.class.php on line 1025
[07-Feb-2018 14:16:36 Europe/London] PHP Fatal error:  Call to undefined function mb_strtolower() in /home/csevzzer/public_html/store/classes/seo.class.php on line 1025
[07-Feb-2018 14:16:55 Europe/London] PHP Fatal error:  Call to undefined function mb_strtolower() in /home/csevzzer/public_html/store/classes/seo.class.php on line 1025
[07-Feb-2018 14:23:45 Europe/London] PHP Fatal error:  Call to undefined function mb_strtolower() in /home/csevzzer/public_html/store/classes/seo.class.php on line 1025

Link to comment
Share on other sites

The Fatal Errors mentioning mb_strlower() means the new server has a version of PHP that has NOT enabled MB_STRING support. (MB_STRING allows for UTF-8 which gives foreign characters.) Check the extensions available for PHP and see if there is Multi-Byte support.

Link to comment
Share on other sites

If you are hosted with a control panel (Cpanel?), there should be a tool that lets you make choices about what version of PHP you want for your site, as well as configuration and extensions for that PHP.

If you run your own server, look in the PHP.INI file for the list of extensions. Uncomment the mb_string extension.

Link to comment
Share on other sites

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.

×
×
  • Create New...