drismet Posted December 13, 2006 Share Posted December 13, 2006 How can I fix issues between(like blank screen) IPB 2.2 and PHP 5.0.4? Link to comment Share on other sites More sharing options...
bfarber Posted December 13, 2006 Share Posted December 13, 2006 It is php 5.0.4 specific.Open ipsclass.php and findlist( $n, $b, $r ) = explode( ".", $this->acpversion );it's on line 317 by default. Change to { list( $n, $b, $r ) = explode( ".", $this->acpversion ); } else { $n = $b = $r = ''; }if ( strstr( $this->acpversion , '.' ) )This is fixed in IPB 2.2.1 Link to comment Share on other sites More sharing options...
Jaggi Posted December 14, 2006 Share Posted December 14, 2006 hmm i've had lots of blankscreen issues. usually i have to recache all skin files and reset everything and it fixes itself. Sometimes i've had to totally start from beginning tho, using this version of php, i thought it was because i was doing some modding, the issue has been a problem since 2.2 pf3 i think for me. I'll try the fix next time the issue arises just wondering if its as old as i said? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.