POG can´t create table in database. Pls help.

4 views
Skip to first unread message

Eliffio

unread,
Mar 6, 2008, 12:34:56 AM3/6/08
to Web Form Factory
Hello, hope u can hlp.

I generated the scripts for my form. I downloaded the zip file,
uncompressed, edited correctly the configuration.php file (with the
data of my database), but when running the setup (POG), I get this
error:

Initializing POG Setup....OK!
File Structure....OK!
Configuration Info....OK!

Storage Status

CHECKED 0 OBJECT(S). FOUND 1 ERROR(S):
---------------------------------------------------
Query failed: CREATE TABLE `eliffio_db` (
`eliffio_dbid` int(11) NOT NULL auto_increment,
`nombre` VARCHAR(255) NOT NULL,
`email` VARCHAR(255) NOT NULL,
`telf` VARCHAR(255) NOT NULL,
`comentario` VARCHAR(255) NOT NULL,
`borrar` reset NOT NULL, PRIMARY KEY (`eliffio_dbid`));

Creating table [eliffio_db] failed. Create the table manually using
the generated SQL query in the object header.

Im not an expert in php or MySQL, so I don´t know what´s the mistake.
I created the database in my server, but when it comes to creating a
new table I dont know what to do. I get to the MySQL panel for
creating it, but I dont know what options choose or what data write.

Hope u can help.

Thanx in advance.

Eliffio

argossol

unread,
Apr 10, 2008, 2:10:55 PM4/10/08
to Web Form Factory
Their script uses double quotes, and some versions of MySQL aren't
impressed - you'll have to go in and manually recreate the table
yourself. At least, that's what happened to me. Hope that helps
some.
Reply all
Reply to author
Forward
0 new messages