Page 1 of 1

xampp and php nuke installation problems

PostPosted: 31. March 2015 17:42
by Falonso
I'm trying to install last php nuke version ()
I'm using xampp with following versions:
Apache: 2.4.10
mysql: 5.6.21
php: 5.6.3
php nuke: 8.3.2
When I try to use web installer I get following warnings:

Warning: ob_start(): second array member is not a valid method in C:\xampp\htdocs\phpnuke\phpnuke\html\mainfile.php on line 88
Notice: ob_start(): failed to create buffer in C:\xampp\htdocs\phpnuke\phpnuke\html\mainfile.php on line 88

I have tried this solution trying replace code with no success:
http://www.ravenphpscripts.com/ftopic-20418-days0-orderasc-0.html

I have tried to disable zlib compression:
zlib.output_compression=Off
zlib.output_compression_level = -1
zlib.output_handler =

but in all cases I finally coudln't fix it.

is there a way to uninstall zlib module or disable it on php?

I need install php nuke because I need to install a sports league module:
https://www.phpnuke.org/article.php?sid=8221

Is there any way to solve this?

Kind regards

Re: xampp and php nuke installation problems

PostPosted: 31. March 2015 18:22
by Falonso
Hi.

Finally I renamed previous installation and copy it again and reinstall.


I had also warnings but only about ereg deprecated function in:
htdocs\phpnuke\phpnuke\html\install\install2.php

So I changed for this:
$sql = ereg_replace("\n#[^\n]*\n", "\n", $sql);
to
$sql = preg_match("/\n#[^\n]*\n/", "\n", $sql);

I had also a max_execution_time warning but I changed it on php.ini so I didn't get it again.

Kind regards

Re: xampp and php nuke installation problems

PostPosted: 31. March 2015 18:25
by Falonso
Hi again.

I still have the problem.

Once I installed php nuke and I tried to log in I got warning message again:
Warning: ob_start(): second array member is not a valid method in C:\xampp\htdocs\phpnuke\phpnuke\html\mainfile.php on line 86
Notice: ob_start(): failed to create buffer in C:\xampp\htdocs\phpnuke\phpnuke\html\mainfile.php on line 86

Any help about it?

Kind regards

Re: xampp and php nuke installation problems

PostPosted: 31. March 2015 21:20
by Nobbie
Falonso wrote:Any help about it?


Probably not here, PhpNuke is not part of Xampp. You should ask in a PhpNuke Support Forum.

Re: xampp and php nuke installation problems

PostPosted: 31. March 2015 21:31
by Altrea
A PHP Applikation which still uses the deprecated ereg functions is very very sure not PHP 5.6 compatible.
You should try with a far far older XAMPP version.

Re: xampp and php nuke installation problems

PostPosted: 01. April 2015 09:07
by Falonso
Which version of xammp do you think could it work?

Is it possible to have several xampp versions installed at same time?

Kind regards

Re: xampp and php nuke installation problems

PostPosted: 01. April 2015 09:15
by Falonso
Forget it.

I'm going to give a try to this joomla module for leagues management: http://www.joomsport.com/

Kind regards and thanks for your help