Oops - The MySQL database server has returned 1146:
DoctorWatsOn 42
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Oops - The MySQL database server has returned 1146:
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Sorry for the inconvenience. It turned out that Contentteller 2.1.8 introduced a bug in the vBulletin integration with two databases.
Here an updated class_uwrapper_vb4.php file. Unzip and copy it into your /classes directory. This fix is also included in the upcoming 2.1.10 release.
class_uwrapper_vb4.zip
Here an updated class_uwrapper_vb4.php file. Unzip and copy it into your /classes directory. This fix is also included in the upcoming 2.1.10 release.
class_uwrapper_vb4.zip
1 Re: Oops - The MySQL database server has returned 1146:
Mischahh 1
From: -
From: -
Hi, i have similar failure with trial version, which gives following message when trying to open Startpage:
Der MySQL Datenbankserver meldet 1146: Table 'dbxxxxxx_12.vb3session' doesn't exist bei SELECT userid FROM vb3session WHERE sessionhash = '8458a9115f469d0669fe00b6858b5bf9'
SELECT userid FROM vb3session WHERE sessionhash = '8458a9115f469d0669fe00b6858b5bf9'
The point is, that my database from vbulletin (413) is db126809_11 and not as mentioned _12. _12 is my database for contentteller! For sure all my input in configuration parts (link to ext. forum as well as importlink) is correct on _11. And in _11 i find this table , either with prefix vb3_ or only vb3. But there is no such table in _12 from contentteller.
Michael
Der MySQL Datenbankserver meldet 1146: Table 'dbxxxxxx_12.vb3session' doesn't exist bei SELECT userid FROM vb3session WHERE sessionhash = '8458a9115f469d0669fe00b6858b5bf9'
SELECT userid FROM vb3session WHERE sessionhash = '8458a9115f469d0669fe00b6858b5bf9'
The point is, that my database from vbulletin (413) is db126809_11 and not as mentioned _12. _12 is my database for contentteller! For sure all my input in configuration parts (link to ext. forum as well as importlink) is correct on _11. And in _11 i find this table , either with prefix vb3_ or only vb3. But there is no such table in _12 from contentteller.
Michael
1 Re: Oops - The MySQL database server has returned 1146:
DoctorWatsOn
OP
42
From: -
From: -
It's reassuring to know it wasn't something I did to break it.
I found and changed that line in my new licensed copy, but I couldn’t find it in that file for the trial version, which seems totally different, not that it matters because I’ve dumped that now anyway.
I found and changed that line in my new licensed copy, but I couldn’t find it in that file for the trial version, which seems totally different, not that it matters because I’ve dumped that now anyway.
1 Re: Oops - The MySQL database server has returned 1146:
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Found the problem. The module upgrade script tried to get the build number from /includes/install.php but this file has been renamed to /includes/build.php
You can easily fix this by replacing line 32 in /cadmin/modules/admindoupdatemodule.php:
with:
You can easily fix this by replacing line 32 in /cadmin/modules/admindoupdatemodule.php:
include( "../includes/install.php" );
with:
include( "../includes/build.php" );
However, I would be interested in getting to the bottom of how I did it and/or how to fix it for future reference.
I was having a poke around in the adminCP, just testing various functions, I set-up the slideshow block and that seemed to work OK, than I clicked on ‘update module’ to see what that does.
I updated the content & articles modules and since doing that all I get is the error message below, was updating modules a bad idea or would it be something else that caused this?