View previous topic :: View next topic |
Author |
Message |
andatche -
Joined: 22 Jul 2004 Posts: 4
|
Posted: Thu Jul 22, 2004 4:47 pm Post subject: What Abyss version do you run php nuke on? |
|
|
Hi, I have been trying to set up php nuke on abyss version 1.2 recently using php 4.3.0 with little luck. Every nuke page i opened contained hundredds and hundreds of errors on it, so I decided to try upgrading to php verion 5.0.0. This made no difference at all, same thing happened as before. I then installed abyss 2 beta 1 and it works fine, I just wondered if anyone else got php nuke working on 1.2 and where i might be going wrong.
Also has anyone else using php 5.0.0 and the php-cgi.exe noticed that mysql is not enabled by default and you have to load it as an extension in the ini file? |
|
Back to top |
|
 |
WolfRamiO -
Joined: 30 May 2004 Posts: 121 Location: Viña del Mar, Chile
|
Posted: Thu Jul 22, 2004 8:33 pm Post subject: |
|
|
do you install MySQL and create the nuke DB and edit the nuke config file? |
|
Back to top |
|
 |
andatche -
Joined: 22 Jul 2004 Posts: 4
|
Posted: Fri Jul 23, 2004 12:15 am Post subject: |
|
|
Yup, I know how to set up php nuke :) and MySQL. The problem here seems common and from reading this forum people just seem to turn notices off in php and ignore the problem, but this seems to be fixed in abyss 2 beta 1 anyway. |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Fri Jul 23, 2004 12:30 am Post subject: |
|
|
Quote: | Yup, I know how to set up php nuke :) and MySQL. The problem here seems common and from reading this forum people just seem to turn notices off in php and ignore the problem, but this seems to be fixed in abyss 2 beta 1 anyway. |
It is not fixed in the 2.0 Beta 1 , you still have these errors since its coming
from PHP , the PHP team have turned off errors by default on the new PHP
releases so you shouldn't have to worry about Notices , Abyss disables the
old Error 200 OK error that you use to get. Have A Nice Day ! |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Fri Jul 23, 2004 2:51 am Post subject: |
|
|
I use Abyss 1.2.2.2, and I have PHP-Nuke configured no problem. I do believe it was because notices were turned off by default, so I never saw them in the first place. _________________ Bienvenidos! |
|
Back to top |
 |
 |
andatche -
Joined: 22 Jul 2004 Posts: 4
|
Posted: Fri Jul 23, 2004 12:12 pm Post subject: |
|
|
Thank you for your help, I see now when the change occured, not only did I upgrade the server I replaced the origonal php 4 ini file with the new one at that time, I did not notice that notices had been turned off.
This may hide the errors but it still doesnt fix the problem, I'd rather stop the notices than just cover them up, there obvosuly being displayed because there is some kind of problem. I do not mean to be aukward I'd just be interested to find out what is causing them.
Also did anyone else find that MySQL was not included in the php-cgi.exe by default and had to be loaded as an extension in the ini file? |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Fri Jul 23, 2004 12:39 pm Post subject: |
|
|
Notices are not errors , they just let you know info about whats
going on in your PHP script , I know this because I learn and im a
PHP script developer and I already released about five already.
See all my PHP scripts here !
php.os17fan.cjb.net
I also created the Virtual Host Creator project. |
|
Back to top |
|
 |
|