i dont know what this error means

Having problems installing EM? Let's fix that
Forum rules
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
Locked
yangW
Registered User
Posts: 1
Joined: Fri Dec 30, 2005 7:23 pm
Contact:

i dont know what this error means

Post by yangW »

Failed to update general configuration for EM_ftp_pass

DEBUG MODE

SQL Error : 1064 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 'EM_ftp_pass'' at line 2

UPDATE phpbb_config SET config_value = 'ðj–¿®Å:ÈC>åóqñ-ÿD?_€\' WHERE config_name = 'EM_ftp_pass'

Line : 62
File : admin_board.php
I use phpBB 2.0.19

markus_petrux
Registered User
Posts: 376
Joined: Fri Jun 18, 2004 10:58 pm
Location: Girona, Catalunya (Spain)
Contact:

Re: i dont know what this error means

Post by markus_petrux »

This is not related to the SQL Parser.

That being said, it seems you're not using the latest version of EasyMOD. Version 0.3.0 changed the way FTP passwords are stored in the DB, so they now use hexadecimal characters only.

Locked