php error on gallery comment preview… |
|||
|---|---|---|---|
| Date: | 08/21/2008 | Severity: | Minor |
| Status: | Resolved | Reporter: | Robin Sowell |
| Version: | EE 1.6.4 | Assigned To: | Not Assigned |
| Keywords: | Modules, Gallery | ||
Details
http://expressionengine.com/forums/viewthread/88757/
Notice: Undefined variable: LOC in /[...]/modules/gallery/mod.gallery.php on line 3106
Fatal error: Call to a member function fetch_date_params() on a non-object in /[...]/modules/gallery/mod.gallery.php on line 3106
Don’t know how this hasn’t come up before. I didn’t try to replicate, but I checked the code in the latest- $LOC is missing from the global declaration- hence the error. Had him add it in and it fixed things.
Comment on Bug Report
| Posted by: Derek Jones on 21 August 2008 9:59am | |
|
|
Thanks Robin, fixed for the next release. |
