Open GoogleCodeExporter opened 9 years ago
This is actually a customer @ miningbuddy.de hosting
To fix this specific issue I opened the "runs" table in the database and edited
the specific Op modifying the "location" and removed the invalid ' symbol.
Alternatively I could of just deleted the run that had the invalid character '
in the Op location name.
Please note that this site is hosted from miningbuddy.de and that Mining Buddy
Plus project is just the provider of the script not the hosting provider just
to be clear.
If a fix could be made to rather not allow special character in the op name.
Alternatively fixing the op names to allow special characters would resolve
this issue as well.
Original comment by AaronWin...@gmail.com
on 10 Feb 2012 at 6:37
I will look at adding some format checking so invalid characters can not be
entered into the field.
Original comment by miningbu...@thedarth.com
on 10 Feb 2012 at 6:42
[deleted comment]
[deleted comment]
preg_replace('/[^a-zA-Z0-9_-]/s', '', $String);
You could add this to the sanitize function, or perhaps specifically on lines
138 and 148 of addEventToDB.php?
I've just now loaded the code for the first time, so perhaps those locations
are wrong. But that regex would remove the special characters.
Original comment by jclasp...@wickednewt.com
on 5 Jul 2012 at 5:43
Original issue reported on code.google.com by
fuu.mise...@gmail.com
on 10 Feb 2012 at 2:22