Jump to content

Not requiring a file needed


alexdee67

Recommended Posts

Hello, I do not understand what the problem is. Everything should be running but its just this small problem. I can't figure it out. I tried to set the permission to something else like 777 but it doesn't make a difference. A push in the right direction would be nice. Thank you! :)

 

Warning: require(includes/startup.php): failed to open stream: Permission denied in /www/zzl.org/s/e/r/sericous/htdocs/game3/index.php on line 11 Fatal error: require(): Failed opening required 'includes/startup.php' (include_path='.:/usr/lib/php') in /www/zzl.org/s/e/r/sericous/htdocs/game3/index.php on line 11

Link to comment
https://forums.phpfreaks.com/topic/207269-not-requiring-a-file-needed/
Share on other sites

<?php
//////////////////////////////////////////////////////
//
//                The PHP RPG Project
//
//        Version         :        1.0.0a
//        Author          :        The XPHPX Team!
//
//
//////////////////////////////////////////////////////
require("includes/startup.php");

// setup some default variables
$music = '';
$ask_pvp_battle = false;
$pvp_id = '';
$opp_name = '';

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.