Members: 16,996
Threads: 38,846
Posts: 159,391
Online: 26

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse
Old 29.01.2005, 04:13   #1 (permalink)
Expert Mamber
 
kachete's Avatar
 
Join Date: Apr 2004
Location: Venezuela
Posts: 345
kachete is on a distinguished road
Send a message via ICQ to kachete Send a message via MSN to kachete Send a message via Yahoo to kachete
Arrow Problems with zoom gallery module

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
__________________
No hay preguntas tontas, Solo Tontos que no preguntan
www.kachetewebsites.com / www.misitiove.com
kachete is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 29.01.2005, 18:15   #2 (permalink)
Expert Mamber
 
quiquedcode's Avatar
 
Join Date: Jun 2004
Location: San Juan, Argentina
Posts: 306
quiquedcode will become famous soon enough
Send a message via ICQ to quiquedcode Send a message via MSN to quiquedcode Send a message via Yahoo to quiquedcode
Default Re: Problems with zoom gallery module

these problems were generated by K3's Playground modules ?
Code:
http://mamboforge.net/frs/?group_id=355
__________________
Enrique Becerra
MSN: qbecerra @ hotmail.com
ICQ: 18048153
www.beza.com.ar

"If you pay peanuts, you will get monkeys!" - ChicoMendez
quiquedcode is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 29.01.2005, 20:20   #3 (permalink)
Expert Mamber
 
kachete's Avatar
 
Join Date: Apr 2004
Location: Venezuela
Posts: 345
kachete is on a distinguished road
Send a message via ICQ to kachete Send a message via MSN to kachete Send a message via Yahoo to kachete
Default Re: Problems with zoom gallery module

When you install the new version it have some bugs in the instalation core

And it happend that in the installation script a table for the module to work dont be created

In the patch to the new version of the module the query to the script dont create the table

thats the problem

can anyone help us here

Please
__________________
No hay preguntas tontas, Solo Tontos que no preguntan
www.kachetewebsites.com / www.misitiove.com
kachete is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 29.01.2005, 23:49   #4 (permalink)
Expert Mamber
 
quiquedcode's Avatar
 
Join Date: Jun 2004
Location: San Juan, Argentina
Posts: 306
quiquedcode will become famous soon enough
Send a message via ICQ to quiquedcode Send a message via MSN to quiquedcode Send a message via Yahoo to quiquedcode
Default Re: Problems with zoom gallery module

maybe by contacting its developer trhough mamboforge...
__________________
Enrique Becerra
MSN: qbecerra @ hotmail.com
ICQ: 18048153
www.beza.com.ar

"If you pay peanuts, you will get monkeys!" - ChicoMendez
quiquedcode is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 30.01.2005, 00:26   #5 (permalink)
Mamber
 
Join Date: Jul 2004
Posts: 57
sacr0 is on a distinguished road
Default Re: Problems with zoom gallery module

The module from zoom is for the later version of Zoom Gallery for Mambo 4.5.
It won't work straight away for the new version of Zoom gallery because this version doesn't intall its config values to a table in the database but reads them from a file instead.

An easy way around this is to uninstall your zoom gallery.

Install the 4.5 version ( the tables are installed )

Go to the Zoom Configuration and make sure your settings are right.

Then UNINSTALL the zoom gallery. ( I don't think it uninstalls the tables )

Then install the new gallery and do the settings in the config area again.

Your Zoom Module will work now.


Another way would be to manually insert the zoom config table from the old version and enter the settings manually or to update the module to use the config file instead of the database table. Both are more complicated than the first though.
__________________
Imagination seeds the focus of reality
sacr0 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 30.01.2005, 18:31   #6 (permalink)
Expert Mamber
 
kachete's Avatar
 
Join Date: Apr 2004
Location: Venezuela
Posts: 345
kachete is on a distinguished road
Send a message via ICQ to kachete Send a message via MSN to kachete Send a message via Yahoo to kachete
Default Re: Problems with zoom gallery module

I do what you have tell here

I install and old version of the script and the module work

When i unistall the script and install the new script the tables dotn show

so the solution dont work

the other solution i dont think i can achieve becouse i dont know many of the programing skills i think we have to have

Please help us here with a straigth solution

Thanks
__________________
No hay preguntas tontas, Solo Tontos que no preguntan
www.kachetewebsites.com / www.misitiove.com
kachete is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Add zOOm Gallery as a Module sps Mambo 4.5.1 'How Do I' Questions 7 26.11.2004 11:23
Zoom Gallery Index (module) pixelsoul Development Announcements 1 20.08.2004 18:22
Random Image module for Gallery Soulfly Module 'How Do I' Questions 14 02.08.2004 22:03
zoom gallery 2.1.2 problems! flirty Mambo 4.5 General Talk 3 06.07.2004 05:07
Zoom gallery e alleggerimento foto severinobigi Componenti 3 01.06.2004 23:04


All times are GMT +2. The time now is 14:16.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.