This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-08-08 17:21:51

ElectricSparx
Scratcher
Registered: 2008-02-16
Posts: 100+

What. The. Heck.

I was just replying to comments on my projects, and I got this weird message:


Warning (512): SQL Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 't[ \t\n\r\f\v]*play[ \t\n\r\f\v]*roblox.[ \t\n\r\f\v]*:/' AND `Pcomment`.`create' at line 1 [CORE/cake/libs/model/datasources/dbo_source.php, line 512]

Code | Context

$sql    =    "SELECT `Pcomment`.`id`, `Pcomment`.`project_id`, `Pcomment`.`user_id`, `Pcomment`.`content`, `Pcomment`.`visibility`, `Pcomment`.`timestamp`, `Pcomment`.`reply_to_id`, `Pcomment`.`created`, `Pcomment`.`reply_to`, `Pcomment`.`comment_visibility`, `User`.`id`, `User`.`username`, `User`.`villager`, `User`.`firstname`, `User`.`lastname`, `User`.`gender`, `User`.`urlname`, `User`.`role`, `User`.`email`, `User`.`password`, `User`.`buddyicon`, `User`.`organization`, `User`.`city`, `User`.`created`, `User`.`timestamp`, `User`.`state`, `User`.`country`, `User`.`hearabout`, `User`.`interestsabout`, `User`.`comments`, `User`.`bmonth`, `User`.`byear`, `User`.`notify_pcomment`, `User`.`notify_gcomment`, `User`.`ipaddress`, `User`.`status`, `User`.`blocked_till`, `User`.`userpicext`, `User`.`userpic_suffix`, `User`.`login_attempt`, `Project`.`id`, `Project`.`user_id`, `Project`.`name`, `Project`.`description`, `Project`.`rating`, `Project`.`views`, `Project`.`anonviews`, `Project`.`num_favoriters`, `Project`.`num_raters`, `Project`.`created`, `Project`.`modified`, `Project`.`timestamp`, `Project`.`loveit`, `Project`.`loveitsuniqueip`, `Project`.`num_bookmarks`, `Project`.`version`, `Project`.`flagit`, `Project`.`numberOfSprites`, `Project`.`totalScripts`, `Project`.`has_sound_blocks`, `Project`.`has_sensorboard_blocks`, `Project`.`related_project_id`, `Project`.`based_on_pid`, `Project`.`root_based_on_pid`, `Project`.`related_username`, `Project`.`proj_visibility`, `Project`.`vischangedbyid`, `Project`.`vischangedtime`, `Project`.`safe`, `Project`.`status`, `Project`.`locked`, `Project`.`remixes`, `Project`.`remixer`, `Project`.`upload_ip`, `Project`.`country`, `Project`.`scratch_version_date` FROM `pcomments` AS `Pcomment` LEFT JOIN `users` AS `User` ON (`Pcomment`.`user_id` = `User`.`id`) LEFT JOIN `projects` AS `Project` ON (`Pcomment`.`project_id` = `Project`.`id`)  WHERE (proj_visibility='visible' OR proj_visibility='censbycomm' OR proj_visibility='censbyadmin')AND `Pcomment`.`content` RLIKE 'Erm,[ \t\n\r\f\v]*I[ \t\n\r\f\v]*don't[ \t\n\r\f\v]*play[ \t\n\r\f\v]*roblox.[ \t\n\r\f\v]*:/' AND `Pcomment`.`created` > now() - interval 3  day AND `Pcomment`.`user_id` = 80131   "
$error    =    "1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 't[ \t\n\r\f\v]*play[ \t\n\r\f\v]*roblox.[ \t\n\r\f\v]*:/' AND `Pcomment`.`create' at line 1"
$out    =    null

            $out = null;
            if ($error) {
                trigger_error("<span style = \"color:Red;text-align:left\"><b>SQL Error:</b> {$this->error}</span>", E_USER_WARNING);

DboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 512
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 202
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 338
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 627
Model::find() - CORE/cake/libs/model/model.php, line 1795
Pcomment::find() - APP/models/pcomment.php, line 12
Model::findAll() - CORE/cake/libs/model/model.php, line 2631
Pcomment::findAll() - APP/models/pcomment.php, line 23
ProjectsController::comment_reply() - APP/controllers/projects_controller.php, line 2845
Object::dispatchMethod() - CORE/cake/libs/object.php, line 118
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 256
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 230
[main] - APP/webroot/index.php, line 91

Query: SELECT `Pcomment`.`id`, `Pcomment`.`project_id`, `Pcomment`.`user_id`, `Pcomment`.`content`, `Pcomment`.`visibility`, `Pcomment`.`timestamp`, `Pcomment`.`reply_to_id`, `Pcomment`.`created`, `Pcomment`.`reply_to`, `Pcomment`.`comment_visibility`, `User`.`id`, `User`.`username`, `User`.`villager`, `User`.`firstname`, `User`.`lastname`, `User`.`gender`, `User`.`urlname`, `User`.`role`, `User`.`email`, `User`.`password`, `User`.`buddyicon`, `User`.`organization`, `User`.`city`, `User`.`created`, `User`.`timestamp`, `User`.`state`, `User`.`country`, `User`.`hearabout`, `User`.`interestsabout`, `User`.`comments`, `User`.`bmonth`, `User`.`byear`, `User`.`notify_pcomment`, `User`.`notify_gcomment`, `User`.`ipaddress`, `User`.`status`, `User`.`blocked_till`, `User`.`userpicext`, `User`.`userpic_suffix`, `User`.`login_attempt`, `Project`.`id`, `Project`.`user_id`, `Project`.`name`, `Project`.`description`, `Project`.`rating`, `Project`.`views`, `Project`.`anonviews`, `Project`.`num_favoriters`, `Project`.`num_raters`, `Project`.`created`, `Project`.`modified`, `Project`.`timestamp`, `Project`.`loveit`, `Project`.`loveitsuniqueip`, `Project`.`num_bookmarks`, `Project`.`version`, `Project`.`flagit`, `Project`.`numberOfSprites`, `Project`.`totalScripts`, `Project`.`has_sound_blocks`, `Project`.`has_sensorboard_blocks`, `Project`.`related_project_id`, `Project`.`based_on_pid`, `Project`.`root_based_on_pid`, `Project`.`related_username`, `Project`.`proj_visibility`, `Project`.`vischangedbyid`, `Project`.`vischangedtime`, `Project`.`safe`, `Project`.`status`, `Project`.`locked`, `Project`.`remixes`, `Project`.`remixer`, `Project`.`upload_ip`, `Project`.`country`, `Project`.`scratch_version_date` FROM `pcomments` AS `Pcomment` LEFT JOIN `users` AS `User` ON (`Pcomment`.`user_id` = `User`.`id`) LEFT JOIN `projects` AS `Project` ON (`Pcomment`.`project_id` = `Project`.`id`) WHERE (proj_visibility='visible' OR proj_visibility='censbycomm' OR proj_visibility='censbyadmin')AND `Pcomment`.`content` RLIKE 'Erm,[ \t\n\r\f\v]*I[ \t\n\r\f\v]*don't[ \t\n\r\f\v]*play[ \t\n\r\f\v]*roblox.[ \t\n\r\f\v]*:/' AND `Pcomment`.`created` > now() - interval 3 day AND `Pcomment`.`user_id` = 80131

Warning (512): SQL Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 't play roblox. :/' AND `Pcomment`.`reply_to`!= -100    LIMIT 1' at line 1 [CORE/cake/libs/model/datasources/dbo_source.php, line 512]

Code | Context

$sql    =    "SELECT `Pcomment`.`id`, `Pcomment`.`project_id`, `Pcomment`.`user_id`, `Pcomment`.`content`, `Pcomment`.`visibility`, `Pcomment`.`timestamp`, `Pcomment`.`reply_to_id`, `Pcomment`.`created`, `Pcomment`.`reply_to`, `Pcomment`.`comment_visibility`, `User`.`id`, `User`.`username`, `User`.`villager`, `User`.`firstname`, `User`.`lastname`, `User`.`gender`, `User`.`urlname`, `User`.`role`, `User`.`email`, `User`.`password`, `User`.`buddyicon`, `User`.`organization`, `User`.`city`, `User`.`created`, `User`.`timestamp`, `User`.`state`, `User`.`country`, `User`.`hearabout`, `User`.`interestsabout`, `User`.`comments`, `User`.`bmonth`, `User`.`byear`, `User`.`notify_pcomment`, `User`.`notify_gcomment`, `User`.`ipaddress`, `User`.`status`, `User`.`blocked_till`, `User`.`userpicext`, `User`.`userpic_suffix`, `User`.`login_attempt`, `Project`.`id`, `Project`.`user_id`, `Project`.`name`, `Project`.`description`, `Project`.`rating`, `Project`.`views`, `Project`.`anonviews`, `Project`.`num_favoriters`, `Project`.`num_raters`, `Project`.`created`, `Project`.`modified`, `Project`.`timestamp`, `Project`.`loveit`, `Project`.`loveitsuniqueip`, `Project`.`num_bookmarks`, `Project`.`version`, `Project`.`flagit`, `Project`.`numberOfSprites`, `Project`.`totalScripts`, `Project`.`has_sound_blocks`, `Project`.`has_sensorboard_blocks`, `Project`.`related_project_id`, `Project`.`based_on_pid`, `Project`.`root_based_on_pid`, `Project`.`related_username`, `Project`.`proj_visibility`, `Project`.`vischangedbyid`, `Project`.`vischangedtime`, `Project`.`safe`, `Project`.`status`, `Project`.`locked`, `Project`.`remixes`, `Project`.`remixer`, `Project`.`upload_ip`, `Project`.`country`, `Project`.`scratch_version_date` FROM `pcomments` AS `Pcomment` LEFT JOIN `users` AS `User` ON (`Pcomment`.`user_id` = `User`.`id`) LEFT JOIN `projects` AS `Project` ON (`Pcomment`.`project_id` = `Project`.`id`)  WHERE `Pcomment`.`project_id` = 1966591 AND `Pcomment`.`user_id` = 80131 AND `Pcomment`.`content` = 'Erm, I don't play roblox. :/' AND `Pcomment`.`reply_to`!= -100    LIMIT 1"
$error    =    "1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 't play roblox. :/' AND `Pcomment`.`reply_to`!= -100    LIMIT 1' at line 1"
$out    =    null

            $out = null;
            if ($error) {
                trigger_error("<span style = \"color:Red;text-align:left\"><b>SQL Error:</b> {$this->error}</span>", E_USER_WARNING);

DboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 512
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 202
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 338
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 627
Model::find() - CORE/cake/libs/model/model.php, line 1795
Pcomment::find() - APP/models/pcomment.php, line 12
ProjectsController::comment_reply() - APP/controllers/projects_controller.php, line 2896
Object::dispatchMethod() - CORE/cake/libs/object.php, line 118
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 256
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 230
[main] - APP/webroot/index.php, line 91

Query: SELECT `Pcomment`.`id`, `Pcomment`.`project_id`, `Pcomment`.`user_id`, `Pcomment`.`content`, `Pcomment`.`visibility`, `Pcomment`.`timestamp`, `Pcomment`.`reply_to_id`, `Pcomment`.`created`, `Pcomment`.`reply_to`, `Pcomment`.`comment_visibility`, `User`.`id`, `User`.`username`, `User`.`villager`, `User`.`firstname`, `User`.`lastname`, `User`.`gender`, `User`.`urlname`, `User`.`role`, `User`.`email`, `User`.`password`, `User`.`buddyicon`, `User`.`organization`, `User`.`city`, `User`.`created`, `User`.`timestamp`, `User`.`state`, `User`.`country`, `User`.`hearabout`, `User`.`interestsabout`, `User`.`comments`, `User`.`bmonth`, `User`.`byear`, `User`.`notify_pcomment`, `User`.`notify_gcomment`, `User`.`ipaddress`, `User`.`status`, `User`.`blocked_till`, `User`.`userpicext`, `User`.`userpic_suffix`, `User`.`login_attempt`, `Project`.`id`, `Project`.`user_id`, `Project`.`name`, `Project`.`description`, `Project`.`rating`, `Project`.`views`, `Project`.`anonviews`, `Project`.`num_favoriters`, `Project`.`num_raters`, `Project`.`created`, `Project`.`modified`, `Project`.`timestamp`, `Project`.`loveit`, `Project`.`loveitsuniqueip`, `Project`.`num_bookmarks`, `Project`.`version`, `Project`.`flagit`, `Project`.`numberOfSprites`, `Project`.`totalScripts`, `Project`.`has_sound_blocks`, `Project`.`has_sensorboard_blocks`, `Project`.`related_project_id`, `Project`.`based_on_pid`, `Project`.`root_based_on_pid`, `Project`.`related_username`, `Project`.`proj_visibility`, `Project`.`vischangedbyid`, `Project`.`vischangedtime`, `Project`.`safe`, `Project`.`status`, `Project`.`locked`, `Project`.`remixes`, `Project`.`remixer`, `Project`.`upload_ip`, `Project`.`country`, `Project`.`scratch_version_date` FROM `pcomments` AS `Pcomment` LEFT JOIN `users` AS `User` ON (`Pcomment`.`user_id` = `User`.`id`) LEFT JOIN `projects` AS `Project` ON (`Pcomment`.`project_id` = `Project`.`id`) WHERE `Pcomment`.`project_id` = 1966591 AND `Pcomment`.`user_id` = 80131 AND `Pcomment`.`content` = 'Erm, I don't play roblox. :/' AND `Pcomment`.`reply_to`!= -100 LIMIT 1 Nr    Query    Error    Affected    Num. rows    Took (ms)
1    SELECT `User`.`status` FROM `users` AS `User` WHERE `User`.`id` = 80131 LIMIT 1        1    1    0
2    SELECT `Pcomment`.`id`, `Pcomment`.`project_id`, `Pcomment`.`user_id`, `Pcomment`.`content`, `Pcomment`.`visibility`, `Pcomment`.`timestamp`, `Pcomment`.`reply_to_id`, `Pcomment`.`created`, `Pcomment`.`reply_to`, `Pcomment`.`comment_visibility`, `User`.`id`, `User`.`username`, `User`.`villager`, `User`.`firstname`, `User`.`lastname`, `User`.`gender`, `User`.`urlname`, `User`.`role`, `User`.`email`, `User`.`password`, `User`.`buddyicon`, `User`.`organization`, `User`.`city`, `User`.`created`, `User`.`timestamp`, `User`.`state`, `User`.`country`, `User`.`hearabout`, `User`.`interestsabout`, `User`.`comments`, `User`.`bmonth`, `User`.`byear`, `User`.`notify_pcomment`, `User`.`notify_gcomment`, `User`.`ipaddress`, `User`.`status`, `User`.`blocked_till`, `User`.`userpicext`, `User`.`userpic_suffix`, `User`.`login_attempt`, `Project`.`id`, `Project`.`user_id`, `Project`.`name`, `Project`.`description`, `Project`.`rating`, `Project`.`views`, `Project`.`anonviews`, `Project`.`num_favoriters`, `Project`.`num_raters`, `Project`.`created`, `Project`.`modified`, `Project`.`timestamp`, `Project`.`loveit`, `Project`.`loveitsuniqueip`, `Project`.`num_bookmarks`, `Project`.`version`, `Project`.`flagit`, `Project`.`numberOfSprites`, `Project`.`totalScripts`, `Project`.`has_sound_blocks`, `Project`.`has_sensorboard_blocks`, `Project`.`related_project_id`, `Project`.`based_on_pid`, `Project`.`root_based_on_pid`, `Project`.`related_username`, `Project`.`proj_visibility`, `Project`.`vischangedbyid`, `Project`.`vischangedtime`, `Project`.`safe`, `Project`.`status`, `Project`.`locked`, `Project`.`remixes`, `Project`.`remixer`, `Project`.`upload_ip`, `Project`.`country`, `Project`.`scratch_version_date` FROM `pcomments` AS `Pcomment` LEFT JOIN `users` AS `User` ON (`Pcomment`.`user_id` = `User`.`id`) LEFT JOIN `projects` AS `Project` ON (`Pcomment`.`project_id` = `Project`.`id`) WHERE `Pcomment`.`id` = 8407167 LIMIT 1        1    1    2
3    SELECT `Project`.`id`, `Project`.`name`, `Project`.`locked`, `User`.`id`, `User`.`urlname` FROM `projects` AS `Project` LEFT JOIN `users` AS `User` ON (`Project`.`user_id` = `User`.`id`) WHERE `Project`.`id` = 1966591 LIMIT 1        1    1    1
4    SELECT `Pcomment`.`id`, `Pcomment`.`project_id`, `Pcomment`.`user_id`, `Pcomment`.`content`, `Pcomment`.`visibility`, `Pcomment`.`timestamp`, `Pcomment`.`reply_to_id`, `Pcomment`.`created`, `Pcomment`.`reply_to`, `Pcomment`.`comment_visibility`, `User`.`id`, `User`.`username`, `User`.`villager`, `User`.`firstname`, `User`.`lastname`, `User`.`gender`, `User`.`urlname`, `User`.`role`, `User`.`email`, `User`.`password`, `User`.`buddyicon`, `User`.`organization`, `User`.`city`, `User`.`created`, `User`.`timestamp`, `User`.`state`, `User`.`country`, `User`.`hearabout`, `User`.`interestsabout`, `User`.`comments`, `User`.`bmonth`, `User`.`byear`, `User`.`notify_pcomment`, `User`.`notify_gcomment`, `User`.`ipaddress`, `User`.`status`, `User`.`blocked_till`, `User`.`userpicext`, `User`.`userpic_suffix`, `User`.`login_attempt`, `Project`.`id`, `Project`.`user_id`, `Project`.`name`, `Project`.`description`, `Project`.`rating`, `Project`.`views`, `Project`.`anonviews`, `Project`.`num_favoriters`, `Project`.`num_raters`, `Project`.`created`, `Project`.`modified`, `Project`.`timestamp`, `Project`.`loveit`, `Project`.`loveitsuniqueip`, `Project`.`num_bookmarks`, `Project`.`version`, `Project`.`flagit`, `Project`.`numberOfSprites`, `Project`.`totalScripts`, `Project`.`has_sound_blocks`, `Project`.`has_sensorboard_blocks`, `Project`.`related_project_id`, `Project`.`based_on_pid`, `Project`.`root_based_on_pid`, `Project`.`related_username`, `Project`.`proj_visibility`, `Project`.`vischangedbyid`, `Project`.`vischangedtime`, `Project`.`safe`, `Project`.`status`, `Project`.`locked`, `Project`.`remixes`, `Project`.`remixer`, `Project`.`upload_ip`, `Project`.`country`, `Project`.`scratch_version_date` FROM `pcomments` AS `Pcomment` LEFT JOIN `users` AS `User` ON (`Pcomment`.`user_id` = `User`.`id`) LEFT JOIN `projects` AS `Project` ON (`Pcomment`.`project_id` = `Project`.`id`) WHERE (proj_visibility='visible' OR proj_visibility='censbycomm' OR proj_visibility='censbyadmin')AND `Pcomment`.`user_id` = 80131 AND `Pcomment`.`created` > now() - interval 2 minute AND `Pcomment`.`project_id` = 1966591         1    1    2
5    SELECT `Pcomment`.`id`, `Pcomment`.`project_id`, `Pcomment`.`user_id`, `Pcomment`.`content`, `Pcomment`.`visibility`, `Pcomment`.`timestamp`, `Pcomment`.`reply_to_id`, `Pcomment`.`created`, `Pcomment`.`reply_to`, `Pcomment`.`comment_visibility`, `User`.`id`, `User`.`username`, `User`.`villager`, `User`.`firstname`, `User`.`lastname`, `User`.`gender`, `User`.`urlname`, `User`.`role`, `User`.`email`, `User`.`password`, `User`.`buddyicon`, `User`.`organization`, `User`.`city`, `User`.`created`, `User`.`timestamp`, `User`.`state`, `User`.`country`, `User`.`hearabout`, `User`.`interestsabout`, `User`.`comments`, `User`.`bmonth`, `User`.`byear`, `User`.`notify_pcomment`, `User`.`notify_gcomment`, `User`.`ipaddress`, `User`.`status`, `User`.`blocked_till`, `User`.`userpicext`, `User`.`userpic_suffix`, `User`.`login_attempt`, `Project`.`id`, `Project`.`user_id`, `Project`.`name`, `Project`.`description`, `Project`.`rating`, `Project`.`views`, `Project`.`anonviews`, `Project`.`num_favoriters`, `Project`.`num_raters`, `Project`.`created`, `Project`.`modified`, `Project`.`timestamp`, `Project`.`loveit`, `Project`.`loveitsuniqueip`, `Project`.`num_bookmarks`, `Project`.`version`, `Project`.`flagit`, `Project`.`numberOfSprites`, `Project`.`totalScripts`, `Project`.`has_sound_blocks`, `Project`.`has_sensorboard_blocks`, `Project`.`related_project_id`, `Project`.`based_on_pid`, `Project`.`root_based_on_pid`, `Project`.`related_username`, `Project`.`proj_visibility`, `Project`.`vischangedbyid`, `Project`.`vischangedtime`, `Project`.`safe`, `Project`.`status`, `Project`.`locked`, `Project`.`remixes`, `Project`.`remixer`, `Project`.`upload_ip`, `Project`.`country`, `Project`.`scratch_version_date` FROM `pcomments` AS `Pcomment` LEFT JOIN `users` AS `User` ON (`Pcomment`.`user_id` = `User`.`id`) LEFT JOIN `projects` AS `Project` ON (`Pcomment`.`project_id` = `Project`.`id`) WHERE (proj_visibility='visible' OR proj_visibility='censbycomm' OR proj_visibility='censbyadmin')AND `Pcomment`.`content` RLIKE 'Erm,[ \t\n\r\f\v]*I[ \t\n\r\f\v]*don't[ \t\n\r\f\v]*play[ \t\n\r\f\v]*roblox.[ \t\n\r\f\v]*:/' AND `Pcomment`.`created` > now() - interval 3 day AND `Pcomment`.`user_id` = 80131     1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 't[ \t\n\r\f\v]*play[ \t\n\r\f\v]*roblox.[ \t\n\r\f\v]*:/' AND `Pcomment`.`create' at line 1            1
6    SELECT COUNT(*) AS `count` FROM `projects` AS `Project` WHERE `Project`.`user_id` = 80131         1    1    1
7    SELECT `Pcomment`.`id`, `Pcomment`.`project_id`, `Pcomment`.`user_id`, `Pcomment`.`content`, `Pcomment`.`visibility`, `Pcomment`.`timestamp`, `Pcomment`.`reply_to_id`, `Pcomment`.`created`, `Pcomment`.`reply_to`, `Pcomment`.`comment_visibility`, `User`.`id`, `User`.`username`, `User`.`villager`, `User`.`firstname`, `User`.`lastname`, `User`.`gender`, `User`.`urlname`, `User`.`role`, `User`.`email`, `User`.`password`, `User`.`buddyicon`, `User`.`organization`, `User`.`city`, `User`.`created`, `User`.`timestamp`, `User`.`state`, `User`.`country`, `User`.`hearabout`, `User`.`interestsabout`, `User`.`comments`, `User`.`bmonth`, `User`.`byear`, `User`.`notify_pcomment`, `User`.`notify_gcomment`, `User`.`ipaddress`, `User`.`status`, `User`.`blocked_till`, `User`.`userpicext`, `User`.`userpic_suffix`, `User`.`login_attempt`, `Project`.`id`, `Project`.`user_id`, `Project`.`name`, `Project`.`description`, `Project`.`rating`, `Project`.`views`, `Project`.`anonviews`, `Project`.`num_favoriters`, `Project`.`num_raters`, `Project`.`created`, `Project`.`modified`, `Project`.`timestamp`, `Project`.`loveit`, `Project`.`loveitsuniqueip`, `Project`.`num_bookmarks`, `Project`.`version`, `Project`.`flagit`, `Project`.`numberOfSprites`, `Project`.`totalScripts`, `Project`.`has_sound_blocks`, `Project`.`has_sensorboard_blocks`, `Project`.`related_project_id`, `Project`.`based_on_pid`, `Project`.`root_based_on_pid`, `Project`.`related_username`, `Project`.`proj_visibility`, `Project`.`vischangedbyid`, `Project`.`vischangedtime`, `Project`.`safe`, `Project`.`status`, `Project`.`locked`, `Project`.`remixes`, `Project`.`remixer`, `Project`.`upload_ip`, `Project`.`country`, `Project`.`scratch_version_date` FROM `pcomments` AS `Pcomment` LEFT JOIN `users` AS `User` ON (`Pcomment`.`user_id` = `User`.`id`) LEFT JOIN `projects` AS `Project` ON (`Pcomment`.`project_id` = `Project`.`id`) WHERE `Pcomment`.`project_id` = 1966591 AND `Pcomment`.`user_id` = 80131 AND `Pcomment`.`content` = 'Erm, I don't play roblox. :/' AND `Pcomment`.`reply_to`!= -100 LIMIT 1    1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 't play roblox. :/' AND `Pcomment`.`reply_to`!= -100 LIMIT 1' at line 1            1
8    INSERT INTO `pcomments` (`id`,`project_id`,`user_id`,`content`,`comment_visibility`,`reply_to`,`created`) VALUES (NULL,1966591,80131,'Erm, I don\'t play roblox. :/','visible',8407167,'2011-08-08 17:18:13')        1        3
9    SELECT LAST_INSERT_ID() AS insertID        1    1    3
10    SELECT COUNT(*) AS `count` FROM `ignored_users` AS `IgnoredUser` LEFT JOIN `users` AS `User` ON (`IgnoredUser`.`user_id` = `User`.`id`) WHERE `IgnoredUser`.`user_id` = 80131 AND (`IgnoredUser`.`blocker_id` = 80131 OR `IgnoredUser`.`blocker_id` = 776830)         1    1    1
11    SELECT `User`.`id`, `User`.`username`, `User`.`villager`, `User`.`firstname`, `User`.`lastname`, `User`.`gender`, `User`.`urlname`, `User`.`role`, `User`.`email`, `User`.`password`, `User`.`buddyicon`, `User`.`organization`, `User`.`city`, `User`.`created`, `User`.`timestamp`, `User`.`state`, `User`.`country`, `User`.`hearabout`, `User`.`interestsabout`, `User`.`comments`, `User`.`bmonth`, `User`.`byear`, `User`.`notify_pcomment`, `User`.`notify_gcomment`, `User`.`ipaddress`, `User`.`status`, `User`.`blocked_till`, `User`.`userpicext`, `User`.`userpic_suffix`, `User`.`login_attempt` FROM `users` AS `User` WHERE `User`.`id` = 776830 LIMIT 1        1    1    0
12    SELECT `NotificationType`.`id` FROM `notification_types` AS `NotificationType` WHERE `type` = 'new_pcomment_reply' LIMIT 1        1    1    0
13    INSERT INTO `notifications` (`status`,`project_id`,`project_owner_name`,`from_user_name`,`comment_id`,`to_user_id`,`notification_type_id`,`created`) VALUES ('UNREAD',1966591,'ElectricSparx','ElectricSparx',8407558,776830,4,'2011-08-08 17:18:13')        1        1
14    SELECT LAST_INSERT_ID() AS insertID        1    1    0
15    SELECT `Pcomment`.*, `User`.`id`, `User`.`username`, `User`.`urlname`, `User`.`role`, `User`.`timestamp` FROM `pcomments` AS `Pcomment` LEFT JOIN `users` AS `User` ON (`Pcomment`.`user_id` = `User`.`id`) WHERE project_id = 1966591 AND `Pcomment`.`comment_visibility` = "visible" AND reply_to = 8407167 ORDER BY `Pcomment`.`created` DESC         1    1    37
16    SELECT COUNT(*) AS `count` FROM `projects` AS `Project` WHERE `Project`.`user_id` = 80131         1    1    0
17    SELECT COUNT(*) AS `count` FROM `pcomments` AS `Pcomment` LEFT JOIN `users` AS `User` ON (`Pcomment`.`user_id` = `User`.`id`) LEFT JOIN `projects` AS `Project` ON (`Pcomment`.`project_id` = `Project`.`id`) WHERE (proj_visibility='visible' OR proj_visibility='censbycomm' OR proj_visibility='censbyadmin')AND comment_visibility = "visible" AND project_id = 1966591 AND reply_to = 8407558         1    1    1
18    SELECT `IgnoredUser`.`id`, `IgnoredUser`.`user_id` FROM `ignored_users` AS `IgnoredUser` WHERE blocker_id = 80131 AND user_id IN ("80131")         0    0    1
19    SELECT `User`.`id` FROM `users` AS `User` WHERE `User`.`id` IN ("80131") AND (`User`.`status` = 'delbyadmin' OR `User`.`status` = 'delbyusr')         0    0    0
20    SELECT `IgnoredUser`.`id`, `IgnoredUser`.`user_id` FROM `ignored_users` AS `IgnoredUser` WHERE blocker_id = 80131 AND user_id IN ("80131")         0    0    0
21    SELECT `Mpcomment`.`id`, `Mpcomment`.`comment_id` FROM `mpcomments` AS `Mpcomment` WHERE user_id = 80131 AND comment_id IN ("8407558")         0    0    0
22    SELECT COUNT(*) AS `count` FROM `blocked_ips` AS `BlockedIp` LEFT JOIN `users` AS `User` ON (`BlockedIp`.`user_id` = `User`.`id`) WHERE ip = 1136089447         1    1    14
23    SELECT `User`.`id`, `User`.`username`, `User`.`villager`, `User`.`firstname`, `User`.`lastname`, `User`.`gender`, `User`.`urlname`, `User`.`role`, `User`.`email`, `User`.`password`, `User`.`buddyicon`, `User`.`organization`, `User`.`city`, `User`.`created`, `User`.`timestamp`, `User`.`state`, `User`.`country`, `User`.`hearabout`, `User`.`interestsabout`, `User`.`comments`, `User`.`bmonth`, `User`.`byear`, `User`.`notify_pcomment`, `User`.`notify_gcomment`, `User`.`ipaddress`, `User`.`status`, `User`.`blocked_till`, `User`.`userpicext`, `User`.`userpic_suffix`, `User`.`login_attempt`, `BlockedUser`.`id`, `BlockedUser`.`user_id`, `BlockedUser`.`admin_id`, `BlockedUser`.`reason`, `BlockedUser`.`timestamp`, `BlockedUser`.`unblock_date`, `BlockedUser`.`active` FROM `users` AS `User` LEFT JOIN `blocked_users` AS `BlockedUser` ON (`BlockedUser`.`user_id` = `User`.`id`) WHERE `User`.`id` = 80131 LIMIT 1        1    1    1
24    SELECT `AdminTag`.`id`, `AdminTag`.`user_id`, `AdminTag`.`tag_id`, `AdminTag`.`status`, `AdminTag`.`timestamp`, `Tag`.`id`, `Tag`.`name`, `Tag`.`timestamp`, `User`.`id`, `User`.`username`, `User`.`villager`, `User`.`firstname`, `User`.`lastname`, `User`.`gender`, `User`.`urlname`, `User`.`role`, `User`.`email`, `User`.`password`, `User`.`buddyicon`, `User`.`organization`, `User`.`city`, `User`.`created`, `User`.`timestamp`, `User`.`state`, `User`.`country`, `User`.`hearabout`, `User`.`interestsabout`, `User`.`comments`, `User`.`bmonth`, `User`.`byear`, `User`.`notify_pcomment`, `User`.`notify_gcomment`, `User`.`ipaddress`, `User`.`status`, `User`.`blocked_till`, `User`.`userpicext`, `User`.`userpic_suffix`, `User`.`login_attempt` FROM `admin_tags` AS `AdminTag` LEFT JOIN `tags` AS `Tag` ON (`AdminTag`.`tag_id` = `Tag`.`id`) LEFT JOIN `users` AS `User` ON (`AdminTag`.`user_id` = `User`.`id`) WHERE `AdminTag`.`status` = 'active'         7    7    1
25    SELECT user_id FROM special_survey_users

Last edited by ElectricSparx (2011-08-08 18:44:12)


Lead Developer for Scratch Adventure

Offline

 

#2 2011-08-08 17:23:41

777w
Scratcher
Registered: 2009-02-10
Posts: 1000+

Re: What. The. Heck.

O.o
BTW, change the options so that you can't see those ebul smileys

Offline

 

#3 2011-08-08 17:26:02

ElectricSparx
Scratcher
Registered: 2008-02-16
Posts: 100+

Re: What. The. Heck.

777w wrote:

O.o
BTW, change the options so that you can't see those ebul smileys

Just pretend the smiley is replaced with colonslash.


Lead Developer for Scratch Adventure

Offline

 

#4 2011-08-08 17:27:26

ToxicQuillz
Scratcher
Registered: 2009-11-10
Posts: 1000+

Re: What. The. Heck.

...What the Flut-Flut?


You lived a good four years, Scratch 1.4... May you rest in peace...
http://www.reactiongifs.com/wp-content/uploads/2013/04/sad_face.gif

Offline

 

#5 2011-08-08 17:30:32

777w
Scratcher
Registered: 2009-02-10
Posts: 1000+

Re: What. The. Heck.

ElectricSparx wrote:

777w wrote:

O.o
BTW, change the options so that you can't see those ebul smileys

Just pretend the smiley is replaced with colonslash.

But it's easy to change! why don't you?

Offline

 

#6 2011-08-08 17:31:49

agscratcher
Scratcher
Registered: 2009-07-09
Posts: 1000+

Re: What. The. Heck.

777w wrote:

ElectricSparx wrote:

777w wrote:

O.o
BTW, change the options so that you can't see those ebul smileys

Just pretend the smiley is replaced with colonslash.

But it's easy to change! why don't you?

^this


http://narwhaler.com/img/yu/5/no-barrel-i-insist-after-you-spiderman-yU5Ua7.jpg

Offline

 

#7 2011-08-08 17:41:09

ElectricSparx
Scratcher
Registered: 2008-02-16
Posts: 100+

Re: What. The. Heck.

ToxicQuillz wrote:

...What the Flut-Flut?

IKR?  hmm


Lead Developer for Scratch Adventure

Offline

 

#8 2011-08-08 17:42:33

ElectricSparx
Scratcher
Registered: 2008-02-16
Posts: 100+

Re: What. The. Heck.

agscratcher wrote:

777w wrote:

ElectricSparx wrote:


Just pretend the smiley is replaced with colonslash.

But it's easy to change! why don't you?

^this

Dude, please make real comments and not just do ^this. It's really stupid.


Lead Developer for Scratch Adventure

Offline

 

#9 2011-08-08 17:44:29

brettman98
Scratcher
Registered: 2010-10-17
Posts: 1000+

Re: What. The. Heck.

ElectricSparx wrote:

agscratcher wrote:

777w wrote:


But it's easy to change! why don't you?

^this

Dude, please make real comments and not just do ^this. It's really stupid.

^not this
it's basically just a +1, there's nothing wrong with a +1.


http://i40.tinypic.com/n1wbr7.jpg

Offline

 

#10 2011-08-08 17:50:44

ElectricSparx
Scratcher
Registered: 2008-02-16
Posts: 100+

Re: What. The. Heck.

brettman98 wrote:

ElectricSparx wrote:

agscratcher wrote:


^this

Dude, please make real comments and not just do ^this. It's really stupid.

^not this
it's basically just a +1, there's nothing wrong with a +1.

Well, it would have been easier just to do +1.


Lead Developer for Scratch Adventure

Offline

 

#11 2011-08-08 17:53:19

777w
Scratcher
Registered: 2009-02-10
Posts: 1000+

Re: What. The. Heck.

ElectricSparx wrote:

brettman98 wrote:

ElectricSparx wrote:


Dude, please make real comments and not just do ^this. It's really stupid.

^not this
it's basically just a +1, there's nothing wrong with a +1.

Well, it would have been easier just to do +1.

But ^this is fine also. Anyway, all you gotta do is scroll down under the block categories and click "◘Never show smilies as icons for this post"

Offline

 

#12 2011-08-08 18:22:43

silentslayer7
Scratcher
Registered: 2011-06-05
Posts: 100+

Re: What. The. Heck.

Uh... tl:dr


http://i51.tinypic.com/dzcwpe.gif Silentslayer7: Curator from Oct. 24 to Nov. 7

Offline

 

#13 2011-08-08 18:28:05

GLaDOS2
Scratcher
Registered: 2011-06-13
Posts: 1000+

Re: What. The. Heck.

I saw:
CORE/cake/libs/model/datasources/dbo_source.php

P0RTAL has officially taken over your computer.  tongue


http://images2.wikia.nocookie.net/__cb20110421154628/half-life/en/images/9/9b/Glados_wheatley_tubes.jpghttp://24.media.tumblr.com/tumblr_m9bko90YfQ1rdk0vvo1_250.png

Offline

 

#14 2011-08-08 18:41:46

IHeartGaming
Scratcher
Registered: 2010-07-23
Posts: 1000+

Re: What. The. Heck.

That's odd... contact the Scratch team by clicking the "Contact Us" link at the bottom of this page. They should be able to figure it out.
Oh, and it was some kind of fluke most likely.

|                 |                   |
|                 |                   |
V               V                  V


IHeartGaming

Offline

 

#15 2011-08-08 18:43:08

lilacfuzz101
Scratcher
Registered: 2010-05-22
Posts: 1000+

Re: What. The. Heck.

GLaDOS2 wrote:

I saw:
CORE/cake/libs/model/datasources/dbo_source.php

P0RTAL has officially taken over your computer.  tongue

lol


http://25.media.tumblr.com/tumblr_lzqaicLrY01r5wdo7o1_500.gif

Offline

 

#16 2011-08-08 18:43:57

ElectricSparx
Scratcher
Registered: 2008-02-16
Posts: 100+

Re: What. The. Heck.

777w wrote:

ElectricSparx wrote:

brettman98 wrote:


^not this
it's basically just a +1, there's nothing wrong with a +1.

Well, it would have been easier just to do +1.

But ^this is fine also. Anyway, all you gotta do is scroll down under the block categories and click "◘Never show smilies as icons for this post"

Fine. If you insist.


Lead Developer for Scratch Adventure

Offline

 

#17 2011-08-08 18:44:58

ElectricSparx
Scratcher
Registered: 2008-02-16
Posts: 100+

Re: What. The. Heck.

silentslayer7 wrote:

Uh... tl:dr

WHAT DOES tl;dr MEAN?!


Lead Developer for Scratch Adventure

Offline

 

#18 2011-08-08 18:45:58

ElectricSparx
Scratcher
Registered: 2008-02-16
Posts: 100+

Re: What. The. Heck.

GLaDOS2 wrote:

I saw:
CORE/cake/libs/model/datasources/dbo_source.php

P0RTAL has officially taken over your computer.  tongue

What is P0RTAL?


Lead Developer for Scratch Adventure

Offline

 

#19 2011-08-08 19:05:58

Death_Wish
Scratcher
Registered: 2011-07-26
Posts: 1000+

Re: What. The. Heck.

1.) Portal is a very famous game in the Orange Box, along with Team Fortress 2 and Half Life 2.
2.) tl;dr means Too long, didn't read. I don't think anybody read the whole error, though. And there really isn't a need-Reading some of it would probably be around the same as reading all of it.
3.) That's weird... It seemed to have said a lot of data of what you've commented on, or at least I think it is of what you've commented on... How did the error come up? We know how it happened, but where did that error pop up?


