Script Pulse

Trade Pulse => Trade Pulse Support => Topic started by: David on January 06, 2010, 02:36:22 PM

Title: tp_in.php returns blank page
Post by: David on January 06, 2010, 02:36:22 PM
hi,

i have a site written in perl and a host who doesn't allow chmod 777.

so i had to install with 755 for files and folder and it worked well without any error messages.

now i had to use the .htaccess way to call tp_in.php but it returns a blank page

if i set chmod 777 i get an error (because it's not allowed by host)

anybody any idea how i can get it running? am i missing something?

thanks and greets

David
Title: Re: tp_in.php returns blank page
Post by: Ric on January 06, 2010, 03:29:40 PM
All my stuff is 755 without problems

What is your index page called?

Is it index.cgi?

Title: Re: tp_in.php returns blank page
Post by: David on January 06, 2010, 09:52:07 PM
index.html

i could use .shml, too

but i have another gallery.cgi (perl)

is it enough to call: <!--#include virtual="/tp/ssi_in.php"-->

in index.shml only?

or is traffic sent to gallery.cgi not count in this case?
Title: Re: tp_in.php returns blank page
Post by: Ric on January 06, 2010, 10:11:28 PM
What does your index.html look like?

I'm not sure I know what you are using for your TGP... custom software?
Title: Re: tp_in.php returns blank page
Post by: David on January 06, 2010, 10:35:52 PM
yes
Title: Re: tp_in.php returns blank page
Post by: David on January 06, 2010, 11:57:35 PM
it's working

i changed

Setting > in > "Default main page:" to index.html

it's .shtml by default

no idea why. if i had an index.shtml i would use SSI

the scripts works fine so far with chmod 755

thanks for helping
Title: Re: tp_in.php returns blank page
Post by: ip0li on January 09, 2010, 04:06:28 AM
Nice to see it solved , cheers.