Advertisement:

Author Topic: SOLVED Update to php 5.5 stop my website, only white blank screen  (Read 1537 times)

tomawebdev

  • Newbie
  • *
  • Posts: 7
Hello,

I uprade php from 5.4 to php 5.5 and my website stop working, only blank page, no php error or whatever.

I am using Osclass v3.6.1
« Last Edit: July 15, 2016, 08:07:03 pm by tomawebdev »

Aficionado

  • Guest
Re: Update to php 5.5 stop my website, only white blank screen
« Reply #1 on: July 15, 2016, 02:39:07 pm »
Hello,

I uprade php from 5.4 to php 5.5 and my website stop working, only blank page, no php error or whatever.

I am using Osclass v3.6.1

Enable Debug in Osclass and see the error log.

tomawebdev

  • Newbie
  • *
  • Posts: 7
Re: Update to php 5.5 stop my website, only white blank screen
« Reply #2 on: July 15, 2016, 05:38:12 pm »
Thanks for your message.

I set the debug on in config file as explained here.

https://doc.osclass.org/Debug_SQL_queries

Nothing written to the files.

Aficionado

  • Guest

tomawebdev

  • Newbie
  • *
  • Posts: 7
Re: Update to php 5.5 stop my website, only white blank screen
« Reply #4 on: July 15, 2016, 07:23:43 pm »
Thanks for your help

The message in my log

[15-Jul-2016 17:20:44 Europe/Berlin] PHP Fatal error:  Class 'mysqli' not found in /home/freeclassif/public_html/oc-includes/osclass/classes/database/DBConnectionClass.php on line 436

Aficionado

  • Guest
Re: Update to php 5.5 stop my website, only white blank screen
« Reply #5 on: July 15, 2016, 07:31:39 pm »
ok, some PHP module is not enabled in your plan. Enable it via your Cpanel or ask your hosting to do it for you.

tomawebdev

  • Newbie
  • *
  • Posts: 7
Re: Update to php 5.5 stop my website, only white blank screen
« Reply #6 on: July 15, 2016, 08:06:33 pm »
Its a mysqli module, i enabled and recompile, it works fine, thanks for your assistance