With a straight flush.
http://4.bp.blogspot.com/-FlUhnzmIROE/TgtpjdJl4tI/AAAAAAAABCM/W19pvFTZFaU/s1600/save_the_world.png http://blocsonic.com/images/special/rip-stevejobs.jpg

Offline

 

#20 2011-08-08 19:34:04

ElectricSparx
Scratcher
Registered: 2008-02-16
Posts: 100+

Re: What. The. Heck.

Death_Wish wrote:

1.) Portal is a very famous game in the Orange Box, along with Team Fortress 2 and Half Life 2.
2.) tl;dr means Too long, didn't read. I don't think anybody read the whole error, though. And there really isn't a need-Reading some of it would probably be around the same as reading all of it.
3.) That's weird... It seemed to have said a lot of data of what you've commented on, or at least I think it is of what you've commented on... How did the error come up? We know how it happened, but where did that error pop up?

On my "2,000,000 Projects!" project, I was replying to this guy called whatsupdoc's comments, and then this error pops up.


Lead Developer for Scratch Adventure

Offline

 

#21 2011-08-08 20:01:41

silentslayer7
Scratcher
Registered: 2011-06-05
Posts: 100+

Re: What. The. Heck.

ElectricSparx wrote:

silentslayer7 wrote:

Uh... tl:dr

