nesttle
New-
Re: Problem migrating from 'localhost' to webserver
Problem is a mismatch on table names, between localhost and webserver. This ocurrs because on Windows database and table names are not case sensitive, and case sensitive in most varieties of Unix. Va… (View Post)8 -
Re: Problem migrating from 'localhost' to webserver
I "solved" this replacing gdn_ to GDN_ on the SQL file & uppercase on words, before uploading it to webserver. Example: * gdn_user -> GDN_User * gdn_userrole -> GDN_UserRole * gdn… (View Post)1