Version: 1.00, by why-not
Developer Last Online: Jun 2007
Version: 3.0.3
Rating:
Released: 07-11-2004
Last Update: Never
Installs: 82
No support by the author.
This is VB World Weather...
It allow your users to look up and display local weather for 39,722 locations around the world! It is template based with multi language support built in!
The zip file contains...
1. Step by step install files
2. All images, language files, templates, weather database file and scripts
An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: 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 ';
CREATE TABLE forecast (id int(4) NOT NULL auto_increment
Im now stuck at stage No7
It says:
If your setup uses a table_prefix then use the script that is included to add the
prefix name to the forecast table name. To run the change.php script, place the
forecast.sql file and the change.php script in your main vbulletin directory (./)
then run the script from your browser. When it is finished it will update the
forecast.sql file to match your system settings! After this install the forecast
database into your main forum database!
Ver nice hack,absolutely will give it a try.By the way,I like the template of your demo http://forum.ya-right.com/ . I wonder where to download that skin. Any suggestion would be appreciated.Thannks.
An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: 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 ';
CREATE TABLE forecast (id int(4) NOT NULL auto_increment
Im now stuck at stage No7
It says:
If your setup uses a table_prefix then use the script that is included to add the
prefix name to the forecast table name. To run the change.php script, place the
forecast.sql file and the change.php script in your main vbulletin directory (./)
then run the script from your browser. When it is finished it will update the
forecast.sql file to match your system settings! After this install the forecast
database into your main forum database!
Can someone explain this in English please.
Hi The Realist
To find out if your using a prefix, go to ./includes/config.php, and find the variable...
$tableprefix = '';
If this has a value, then you need to run the 'change.php' script to add the prefix!
As for your MySql Error, something is not being escaped somewhere....
Tell me the following....
1. Are you using a prefix?
2. How are you trying to install the weather table (command line, phpMyAdmin, other) ?
If you can not get the SQL file to load, create the table manual, then I will give you a script to loop the file and do the inserts that way! I have tested this SQL file, on 8 different systems Unix, Linux, Windows and Mac and I can not reproduce your error.
Note you can not load this from the VB admin panel it will not work! I will help you, but answer my questions so I can!