Start ::
PostNuke 0.8 Support ::
Installation ::
The story continues.....
Moderated by: Support Team
-
- rank:
-
pnFreshman
- registered:
- April 2008
- Status:
- offline
- last visit:
- 08.05.08
- Posts:
- 15
more problems... but.... I also made some progress.
I finally got the install.php to run on a brandnew installation.
Somewhere along the lines I had changed the security setting of the install.php program.. I changed them back to 644
AND I started it from the actual domain name in stead of from the subdomain I made.
But now I am in the midst of an installation and get this error message:
Fatal error: Call to undefined function: stripos() in /home/europeri/public_html/motonews/includes/pnobjlib/DBUtil.class.php on line 227
Bummed again... I didn't do anything Gov', I swear !!!
-
- rank:
-
pnProfessional
- registered:
- September 2006
- Status:
- offline
- last visit:
- 12.05.08
- Posts:
- 918
Ouch!
seems that you're using a SVN version that uses a PHP5 only function,
and you're using PHP4. So, grab the latest SVN snapshot, upload it again
and try
that bug was removed a couple of days after being introduced...
-----
- Mateo T. -
Mis principios... son mis fines -
- rank:
-
pnFreshman
- registered:
- April 2008
- Status:
- offline
- last visit:
- 08.05.08
- Posts:
- 15
Aha ! This was the version I got from AmmoDump when he was advising me to move to .8 from .764. But that was before April 23 indeed..... I'll try that, thanks ! (My server info tells me I am using PHP 5.2.5 though..... ).
-
- rank:
-
pnProfessional
- registered:
- September 2006
- Status:
- offline
- last visit:
- 12.05.08
- Posts:
- 918
It's crazy
stripos only can be undefined in a PHP4 server
http://www.php.net/manual/en/function.stripos.php
but i hope that the latest SVN snapshot work for you
-----
- Mateo T. -
Mis principios... son mis fines
Start ::
PostNuke 0.8 Support ::
Installation ::
The story continues.....