WHAT DOES tl;dr MEAN?!

tl:dr means 'too long i didn't read'


http://i51.tinypic.com/dzcwpe.gif Silentslayer7: Curator from Oct. 24 to Nov. 7

Offline

 

#22 2011-08-08 21:31:18

ElectricSparx
Scratcher
Registered: 2008-02-16
Posts: 100+

Re: What. The. Heck.

silentslayer7 wrote:

ElectricSparx wrote:

silentslayer7 wrote:

Uh... tl:dr

WHAT DOES tl;dr MEAN?!

tl:dr means 'too long i didn't read'

^3 posts, it was already defined

Last edited by ElectricSparx (2011-08-08 21:31:35)


Lead Developer for Scratch Adventure

Offline

 

#23 2011-08-08 21:44:35

Death_Wish
Scratcher
Registered: 2011-07-26
Posts: 1000+

Re: What. The. Heck.

ElectricSparx wrote:

Death_Wish wrote:

1.) Portal is a very famous game in the Orange Box, along with Team Fortress 2 and Half Life 2.
2.) tl;dr means Too long, didn't read. I don't think anybody read the whole error, though. And there really isn't a need-Reading some of it would probably be around the same as reading all of it.
3.) That's weird... It seemed to have said a lot of data of what you've commented on, or at least I think it is of what you've commented on... How did the error come up? We know how it happened, but where did that error pop up?

