Home > Archive > PHP Programming > July 2005 > Php problems w/ Gallery
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Php problems w/ Gallery
|
|
|
| Hello,
I'm running image Gallery software written in php from
http://gallery.menalto.com/
First, all was ok, but then I guess the server upgraded
to php 5.
Then, I got problems with: cannot re-assign $this
After changing all $this to $result, I now face problems
with: "Fatal error: Call to undefined method stdClass::setPerm()
in Album.php."
Could anyone please tell me how to solve this problem?
Thanks,
Olw
| |
| Jerry Stuckle 2005-07-30, 4:59 pm |
| Olw wrote:
> Hello,
>
> I'm running image Gallery software written in php from
> http://gallery.menalto.com/
>
> First, all was ok, but then I guess the server upgraded
> to php 5.
>
> Then, I got problems with: cannot re-assign $this
>
> After changing all $this to $result, I now face problems
> with: "Fatal error: Call to undefined method stdClass::setPerm()
> in Album.php."
>
> Could anyone please tell me how to solve this problem?
>
> Thanks,
>
> Olw
Did you try the support links on their pages?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
|
|
|
|
|