GCodeTutor Posted January 18, 2021 Share Posted January 18, 2021 Once I have installed Prestashop 1.7.7.1 , on the login screen, after I type my credentuals the screen hangs as shown in the attached screenshot. I have my php verson set to 7.2, permissions are 0755 for folders and 0644 for files. I am at a loss, any ideas what I can do to fix this issue? I am installing on a sub domain. I installed prestashop using the same setup, on the same server but with a differnet site/subdomain yesterday and had no issues so I dont understand why its not playing ball with me on this subdomain. some more info: with defines.inc.php file error reporting set to true I get this return: Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /home2/gcodetutor/store.gcodetutor.com/classes/Tools.php on line 43 Chrome dev tools returns this error: Failed to load resource: the server responded with a status of 500 (Internal Server Error) Any ideas what else I can try? Thanks in advance Marc Link to comment Share on other sites More sharing options...
mhagrisupplies@mushr Posted January 21, 2021 Share Posted January 21, 2021 Hi I am having exactly same error, @GCodeTutor Did you solved it ? Link to comment Share on other sites More sharing options...
mhagrisupplies@mushr Posted January 21, 2021 Share Posted January 21, 2021 [error] Directory index forbidden by Options directive: /web/htdocs5/DIR/home/subdoms/subdomain/ it probably has something to do with .htaccess Link to comment Share on other sites More sharing options...
GCodeTutor Posted January 22, 2021 Author Share Posted January 22, 2021 I found a work around. Its not great but it works. I switch to PHP version 7.4 and the log in screen works and lets me access the back office. Then swtich it back to PHP 7.2 so the back office works once im in. Its like they programmed it using two differnet versions or something or are in the middle of upgrading it, ive no idea but thats how I got over this issue. Kinda concerned that this will give me issues down the line once I have the shop fully built and stocked up. Marc Link to comment Share on other sites More sharing options...
JBW Posted January 24, 2021 Share Posted January 24, 2021 This is a known bug caused by outdated ICU version in your PHP installation: https://github.com/PrestaShop/PrestaShop/issues/22300 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now