yeah so i'm running 4.3.0 (other versions are problematic w/Abyss webserver)

i can't seem to get my include() stuff to work -anymore-

used to work...not anymore after all the PHP changes

so my root directory for the webserver is F:\webpage\webpage\
which would be http://localhost/

i have 3 files
f:\webpage\webpage\new_album.php
f:\webpage\webpage_admin\prvMySQL.php
f:\webpage\webpage\includes\prvBodyStyling.php

album.php has the lines:

include('./includes/prvBodyStyling.php');
include('../webpage_admin/prvMySQL.php');

a quick note: prvBodyStyling.php contains the function intro()

i am sure prvbodystyling and prvmysql have 0 errors in them, as I have used them before w/o any modifications...it's like the change in version of PHP created this problem...i dunno...

anyways, i get the error:

Warning: main(./includes/prvBodyStyling.php) [function.main]: failed to create stream: No error in F:\webpage\webpage\new_album.php on line 2

Warning: main() [function.main]: Failed opening './includes/prvBodyStyling.php' for inclusion (include_path='.;c:\php\includes') in F:\webpage\webpage\new_album.php on line 2

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at F:\webpage\webpage\new_album.php:2) in F:\webpage\webpage\new_album.php on line 5

Fatal error: Call to undefined function: intro() in F:\webpage\webpage\new_album.php on line 12

please give me some feedback!

-- \Kyle Goetz
BS Pure Mathemetics, BA Japanese 2006
The University of Texas

Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

-- PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to