1

I have just done a fresh installation of OctoberCMS. in the Backend, Dashboard shows the loader turning forever and I go to settings trying to attach project, the background blur, loader pops up for 0.1sec then nothing happen, background remains blur nothing i could do but refresh. I reinstall the whole thing and try again, same problem happens. Also, I am unable to install any plugins.

Any Idea on what is going on?

warmjaijai
  • 991
  • 4
  • 13
  • 30

1 Answers1

3

Hmm, after testing(teamviewer) all stuff it seems its php version issue its 5.6

https://octobercms.com/docs/setup/installation

according to guide it needs PHP 7.0 or up

so you need to update php version to PHP 7.0 and then you can try again it will work surely :)

Hardik Satasiya
  • 9,547
  • 3
  • 22
  • 40
  • 1
    Thanks a lot. I just missed on the requirement. This is of big help to me thanks a lot for your effort Hardik – warmjaijai Jan 19 '18 at 06:44
  • 1
    This is good answer, if you want to install OctoberCMS with PHP version 5.x here is my answer how I dealt with it https://stackoverflow.com/questions/46483260/how-can-i-install-octobercms-with-php-version-5-x hope this helps too. Thanks – Mittul At TechnoBrave Jan 22 '18 at 12:27