Author Topic: build 19 - blank admin  (Read 12629 times)

0 Members and 3 Guests are viewing this topic.

Offline bracey

  • Jr. Member
  • **
  • Posts: 74
    • View Profile
build 19 - blank admin
« 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.

Offline Noobus Boobus

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: build 19 - blank admin
« Reply #1 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

Offline Zerg

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: build 19 - blank admin
« Reply #2 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.
---------------------       

Offline ip0li

  • mgSearkGD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1959
    • View Profile
    • Pretty Girls from your city for night
Re: build 19 - blank admin
« Reply #3 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

Offline bracey

  • Jr. Member
  • **
  • Posts: 74
    • View Profile
Re: build 19 - blank admin
« Reply #4 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

Offline Kildoozer

  • Administrator
  • Sr. Member
  • *****
  • Posts: 420
    • View Profile
Re: build 19 - blank admin
« Reply #5 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).

Offline bracey

  • Jr. Member
  • **
  • Posts: 74
    • View Profile
Re: build 19 - blank admin
« Reply #6 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.