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
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
Thanks, Aware of firebug, checked and found this response when data submitted:
or
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
in 6.1.2
and
in 6.0.2
Any help much appreciated
<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);
and
$av = $ak->addAttributeValue();
Any help much appreciated
Sorted issue, was overwritten values in tables??? Bizarre.
Solved problem see:
http://www.concrete5.org/community/forums/customizing_c5/mysql-prob...
Solved problem see:
http://www.concrete5.org/community/forums/customizing_c5/mysql-prob...
Rony