Search found 10 matches

by Baer
Tue Dec 16, 2003 3:17 pm
Forum: Installing EasyMOD
Topic: [BUG FOUND] Error in final stage of installation
Replies: 7
Views: 6007

Re: Error in final stage of installation

Yup :!: I use MySQL 4.0.14.

Regs
Rob
by Baer
Tue Dec 16, 2003 9:17 am
Forum: Installing EasyMOD
Topic: [BUG FOUND] Error in final stage of installation
Replies: 7
Views: 6007

Re: Error in final stage of installation

Ah thanks! That really worked. :D

...I wonder how the other guys installed EasyMOD... 8O
by Baer
Tue Dec 16, 2003 9:01 am
Forum: Installing EasyMOD
Topic: [verified] Uninstalling EM
Replies: 16
Views: 13807

Re: Uninstalling EM

dgshaffer wrote:You have an error in your SQL syntax near 'heine@oscar * ~ $ mysql - u loginname - password * - exec = "DELETE FROM phpbb_' at line 1
*lolz*
Skip the heine@oscar:~$ . It's just my login shell :D
by Baer
Tue Dec 09, 2003 3:02 pm
Forum: Installing EasyMOD
Topic: [BUG FOUND] Error in final stage of installation
Replies: 7
Views: 6007

Re: Error in final stage of installation

Some add to my former post: Error :: Invalid default value for 'mod_id' SQL :: CREATE TABLE phpbb_easymod ( mod_id mediumint(8) NOT NULL DEFAULT '0' auto_increment, mod_title varchar(50) NULL DEFAULT '', mod_file varchar(255) NULL DEFAULT '', mod_version varchar(15) NULL DEFAULT '', mod_author_handl...
by Baer
Tue Dec 09, 2003 2:44 pm
Forum: Installing EasyMOD
Topic: [BUG FOUND] Error in final stage of installation
Replies: 7
Views: 6007

[BUG FOUND] Error in final stage of installation

Hi, I get the following error in the final stage of installation: Result :: Some queries failed, the statements and errors are listing below * Error :: Table 'phpbb2.phpbb_easymod' doesn't exist SQL :: INSERT INTO phpbb_easymod ( mod_title, mod_file, mod_version, mod_author_handle, mod_author_email,...
by Baer
Tue Dec 09, 2003 2:28 pm
Forum: Installing EasyMOD
Topic: [verified] Uninstalling EM
Replies: 16
Views: 13807

Re: Uninstalling EM

OK, did it the hard way: heine@oscar:~$ mysql -u phpbb2 -p --exec="DELETE FROM phpbb_config WHERE config_name = '[i]em_rows[/i]';" phpbb2 That produces a lot of lines, you have to do it for EM_password, EM_read, EM_write, EM_move, EM_ftp_dir, EM_ftp_user . You can check, if there are other...
by Baer
Tue Dec 09, 2003 2:09 pm
Forum: Installing EasyMOD
Topic: [verified] Uninstalling EM
Replies: 16
Views: 13807

Re: Uninstalling EM

Sorry to bother again, but this seems to be one of my worst weeks. I tried the following: heine@oscar:~$ mysql -u phpbb2 -p --exec="DELETE FROM phpbb_config WHERE em IN config_name;" Enter password: ERROR 1064 at line 1: You have an error in your SQL syntax. Check the manual that correspon...
by Baer
Mon Dec 08, 2003 10:59 am
Forum: Installing EasyMOD
Topic: [verified] Uninstalling EM
Replies: 16
Views: 13807

Re: Uninstalling EM

Hello, Baer: You want a step-by-step tutorial? Flautist: I think this SQL query will work: DELETE FROM phpbb_config WHERE em IN config_name; but I'm not sure how far I'd trust me on that. OK, how do I send SQL commands to my database? Is there a nice program included in the mysql-installation? Regs...
by Baer
Tue Dec 02, 2003 10:23 pm
Forum: Installing EasyMOD
Topic: [verified] Uninstalling EM
Replies: 16
Views: 13807

Re: Uninstalling EM

Looks good to me. But I'm just a simple unix admin who lacks basic knowledge of SQL, but basically I know, what I do in Unix/Linux.

Your fragment seems to delete every "word" with 'em' in it from config_name... ?

Regs
Rob
by Baer
Tue Dec 02, 2003 7:12 am
Forum: Installing EasyMOD
Topic: [verified] Uninstalling EM
Replies: 16
Views: 13807

Re: Uninstalling EM

Hi,

I somehow f**ked up my installation. Is there some step-by-step howto uninstall it? I tried updating, but unfortunately I run the latest version :(

Regs
Rob