Firefox PHP

Module: Search Engine Friendly URL's

Re: Module: Search Engine Friendly URL's
February 25, 2009 09:32PM
Martin, I'm having problems with this module. When I use it as is, I get this error:

Quote

[ Warning: Invalid argument supplied for foreach() in
/home/drumpler/public_html/philosophicaldebate/phorum/mods/sef_urls/sef_urls.php on line 399

Warning: Cannot modify header information - headers already sent by
(output started at /home/drumpler/public_html/philosophicaldebate/phorum/mods/
sef_urls/sef_urls.php:399) in
/tmp/tpl-pdebate-header-586a80df63279987aead7c42e28097ea.php-stage2 on line 5 ]

I have since surrounded the following code as a "comment" (i.e. /* */ ) until I know how to fix it:

Language: PHP
foreach($PHORUM[';DATA';][';BREADCRUMBS';] as $intID => $arrBreadCrumb) { if($arrBreadCrumb[';TYPE';] == "forum") { $PHORUM[';DATA';][';BREADCRUMBS';][$intID][';URL';] = str_replace(';_name_';, sef_urls_convert($arrBreadCrumb[';TEXT';]), $arrBreadCrumb[';URL';]); } }

So far, no issues after having done so, although I must admit my PHP knowledge is extremely limited. Any ideas as to what I should do?
Re: Module: Search Engine Friendly URL's
March 04, 2009 09:21AM
Thanks... I will look into it and add it to the mod
Re: Module: Search Engine Friendly URL's
March 04, 2009 09:33AM
The new version has this problem fixed now
Re: Module: Search Engine Friendly URL's
March 04, 2009 09:43AM
These issues are fixed in 1.0.6
Re: Module: Search Engine Friendly URL's
March 04, 2009 09:47AM
I changed all version references to the correct one now :D
Re: Module: Search Engine Friendly URL's
March 04, 2009 09:54AM
1.0.6 fixes this
Re: Module: Search Engine Friendly URL's
March 08, 2009 03:47AM
Thanks. Everything seems to be working beautifully now. :)
Re: Module: Search Engine Friendly URL's
March 08, 2009 06:04AM
UR Welcome :p
Re: Module: Search Engine Friendly URL's
March 09, 2009 10:51AM
got this error with the code

Fatal error: Illegal page requested: read/folder_id=inbox/pm_id=11 in /home/muddy/public_html/forum/pm.php on line 1055

when i try and read a pm
Re: Module: Search Engine Friendly URL's
March 09, 2009 11:06AM
Are you sure you have the latest .htaccess modifications installed? It seems to work fine here...
Sorry, only registered users may post in this forum.

Click here to login