When editing a users table I am getting the following error while i did not change the table at all:
"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 ')' at line 1"
So I checked the _users_edit.php file : this is the first part:
<?php
ini_set("display_errors","1");
ini_set("display_startup_errors","1");
set_magic_quotes_runtime(0);
include("include/dbcommon.php");
include("include/_users_variables.php");
include("include/languages.php");
I can't see an error, what could be the case? <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=3571&image=1&table=forumtopics' class='bbc_emoticon' alt=':blink:' />