Hi,
In AdminCP looking for an user, the url which is generated does not work:
/admincp/user.php?do=edit&%3Bu=1
It should look like this:
/admincp/user.php?do=edit&u=1
I checked now everything and the main problem is, that there is used: &%3Bu instead of &
I have a german forum using latin1_german2_ci in the database and ISO-8859-1 for the language. I do not know if this has anything to do with,
but my whole forum is corrupted because of that!
Please help!
In AdminCP looking for an user, the url which is generated does not work:
/admincp/user.php?do=edit&%3Bu=1
It should look like this:
/admincp/user.php?do=edit&u=1
I checked now everything and the main problem is, that there is used: &%3Bu instead of &
I have a german forum using latin1_german2_ci in the database and ISO-8859-1 for the language. I do not know if this has anything to do with,
but my whole forum is corrupted because of that!
Please help!
Comment