Table missing in mysql?
Permalink
Hi C5 community,
I am trying to edit the image slider that comes with my theme, Brimstone. I get this as an error when trying to as an image
"An exception occurred while executing 'SELECT path FROM FileImageThumbnailPaths p WHERE (p.fileID = ?) AND (p.fileVersionID = ?) AND (p.storageLocationID = ?) AND (p.thumbnailTypeHandle = ?)' with params [133, 1, 1, "file_manager_listing"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'masterrs_conc264.FileImageThumbnailPaths' doesn't exist".
If I use another image slider (Vivid slider) I get the same.
How do I fix this?
Any guidance is appreciated.
Thanks,
Marc
I am trying to edit the image slider that comes with my theme, Brimstone. I get this as an error when trying to as an image
"An exception occurred while executing 'SELECT path FROM FileImageThumbnailPaths p WHERE (p.fileID = ?) AND (p.fileVersionID = ?) AND (p.storageLocationID = ?) AND (p.thumbnailTypeHandle = ?)' with params [133, 1, 1, "file_manager_listing"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'masterrs_conc264.FileImageThumbnailPaths' doesn't exist".
If I use another image slider (Vivid slider) I get the same.
How do I fix this?
Any guidance is appreciated.
Thanks,
Marc
You may well have fixed this by now, but I'm guessing your problem is your theme requires Concrete version 5.7.5.7 (or later). What version are you running?
The missing table was introduced in 5.7.5.7. If you have upgraded to this (or a more recent) version maybe you need to run the installer again.
For more info on this topic, take a look at this thread:
https://www.concrete5.org/community/forums/installation/5.7.5.7-3004...