Groups > Novell > Novell NetWare with PHP > Re: PostNuke and PHP 5.0.5




PostNuke and PHP 5.0.5

PostNuke and PHP 5.0.5
Mon, 20 Nov 2006 03:36:17 GMT
Does anyone have this working?  I'm trying to change my website from 
PHPNuke to PostNuke and cannot get it working.  Updated PHP to 5.0.5 
(ap2-20060906173017) and MySQL to 5.0.27.  Install went fine but I ran 
into a token_get_all() problem. Noticed tokenizer was commented out in 
PHP.INI.  Changed that and it gets past the error but now all I get is a 
blank page.  Any ideas?

Thanks
Post Reply
Re: PostNuke and PHP 5.0.5
Mon, 20 Nov 2006 15:07:58 GMT
Hi Tony,
Tony Perun <fubar@fubar.org> wrote in news:Ro98h.6572$rF4.2816@prv-
forum2.provo.novell.com:

> Does anyone have this working?  I'm trying to change my website from 
> PHPNuke to PostNuke and cannot get it working.  Updated PHP to 5.0.5 
> (ap2-20060906173017) and MySQL to 5.0.27.  Install went fine but I ran 
> into a token_get_all() problem. Noticed tokenizer was commented out in 
> PHP.INI.  Changed that and it gets past the error but now all I get is a 
> blank page.  Any ideas?
yes. I have changed the error output settings to be the same as suggested by 
the PHP group - that means: 
display_errors = Off 
log_errors = On 
please read the comments around these settings in php.ini for further 
details.

that means that you get no longer errors back to the browser but instead 
these are logged to sys:/php5/error.log; please look there fo find out what 
goes wrong.
The above settings are of course meant for productional use - if you test and 
develop then I'd suggest that you set
display_errors = On
and reboot the server to make the change active. Dont forget though to set 
back to off when you go production....

Guenter.
Post Reply
Re: PostNuke and PHP 5.0.5
Mon, 20 Nov 2006 19:25:42 GMT
Guenter wrote:
> Hi Tony,
> Tony Perun <fubar@fubar.org> wrote in news:Ro98h.6572$rF4.2816@prv-
> forum2.provo.novell.com:
> 
>> Does anyone have this working?  I'm trying to change my website from 
>> PHPNuke to PostNuke and cannot get it working.  Updated PHP to 5.0.5 
>> (ap2-20060906173017) and MySQL to 5.0.27.  Install went fine but I ran

>> into a token_get_all() problem. Noticed tokenizer was commented out in

>> PHP.INI.  Changed that and it gets past the error but now all I get is
a 
>> blank page.  Any ideas?
> yes. I have changed the error output settings to be the same as suggested
by 
> the PHP group - that means: 
> display_errors = Off 
> log_errors = On 
> please read the comments around these settings in php.ini for further 
> details.
> 
> that means that you get no longer errors back to the browser but instead 
> these are logged to sys:/php5/error.log; please look there fo find out what

> goes wrong.
> The above settings are of course meant for productional use - if you test
and 
> develop then I'd suggest that you set
> display_errors = On
> and reboot the server to make the change active. Dont forget though to set

> back to off when you go production....
> 
> Guenter.
> 


I set php.ini to both display and log the errors.  I know that part is 
working because it showed the token_get_all() error.  I am not receiving 
any error message with this latest problem.  It looks like it is doing 
something but then all I get is a blank page.  Even if I view page 
source it is blank.  This is with the .763 PostNuke.  I've tried 
deleting everything in the PostNuke directory as well as the database 
and reinstalling.  Install goes fine until I get to the completed page 
click to go to your site.  Then nothing.


Thanks
Post Reply
about | contact