Connecting Tech Pros Worldwide Forums | Help | Site Map

Php problems w/ Gallery

Olw
Guest
 
Posts: n/a
#1: Jul 30 '05
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
Guest
 
Posts: n/a
#2: Jul 30 '05

re: Php problems w/ Gallery


Olw wrote:[color=blue]
> 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[/color]

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
==================
Closed Thread