| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
soumik
Joined: 02 Dec 2007 Posts: 5
|
Posted: Sun Dec 02, 2007 1:13 pm Post subject: Error while updating from RC7 to RC8 |
|
|
I get this error while updating from RC7 to RC8 :
| Code: | | Fatal error: Call to a member function url_rewrite() on a non-object in /home/a3317355/public_html/includes/functions.php on line 1720 |
I'm using the Automatic Update Package. I had uploaded the install directory and replaced the old doc directory with the new one.
My functions.php : http://www.animorphsfanforum.com/includes/functions.php
Please help.
PS : I posted a query about this in the phpBB forum. Here it is : http://www.phpbb.com/community/viewtopic.php?f=46&t=605324 |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3137
|
Posted: Mon Dec 03, 2007 1:02 pm Post subject: Re: Error while updating from RC7 to RC8 |
|
|
My advice would be to wait few more days before you update, time for us to release the new version of our mods here.
About the error you get, the trick is to upload a copy of an unmodified version of includes/function.php (from the last phpBB package) in your install directory and to open install/index.php and replace :
| Code: | | require($phpbb_root_path . 'includes/functions.' . $phpEx); |
with :
| Code: | | require($phpbb_root_path . 'install/functions.' . $phpEx); |
The new hooking abilities provided in RC7 should allow us to circumvent this in a better way in the next releases, the error only comes from the fact happen_sid() is called at the end of the install, and the modded version requires the $phpbb_seo object.
I still advise you to wait for the phpBB SEO mod rewrtie update few more days to make sure you won't have any trouble. |
_________________
|
|
| Back to top |
|
 |
soumik
Joined: 02 Dec 2007 Posts: 5
|
Posted: Mon Dec 03, 2007 3:43 pm Post subject: Re: Error while updating from RC7 to RC8 |
|
|
Thanks for the reply.
Eagerly waiting for the new version of the mod.  |
|
|
| Back to top |
|
 |
CentaurAtlas
Joined: 09 Dec 2007 Posts: 2
|
Posted: Sun Dec 09, 2007 4:09 pm Post subject: Re: Error while updating from RC7 to RC8 |
|
|
| soumik wrote: | Thanks for the reply.
Eagerly waiting for the new version of the mod.  |
Me too! Particularly if the hook capability is used, hopefully it will make mods significantly easier!
Thanks for the hard work! |
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |