Koozali.org: home of the SME Server

PHP-Nuke not working after upgrade

Offline jon

  • **
  • 34
  • +0/-0
PHP-Nuke not working after upgrade
« on: July 27, 2012, 12:17:10 AM »

I have an old version of PHP-Nuke running in an ibay.   It runs perfectly under 7.6, but when I bring up the site under 8.0, all I get is a blank screen.  I'm not exactly sure what the issue is since I do not get any error messages of any kind.   I checked to make sure that the ibay had the Dynamic Content flag enabled and it did.   Any suggestions???
.........

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: PHP-Nuke not working after upgrade
« Reply #1 on: July 27, 2012, 01:06:32 AM »

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: PHP-Nuke not working after upgrade
« Reply #2 on: July 27, 2012, 01:25:10 AM »
start from here: http://wiki.contribs.org/PHP#Display_Error_Messages

I don't think that's necessary. Just look at the errors in /var/log/messages or /var/log/httpd/error_log. Enabling script error messages via the browser (as per wiki instructions) will make it easier for crackers to break into buggy php applications (and which php application is not buggy?).

Offline TerryF

  • grumpy old man
  • *
  • 1,848
  • +6/-0
--
qui scribit bis legit

Offline jon

  • **
  • 34
  • +0/-0
Re: PHP-Nuke not working after upgrade
« Reply #4 on: July 27, 2012, 05:34:01 PM »

Stefano, Charlie and Trex - thanx for your suggestions.   Looking at the errors in /var/log/messages, I see a number of missing files that my application was looking for - they were all in /var/lib/php4.   It appears that my app has this library hard coded somewhere.   

I took a 7.6 server, copied the files over but still nothing.   Further investigation tells me that there are a number of php4 commands that are "depreciated" - it appears that missing libraries are not my only issue.

Maybe it's time for a phpnuke upgrade as well.

Thanx again.
.........

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: PHP-Nuke not working after upgrade
« Reply #5 on: July 27, 2012, 05:41:47 PM »
Maybe it's time for a phpnuke upgrade as well.

Probably true whether you were upgrading SME server or not. Google for 'phpnuke security advisory'.