I've been setting my as3 but yasterday when i wanted to open it, it gave me a weird error that shouldn't appear as im using XAMPP to my database...
Picture Below:
bandicam 2015-02-26 15-40-46-017.jpg
You're struct is not good, get a new one for the source your using.
Originally Posted by BARm
You're struct is not good, get a new one for the source your using.
This could not be it, ive been trying with many structs... Do you have a struct?? Pl0x idk if all my structs is demaged by HeidiSQl or something :/
the lack of sql knowledge of this section is too op
Nope, the mysql workbench would neither work.... -.- the mysql workbench requires the admin wich doesnt exist in the struct. The problem here is its telling me it cant understand the collumn "admin" but "admin" does not even exist...
Originally Posted by thenired
Nope, the mysql workbench would neither work.... -.- the mysql workbench requires the admin wich doesnt exist in the struct. The problem here is its telling me it cant understand the collumn "admin" but "admin" does not even exist...
create a column on the table users called admin, make it int for the type, set default to 0
/thread
Originally Posted by marceliino
create a column on the table users called admin, make it int for the type, set default to 0
/thread
Thanks for the help anyways marceliino! I fixed it, i changed the Config file in my phpmyadmin and found out that my password was wrong and when i changed it my server worked! I've been adding alot of stuff now but thanks for the help!