Bulk SEO updater problem - won't save

Permalink
Hi all, any help or thoughts appreciated.

Using Bulk SEO updater for the first time and it will not save. Just the eternal spinning circle. Tried reinstalling contents of root/concrete folder. Still nothing.

Any ideas why this might be happening?

Thanks

 
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
Are you aware about developers tool called "firebug"? If yes then have a look into the console. If not then just open Firefox browser and search for firebug add-on. And install it. then open your site in Firefox & see the console while in SEO page.

Rony
mrtrumpy replied on at Permalink Reply
Thanks, Aware of firebug, checked and found this response when data submitted:

<br />
<b>Fatal error</b>:  Call to a member function setAttribute() on a non-object in <b>/home/wwwlinda/public_html/updates/concrete5.6.0.2/concrete/core/models/collection.php</b> on line <b>239</b><br />


or

<br />
<b>Fatal error</b>:  Call to a member function setAttribute() on a non-object in <b>/home/wwwlinda/public_html/updates/concrete5.6.1.2_updater/concrete/core/models/collection.php</b> on line <b>251</b><br />


I've rolled back to concrete5.6.0.2 from 6.1.2 and reinstalled, still the same under 6.0.2 or 6.1.2 regardless.

FYi the line 239 in version 6.0.2 and line 251 in 6.1.2 that's referenced is

$ak->setAttribute($this, $value);
in 6.1.2

and

$av = $ak->addAttributeValue();
in 6.0.2

Any help much appreciated
mrtrumpy replied on at Permalink Best Answer Reply
Sorted issue, was overwritten values in tables??? Bizarre.

Solved problem see:

http://www.concrete5.org/community/forums/customizing_c5/mysql-prob...