On my "2,000,000 Projects!" project, I was replying to this guy called whatsupdoc's comments, and then this error pops up.

But I mean, how did it pop up? Where? Did it open a new window? Did it open a little pop-up? Did it show it a notification? Inside the comments box after you pressed submit?


With a straight flush.
http://4.bp.blogspot.com/-FlUhnzmIROE/TgtpjdJl4tI/AAAAAAAABCM/W19pvFTZFaU/s1600/save_the_world.png http://blocsonic.com/images/special/rip-stevejobs.jpg

Offline

 

#24 2011-08-08 21:47:04

ElectricSparx
Scratcher
Registered: 2008-02-16
Posts: 100+

Re: What. The. Heck.

Death_Wish wrote:

ElectricSparx wrote:

Death_Wish wrote:

1.) Portal is a very famous game in the Orange Box, along with Team Fortress 2 and Half Life 2.
2.) tl;dr means Too long, didn't read. I don't think anybody read the whole error, though. And there really isn't a need-Reading some of it would probably be around the same as reading all of it.
3.) That's weird... It seemed to have said a lot of data of what you've commented on, or at least I think it is of what you've commented on... How did the error come up? We know how it happened, but where did that error pop up?

On my "2,000,000 Projects!" project, I was replying to this guy called whatsupdoc's comments, and then this error pops up.

But I mean, how did it pop up? Where? Did it open a new window? Did it open a little pop-up? Did it show it a notification? Inside the comments box after you pressed submit?

The comment box disappeared. Strangely, though, it still posted my comment.


Lead Developer for Scratch Adventure

Offline

 

#25 2011-08-09 15:05:48

Death_Wish
Scratcher
Registered: 2011-07-26
Posts: 1000+

Re: What. The. Heck.

ElectricSparx wrote:

Death_Wish wrote:

ElectricSparx wrote:


On my "2,000,000 Projects!" project, I was replying to this guy called whatsupdoc's comments, and then this error pops up.

But I mean, how did it pop up? Where? Did it open a new window? Did it open a little pop-up? Did it show it a notification? Inside the comments box after you pressed submit?

The comment box disappeared. Strangely, though, it still posted my comment.

Then how'd you see the error?


With a straight flush.
http://4.bp.blogspot.com/-FlUhnzmIROE/TgtpjdJl4tI/AAAAAAAABCM/W19pvFTZFaU/s1600/save_the_world.png http://blocsonic.com/images/special/rip-stevejobs.jpg

Offline

 

Board footer