Hi
I download and install the new zoom version for 4.5.1.a and installed it
I also installed the module that gave me and error
Code:
Notice: Table 'eldiario_datos.mos_zoom_config' doesn't exist in /home2/eldiario/public_html/includes/database.php on line 184
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home2/eldiario/public_html/modules/mod_zoom.php on line 29
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home2/eldiario/public_html/modules/mod_zoom.php on line 30
So i found that it dont exits a table
I found in a also a module that have a script to update the mambo database in order to put the module to work
I try to insert the query into the database and i got this error
Code:
#1146 - Table 'eldiario_datos.mos_zoom_config' doesn't exist
so i asume it dont have the table created in the instalation
the code is this into the query
Code:
# update_module.sql
#
# date: 01-07-2004
# author: Mike de Boer
# This query works ONLY if you have an incomplete update
# from zOOm Image Gallery v2.0 OR v2.1.1.
#
# To update your #__zoom_config table, please execute the
# following SQL command:
#
# NOTE: if you have a different table-prefix than "mos_",
# you should change it to whatever you're using.
ALTER TABLE `mos_zoom_config` ADD zoomModule tinyint( 1 ) unsigned NOT NULL default '2'
the main reason for ask is i dont know how to create a table into the database becaouse i dont know nathing of the mysql
Please can you help me here
Please
Thanks