|
Posted by Jerry Stuckle on 11/09/06 13:02
Marcel wrote:
> "Marcin Dobrucki" <Marcin.Dobrucki@TAKETHISAWAY.nokia.com> schreef in
> bericht news:VKm4h.42491$_k2.774821@news2.nokia.com...
>
>>Marcel wrote:
>>
>>
>>>Yes you are right, the errorcode i am getting is:
>>>
>>>Fatal error: Call to a member function getName() on a non-object in
>>>D:\public_html\person2.php on line 7
>>
>> One step at a time: what do you get out of "urldecode" and then what do
>>you get from "unserialize"? Check the return values.
>
>
> The unserialize function in person2.php did not return anything. I tried all
> scripts on another server with the same PHP version installed and there
> everything just worked fine. One difference i can think of is the fact that
> the server where my script did not work is protected trough https
>
>
Marcel,
http vs. https shouldn't make a difference, unless you're trying to mix
the two. That is, storing it in the session when using http and reading
it back with https (or vice versa).
Also, is the domain *exactly* the same? i.e. you don't have one as
www.example.com and the other as example.com?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|