phpMyFAQ 2.6.14 + xampp 1.7.4

Please report bugs here!

Moderator: Thorsten

Post Reply
Pegasus
Posts: 1
Joined: Thu Jan 27, 2011 5:15 am

phpMyFAQ 2.6.14 + xampp 1.7.4

Post by Pegasus »

Hi
I just installed latest edition of xampp (1.7.4) that includes:
* Apache 2.2.17
* MySQL 5.5.8
* PHP 5.3.5
* phpMyAdmin 3.3.9
phpMyFAQ can't be installed, actually the tables are created but they are empty and after finishing to install phpMyFAQ I got this message:

DB error: 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 '(14) NULL, display_name VARCHAR(50) NULL, email VARCHAR(100) NULL )' at line 3

Query:

CREATE TABLE faquserdata (
user_id INT(11) NOT NULL,
last_modified TIMESTAMP(14) NULL,
display_name VARCHAR(50) NULL,
email VARCHAR(100) NULL
)

I guess I must go back to xampp 1.7.3 with mysql 5.1

Bye
Fab.
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: phpMyFAQ 2.6.14 + xampp 1.7.4

Post by Thorsten »

Hi,

which extension did you select?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: phpMyFAQ 2.6.14 + xampp 1.7.4

Post by Thorsten »

Hi,

I fixed it for 2.6.15, thanks for the hint!

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
trf000
Posts: 37
Joined: Tue Nov 23, 2010 5:16 pm

Re: phpMyFAQ 2.6.14 + xampp 1.7.4

Post by trf000 »

I get the same error in my LAMP installation...

DB error: 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 '(14) NULL, display_name VARCHAR(50) NULL, email VARCHAR(100) NULL )' at line 3

Query:

CREATE TABLE faquserdata (
user_id INT(11) NOT NULL,
last_modified TIMESTAMP(14) NULL,
display_name VARCHAR(50) NULL,
email VARCHAR(100) NULL
)

How can I fix this?
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: phpMyFAQ 2.6.14 + xampp 1.7.4

Post by Thorsten »

phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply