djgjohn
Posts: 52
|
| Posted: 04/11/2011, 10:21 PM |
|
Also getting Undefined variable: paramStr
Refers to CCRemoveParam function in Common.php. So far my only solution is to add
$queryStr = '';
$paramStr = '';
at beginning of function. Don't like modifying the Common file. Is this a bug and there a permanent fix for this?
|
 |
 |
damian
Posts: 838
|
| Posted: 04/11/2011, 10:42 PM |
|
it is certainly not normal for this to occur.
does it occur on all your pages?
does it occur on a blank page?
yes - you shoudl not edit the common files...
if you think its a bug you should log it with support...
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |
djgjohn
Posts: 52
|
| Posted: 04/11/2011, 10:57 PM |
|
Damian, I have set:
ini_set("display_errors", "1");
ini_set("error_reporting" E_ALL);
at top of Common.php
The error only occurs on pages where function is called.
If I remove the error reporting - error goes away, but that's not good either.
(The variables in this function are not correctly set to deal with a situation where parameters don't exist in the url.)
|
 |
 |
damian
Posts: 838
|
| Posted: 04/12/2011, 12:09 AM |
|
i do have error reporting off...
log it with support...
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |
datadoit
|
| Posted: 04/12/2011, 5:54 AM |
|
This is a bug. Contact support for the patch.
|
|
|
 |
djgjohn
Posts: 52
|
| Posted: 04/12/2011, 5:43 PM |
|
Thanks - have done that.
|
 |
 |