MyBB Community Forums

Full Version: MyBB Testimonials plugin error on install
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried to install the MyBB Testimonials plugin and got this error:

Quote:mySQL error: 1136
Column count doesn't match value count at row 1
Query: INSERT INTO mybb_templates VALUES ('','testimonials',' $headerinclude $header
Testimonials
$testimonials_listing
$lang->testimonial_message $lang->here
$testimonial_footer $footer ','-1')

How do I fix that? Sad
Try to change the query to:
INSERT INTO mybb_templates VALUES ('NULL','testimonials',' $headerinclude $header
Testimonials
$testimonials_listing
$lang->testimonial_message $lang->here
$testimonial_footer $footer ','-1', '100.07', 'NULL', '1141219950')
See if that fixes the problem.
Where do I change that?
You should find the query in the plugin file.
Okay. Changed.

Now I get this error:

Quote:Parse error: parse error, unexpected T_STRING in /home/www/videogameempire.net/MessageBoard/testimonials_install.php on line 48
Can you please attach the file testimonials_install.php?
Okay. Here you go! Smile
Please try the attached one.
All set! Thanks! Smile