Method(serviceArchiveBlockIndex) was not found in module(news)
what does that mean? site is offline now and i get this error message on main index.php page all other pages work
Method(serviceArchiveBlockIndex) was not found in module(news) what does that mean? site is offline now and i get this error message on main index.php page all other pages work |
just remove the news block from index till you fix it |
just remove the news block from index till you fix it how do i fix? |
what was the last modification you did on your site |
what was the last modification you did on your site stupid 7.0.1 update...iam rolling it back to 7.0 |
download 7.0.1 original and replace your curent folder with the new one |
Sounds like a SQL script gone bad. If you look in the SQL script, it is probably inserting a VALUE of Archive_Block_Index in the database. If you look in the sys_page_compose and find that insert (probably last page), you can edit it and remove the _index from it. So it will look like this Archive_Block Nothing to see here |
Sounds like a SQL script gone bad. If you look in the SQL script, it is probably inserting a VALUE of Archive_Block_Index in the database. If you look in the sys_page_compose and find that insert (probably last page), you can edit it and remove the _index from it. So it will look like this Archive_Block I am in the process of restoring back to 7.0. 7.0.1 too many issues after upgrade |
After restore i get this error message now: Fatal error: Call to a member function getParam() on a non-object in /home/kartingc/public_html/inc/db.inc.php on line 83 |