Bug #261
Install Script
| Status: | Resolved | Start: | 09/02/2008 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | Jannik Hartung | % Done: | 100% |
|
| Category: | Web Panel | |||
| Target version: | 1.3.1 | |||
Description
When I tried to install I was getting errors when setting up tables structure and initial data. I am running Windows xp with IIS and php 5.1.2. When I activated the debug it was saying there was an error in the mysql syntax. I am running magic quotes and was having an issue with escaping the quotes. I had to change line 20 in page4.php so it would run correctly.
$res = $db->Execute(stripslashes($q) . ";");
Associated revisions
- Fixed admin server search
- Fixed
#277- Kick function of Servers page doesn't check for immunity - Fixed
#306- Server click dashboard cosmetic problem - Fixed some ajax errors with dashboard
- Fixed some error-showing-errors with PasteBan() function
- Added
#307- Fail-Safe request for ban unban and delete buttons - Added
#249- Add Server Identification to "Latest Players Blocked" - Fixed
#261- Problem with mysql magic quotes and IIS - Fixed history count for ip and steamid bans
- Added themes_c folder clearing to updater
History
Updated by Jannik Hartung 115 days ago
- Category set to Web Panel
- Status changed from New to Resolved
- Assigned to set to Jannik Hartung
- % Done changed from 0 to 100