PDA

View Full Version : getting an error


jfahimirad
09-22-2006, 11:37 AM
so I have my site working 100% fine on http://jfahimirad.ulmb.com ; but when I use my domain http://www.franchiseguild.net I get the following:

Warning: require_once(/hosted/subs/ulmb.com/j/f/jfahimirad/public_html/includes/version.php) [function.require-once]: failed to open stream: Operation not permitted in /hosted/domains/f/r/franchiseguild.net/public_html/includes/joomla.php on line 71

Fatal error: require_once() [function.require]: Failed opening required '/hosted/subs/ulmb.com/j/f/jfahimirad/public_html/includes/version.php' (include_path='.:') in /hosted/domains/f/r/franchiseguild.net/public_html/includes/joomla.php on line 71

can anyone help me? thanks :D

via
09-22-2006, 11:53 AM
You can not rum all of the php function here.
Your error maybe cause of the limited function

Tyler
09-22-2006, 05:22 PM
Your trying to access another domains files from a diffrent domain. You cant do that here.

UnlimitedMB
09-22-2006, 06:59 PM
You cannot access files across another domain.

ie. you cannot "require_once" files from jfahimirad.ulmb.com with a script running on franchiseguild.net

jfahimirad
09-23-2006, 01:30 AM
so how would I go about transferring it? I'm abit stumped :confused:

arenlor
09-23-2006, 03:35 AM
Just move the file.

jfahimirad
09-23-2006, 04:04 AM
which? and how -- I have every file in both folders.

arenlor
09-23-2006, 04:12 AM
includes/version.php or where ever that file is needs to be where you're calling it from

Tyler
09-23-2006, 07:28 AM
Make sure your script is setup with the correct base directory.