Ticket #2499 (new defect)
error when removing comments
| Reported by: | nicolaas | Assigned to: | sminnee |
|---|---|---|---|
| Type: | defect | Priority: | medium |
| Milestone: | Component: | Sapphire Framework | |
| Version: | 2.2.2-rc2 | Severity: | medium effort / impact |
| Keywords: | Cc: | ||
| Due date: | Harvest Task: | (Unknown) | |
| Invoice sent to client: | 0 | Hours: |
Description
I am using the latest version of ss (rc4) and I get an error when removing comments:
ERROR:Error 256: Object::call() Method 'setURLParams' not found in class 'PageComment?'
At l193 in C:\wamp\www\sapphire\core\Object.php
<br />
<b>Notice</b>: Undefined index: line in <b>C:\wamp\www\sapphire\core\Debug.php</b> on line <b>347<
/b><br />
<br />
<b>Notice</b>: Undefined index: file in <b>C:\wamp\www\sapphire\core\Debug.php</b> on line <b>347<
/b><br />
<ul>user_error(Object::call() Method 'setURLParams' not found in class 'PageComment?',256)
line 193 of Object.php
Object->call(setURLParams,Array)
line of
PageComment?->setURLParams(Array)
line 208 of Director.php
Director::getControllerForURL(/PageComment/deletecomment/1)
line 94 of Director.php
Director::direct(/PageComment/deletecomment/1)
line 159 of main.php
</ul>
