problem with require_once() in windows

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Glenn

    problem with require_once() in windows

    Hi I have been hoping to use my laptop as a porta-server but ran into
    this problem. It seems that require_once() is not working for me!

    The child class file has a 'require_once() ' to the parent class file
    and I'm sure it is correct (this works fine in *nix environments). But
    I get this error message:

    Fatal error: Class sessionmodel: Cannot inherit from undefined class
    model in ...\include\mod el-session.php on line 7

    Anybody know what might be up with this?
    I am using Windows XP Professional, with the latest apache 1.x and
    php4. No extra libraries installed, everything pretty much default
    settings.
  • Janwillem Borleffs

    #2
    Re: problem with require_once() in windows

    Glenn wrote:[color=blue]
    > I get this error message:
    >
    > Fatal error: Class sessionmodel: Cannot inherit from undefined class
    > model in ...\include\mod el-session.php on line 7
    >
    > Anybody know what might be up with this?
    > I am using Windows XP Professional, with the latest apache 1.x and
    > php4. No extra libraries installed, everything pretty much default
    > settings.[/color]

    Check if the server mapping/configuration and/or document root differs.


    JW



    Comment

    Working...