This topic is locked

Problem with edit

10/10/2006 3:52:58 AM
PHPRunner General questions
B
bluestrikealpha author

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:' />

Alexey admin 10/10/2006

Hi,
please zip and send to support@xlinesoft.com a full set of generated PHP files along with your database creation script.

I'll find what's wrong with your project running it on my test box.