Share

Joomla SEF / SEO - extending OpenSEF

Tracker: Bugs

5 warnings and notices @ backend - ID: 2001502
Last Update: Comment added ( holodyn )

Warning: Invalid argument supplied for foreach() in
\administrator\components\com_sef\plugins\wbseo\wbseo.class.php on line 41

appears on new installations with empty jos_opensef_plugin_wbseo table,

fix: change to
if ($row) foreach($row as $k=>$v){
at row 40

*************

numerous notices eg. Notice: Undefined property:
JosOpenSEFAlias::$plugin_wbseo_titles_on in
C:\sokkit\site\dev_code\o\administrator\components\com_sef\includes\sef.bac
kend.php on line 793

appear when opened 'New Friendly URL' or just url without SEO fields
filled

quick fix: change = to =@ in all fragments like this
$value =@ (is_object( $tpl ) ? $tpl->data->$name : strval( $tpl ));


Nobody/Anonymous ( nobody ) - 2008-06-24 07:17

5

Open

None

Nobody/Anonymous

None

None

Public


Comment ( 1 )




Date: 2008-07-05 22:44
Sender: holodynProject AdminAccepting Donations


Check Check - thanks for the update.


Log in to comment.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.