Sbox

  • Follow


I am struggling with being hosted on a server running sbox. I know my 
application runs just fine on other servers not using sbox.

The problem I'm running into is my program is having trouble finding files. 
I have checked the paths and my files are exactly where they should be. Here 
is the error. " Can't locate ./languages/default/main.language at 
/home/content/s/p/i/xxxxxxxxx/html/cgi/apf4/amazon_products_feed.cgi line 
144. "

I have been searching all over the internet for tutorials etc on writing for 
systems with sbox and have found note at least yet. I would great full if 
any one could direct me to a tutorial or give me some suggestions based on 
their experience
-- 
Charles
Torrance, California
http://www.tcpslashipdomains.com Now  accepting PayPal
http://www.tcpslaship.com under construction 


0
Reply EuBenHadd (3) 1/20/2005 8:05:15 AM

Tabasco1 wrote:

> The problem I'm running into is my program is having trouble finding
> files. I have checked the paths and my files are exactly where they should
> be. Here is the error. " Can't locate ./languages/default/main.language

Notice that the path being looked for here is relative - "." is the current
working directory. Quite often, for CGI scripts, that's the directory your
script is in - but it doesn't have to be.

Try using absolute paths.

sherm--

-- 
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
0
Reply Sherm 1/20/2005 8:28:42 AM


1 Replies
85 Views

(page loaded in 0.222 seconds)

Similiar Articles:








7/25/2012 6:22:30 AM


Reply: