The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
I upgraded to the latest php version and now I just have a white screen. I checked the error logs and it seems that maybe the extensions are now in different locations. What do you think I can do?
Offline
Remove the buggy extensions? Edit /usr/local/lib/php.ini and find extension=whatever.so and comment it with two //.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Can you please help me with this asap. I have upgraded both php and mysql and now I have the white screen again. I can't seem to get into here from ssh. Can you help?
Offline
I was able to login to ssh and edit the php.ini file. I added // before the extensions
extension = "apc.so"
extension = "memcache.so"
extension = "imagick.so"
extension = "uploadprogress.so"
Like this
// extension = "apc.so"
// extension = "memcache.so"
// extension = "imagick.so"
// extension = "uploadprogress.so"
But it still did not work.
Offline
Got it fixed memcache was out of date and not compatible with the newer version of php
Offline
Glad it works. I develop on PHP 5.5 so any version should work.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline