|
Posted by SA SA on 07/12/07 21:38
On Jul 12, 4:53 pm, Good Man <h...@letsgo.com> wrote:
> SA SA <suacha...@gmail.com> wrote in news:1184270422.153910.291110
> @r34g2000hsd.googlegroups.com:
>
> > I added <?PHP but did not make difference. As for as code block. I
> > just did not copied all code - just portion. It is open and closed and
> > open properly.
>
> it should be <?php (not <?PHP ) and it wasn't suggested for making a
> difference with your problem, but to make sure your code runs in the
> future, regardless of web host.
>
> > It worked in the past - i am having this issue ever since hosting
> > company moved me to different server.
>
> maybe this is your problem then (from your code):
> session_save_path("/tmp");
>
> Perhaps the path "/tmp" doesn't exist, or it doesn't have the proper
> permissions that let you write a file there.
To check to see if the /tmp folder exits i tested the code with fake
folder /1ggh00 name. Sure enough it gave me folder not found error.
Seems like folder does exits, but not sure if i have write permission
to it.
One intersting thing - time to time i see this message not sure if it
is related.
"Warning: Unknown():Your script possibly relies on session side-effect
which existed until PHP 4.2.3 please be advised that the session
extension does not consider gloabl variables as source of data unless
register_globals is enabled. You can disable this funcationality and
this warning by setting session.bug_compt_42 or session.bug_compt_warn
to off, respectively. in unknown in line 0"
[Back to original message]
|