R_J
AdminR_J Admin
-
Re: WYSIWYG for < code > on RSI Forums v2.1b1
The code tag doesn't escape html. Plain and simple. I would also have expected another behavior. If you are just a user, you're lost. If you have access to the source code, you could try to fix that.… (View Post)2 -
Re: Confused with database and models
I've not tested if the above piece of code works, but if Setup is really called twice which seems to be the case... I guess you where sleepy when you've asked that question, too ;) update gdn_user se… (View Post)2 -
Re: Confused with database and models
I've tested your plugin and reduced your setup to that call (in fact I have reduced the hole plugin to that): public function Setup() { $Receiver = 1; $Sender = 1; $Amount = 5; $DiscussionID = 1; $Co… (View Post)2 -
Re: This queries have taken more than 99% of the CPU and it makes the website offline
@phreak: have you checked the slow query log? http://dev.mysql.com/doc/refman/5.1/en/slow-query-log.html You can even define what is "slow". Documentation says that by default 10 seconds ar… (View Post)1 -
Re: Confused with database and models
If you've set all those config settings, you could see every sql at the end of each page (if you are logged in as admin). But if you want to Get the Select statement of any sql you've built, just use… (View Post)4
