kullandığım modulde search komutunu kullandığımda mysql şu hatayı veriyor
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 '\'b%\' ORDER BY name ASC,nr ASC,year DESC LIMIT 0,25' at line 1
ve modul faq sunu okuduğumda bana şunları söylüyor bu tarz bir hatanız varsa
when I click on a letter or do a search, I get MySQL errors
if you get MySQL errors like "you have an error in you SQL syntax ... near '\'m%\' ORDER BY...", this is most likely caused by a PHP feature called magic_quotes_gpc. When magic quotes are on, PHP automatically escapes special characters in GET/POST/COOKIE data. Since most scripts do not cope with this, MAGIC QUOTES SHOULD ALWAYS BE SWITCHED OFF! you can disable them by setting magic_quotes_gpc=off in your php.ini. In case you cannot edit the php.ini file yourself, you can also set the according flag in a .htaccess file. Also make sure you have a reasonably recent version of MySQL installed; please check the web site or README to find out about the minimal requirements.
Bu forumda yeni başlıklar açamazsınız Bu forumdaki başlıklara cevap veremezsiniz Bu forumdaki mesajlarınızı değiştiremezsiniz Bu forumdaki mesajlarınızı silemezsiniz Bu forumdaki anketlerde oy kullanamazsınız