gnuherds-app-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Missing instruction in dev. env. howto?


From: Victor Engmark
Subject: Re: Missing instruction in dev. env. howto?
Date: Fri, 13 Apr 2007 15:47:57 +0200

On 4/13/07, Klaus Weiss <address@hidden> wrote:
> After following the instructions for how to install a development
> environment on my laptop, I got the following error message when
> trying out the result:
> Fatal error: Call to undefined function session_start() in
> [...]Layer-0__Site_entry_point/Home.php on line 20
>
> I had to install PHP5 extensions to make this go away. Dunno if this
> is default in Linux, but maybe it should be added to the howto?

Hmm, session functions should be available on almost all php
installations. In fact session support is compiled standard you
have to manually disable it with `--disable-session`.

On various installation on Debian/Solaris/OpenBSD there was
NEVER a problem with session functions.

Not with milli vanilli PHP 5 on FreeBSD. I had to install port lang/php5-extensions to get it.

Now I've got another (possibly related problem):
Warning: require_once(HTTP.php) [function.require-once]: failed to open stream: No such file or directory in [...]/Layer-1__Page_builder/Web_Page.php on line 23

Fatal error: require_once() [function.require]: Failed opening required 'HTTP.php' (include_path='.:/usr/local/lib/php:/usr/local/share/pear:/usr/local/share/smarty/') in [...] /Layer-1__Page_builder/Web_Page.php on line 23

Where is HTTP.php supposed to come from?
# find / -iname HTTP.php
gave no results...

--
Victor Engmark
Quidquid latine dictum sit, altum videtur - What is said in Latin, sounds profound
reply via email to

[Prev in Thread] Current Thread [Next in Thread]