You are not logged in.
I have installed the Maian Cart three time. My issue is that under PHP 7.3 or less I can not get access to the Store CP because it does not recognize the user/password combination. Under PHP 7.4 I can get access to the Store CP but when I click on the system menu,Company information I get the following error.
[Error Code: 1] Uncaught Error: Call to undefined function ctype_digit() in /hermes/xxxpublic_html/artefinocristal.com/store/admin/templates/header.php:3
Stack trace:
#0 /hermes/xxx/public_html/artefinocristal.com/store/admin/control/modules/system/settings.php(138): include()
#1 /hermes/xxxpublic_html/artefinocristal.com/store/admin/control/system-load.php(80): include(‘/hermes/bosnacw…’)
#2 /hermes/xxx/public_html/artefinocristal.com/store/admin/index.php(32): include(‘/hermes/bosnacw…’)
#3 {main}
thrown
[Date/Time: 29 June 2021 @ 14:47PM]
[Fatal error on line 3 in file /hermes/xxxpublic_html/artefinocristal.com/store/admin/templates/header.php]
– – – – – – – – – – – – – – – – – – –
This error happends on some of the pages and I can not configure the Front End store. Also when trying to change the Base Processing Currency, I get the same error.
I can give you access, so you can see the errors in action. Until next…
Never ever post your server paths on a public forum. ![]()
I have already sent you an email, here is the reply:
Maian Cart doesn’t officially support PHP7.4. The new version does along with PHP8.0. This is coming soon. The error you are getting regarding ‘ctype_digit’ is a server error, not a bug. Your server is not compiled with ‘ctype’ support. This is usually standard on most servers. You should compile PHP with ‘ctype’ support, reboot the server and the error will go away.