News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

SMF2.0.15 sever php5.6 move to sever php7.0 Not working

Started by AngelGirl, August 20, 2018, 09:17:50 AM

Previous topic - Next topic

AngelGirl

i move "SMF2.0.15 sever php5.6" to sever php7.0
but SMF not working.

i try to new install and replace SQL database of "SMF2.0.15 sever php5.6" new one (sever php7.0)
but not working too.

i think  SQL structure of SMF in php5.6 and php7 are different. ::)

anyone have a idea or ever seen this issue.

please help me



the error log file ..
Mon Aug 20 17:25:01.778223 2018] [core:notice] [pid 5425] AH00052: child pid 18114 exit signal Segmentation fault (11)
[Mon Aug 20 17:25:01.778244 2018] [core:notice] [pid 5425] AH00052: child pid 18200 exit signal Segmentation fault (11)
[Mon Aug 20 17:25:01.778276 2018] [core:notice] [pid 5425] AH00052: child pid 18303 exit signal Segmentation fault (11)


the error page
site 1 just show white black page
site 2 show...
Moved Permanently
The document has moved here
.
here = mydomain.com/usr/share/nginx/html/50x.html [nofollow]


vbgamer45

SMF 2.0.15 works ok on php 7.0 and 6.1.x

"Segmentation fault " means something is wrong with apache contact your host provider.

SQL doesn't change from php versions.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

drewactual

you're likely running out of memory... in your httpd.conf or php.ini file, add (or remove comment) :
;memory_limit = 64
to
memory_limit = 128M (^or whatever you have available to allocate for php)

don't forget to add the M, as the default is in bytes... i'm wagering this is your issue...

new php version= new php.ini- you gotta arrange it how you need it.. many (the majority) of the settings in 5.6 are the same as in 7.0... you can almost go line for line using httpd or php.ini in 5.6 as a guide to setting your 7.0 up.

the betrayal is that your html page came up w/o issue while your php coughs. 

Illori

that is because the html page would not be processed by php as it is not a php page.

drewactual


Advertisement: