Author Topic: Update wiped out TP...again  (Read 10769 times)

0 Members and 2 Guests are viewing this topic.

Offline Scuzz

  • Newbie
  • *
  • Posts: 13
    • View Profile
Update wiped out TP...again
« on: September 14, 2011, 05:50:19 PM »
Just did a mass update and now TP is doing the same thing as last time.
I get a white screen with a black line across the top.
http://www.slantedsluts.com/tp/
Last time it was fixed by:
Quote
How to fix:
Create empty file: tp/data/settings/done_cache_rebuild
Empty file is still there, so that doesn't seem to be the problem.
Any ideas?

Offline JOLY

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: Update wiped out TP...again
« Reply #1 on: September 14, 2011, 09:03:34 PM »
Me too :)

Offline cjtube

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: Update wiped out TP...again
« Reply #2 on: September 15, 2011, 12:56:51 AM »
after build 30 i now have update available showing again, jesus fucking christ.

Offline Kildoozer

  • Administrator
  • Sr. Member
  • *****
  • Posts: 420
    • View Profile
Re: Update wiped out TP...again
« Reply #3 on: September 15, 2011, 04:43:07 AM »
Hi.
file done_cache_rebuild can't affect on your admin area.
What's your PHP versions on the servers?

Offline Kildoozer

  • Administrator
  • Sr. Member
  • *****
  • Posts: 420
    • View Profile
Re: Update wiped out TP...again
« Reply #4 on: September 15, 2011, 05:00:20 AM »
Ok I probably know the reason.
If you have old PHP versions (4.x.x) you haven't 'file_put_contents' function and get PHP fatal error.
There is 2 ways to fix.
1. (better) Update PHP to 5.2.x on the server.
2. Create the file tp/data/settings/done_cache_rebuild2   (2!). No matter empty or not.

This issue DIDN'T affect on your trade, just on admin area.



UPDATED. I just released build #31 which compatible with PHP 4.x.x So if your admina area is blank, run tp/updater.php manually and make the update. Or make either p.1 or p.2 above.
« Last Edit: September 15, 2011, 05:52:23 AM by Kildoozer »

Offline Scuzz

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Update wiped out TP...again
« Reply #5 on: September 15, 2011, 12:38:49 PM »
Thank you very much Kildoozer. The updater worked like a charm!