Quote:
Originally Posted by imported_df+++++
installed latest version, updated on my vB 4.2.0 PL 2
1 data base error when I tried to import the vB Gallery.
Code:
Database error in vBulletin 4.2.0:
Invalid SQL:
SELECT * FROM 'album';
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''album'' at line 1
Error Number : 1064
that was with IE if it matters, shouldn't but i couldn't reply wtih IE here...
below is the error message i got when i tried firefox with YES selected to clean up previous import. I assume it there due to the fact the previous import didn't start thus no importid
Code:
Database error in vBulletin 4.2.0:
Invalid SQL:
DELETE
FROM dbtech_gallery_categories
WHERE
import_id > 0 &&
import_type = 'vb_album';
MySQL Error : Unknown column 'import_id' in 'where clause'
Error Number : 1054
Also lost my watermarks. "watermark text" is still displayed on images though i never changed my settings and my .png watermark was working properly
|
Sorry about that. I was a bit overzealous checking my variables I guess.
If you open dbtech/gallery/includes/class_import.php
On line 170 change
PHP Code:
SELECT * FROM " . $this->registry->db->sql_prepare($table)
to
PHP Code:
SELECT * FROM " . $table
The watermark was never on the lite version, were you running the beta?
Dylan