Script Pulse

Trade Pulse => Trade Pulse Support => Topic started by: bracey on June 17, 2010, 09:48:01 AM

Title: build 19 - blank admin
Post by: bracey on June 17, 2010, 09:48:01 AM
hi,
When I do the upgrade to build 19 on sites that are using the

DirectoryIndex tp_in.php index.shtml index.html index.php index.cgi

in the htaccess file the admin screen is blank. Also get a blank page if I type domain.com/tp and it won't redirect to login.php or admin if there is a cookie set.
Title: Re: build 19 - blank admin
Post by: Noobus Boobus on June 17, 2010, 04:47:38 PM
you don't really need tp_in.php in admin page
Create .htaccess file in "tp" directory with normal DirectoryIndex settings:
Code: [Select]
DirectoryIndex index.php index.shtml index.html index.cgi
Title: Re: build 19 - blank admin
Post by: Zerg on June 18, 2010, 12:26:41 AM
You fucked up. I can't access the admin.
---------------------
The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
---------------------       
Title: Re: build 19 - blank admin
Post by: ip0li on June 18, 2010, 06:27:25 AM
can any of you send me ftp and tp access info? From all clients just you guys have issues so we MUST check
Title: Re: build 19 - blank admin
Post by: bracey on June 18, 2010, 11:32:30 PM
can any of you send me ftp and tp access info? From all clients just you guys have issues so we MUST check

pm'd login and ftp
Title: Re: build 19 - blank admin
Post by: Kildoozer on June 20, 2010, 06:35:21 AM
Hi. It's happened because of your .htaccess file in the root of domain.
I just created and uploaded new one in tp/ folder:
Code: [Select]
DirectoryIndex index.php index.shtml index.html index.cgiand now everything looks fine.
It's not affected on your script work (in + out + stats).
Title: Re: build 19 - blank admin
Post by: bracey on June 20, 2010, 11:00:16 AM
Hi. It's happened because of your .htaccess file in the root of domain.
I just created and uploaded new one in tp/ folder:
Code: [Select]
DirectoryIndex index.php index.shtml index.html index.cgiand now everything looks fine.
It's not affected on your script work (in + out + stats).

Yes, but it is the line that was added to .htaccess for trade pulse which is now causing the problem with trade pulse on this new build.