Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
  #91  
Old 30th December 2014, 14:19
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Its the same thing but I want to finally narrow it down to just errors
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #92  
Old 30th December 2014, 14:37
oneillza oneillza is offline
Member
 
Join Date: Dec 2014
South Africa
Posts: 13
Default
no the page works fine but the plugins are just not there...

every other page works fine.

i am on version 5.4
Reply With Quote
  #93  
Old 30th December 2014, 14:40
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
hmm 5.4 you are going to have problems not sure that this is the problem but ok now could you see if this brings up any errors or warnings

PHP Code:

ini_set
('display_errors',1); ini_set('display_startup_errors',1); error_reporting(-1); 
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #94  
Old 30th December 2014, 14:54
oneillza oneillza is offline
Member
 
Join Date: Dec 2014
South Africa
Posts: 13
Default
this breaks the site again

<?
ini_set('display_errors',1); ini_set('display_startup_errors',1); error_reporting(-1);
/***********************************************/
/*=========[TS Special Edition v.5.6]==========*/
/*=============[Special Thanks To]=============*/
/* DrNet - wWw.SpecialCoders.CoM */
/* Vinson - wWw.Decode4u.CoM */
/* MrDecoder - wWw.Fearless-Releases.CoM */
/* Fynnon - wWw.BvList.CoM */
/***********************************************/



how hard will it be to downgrade to 5.3?
Reply With Quote
  #95  
Old 30th December 2014, 14:57
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
You just getting a white page or are you getting lots of warning and errors

Eg. Lines of text all over the page because that is what im looking for

If you are getting lots of errors on the page then screenshot the page please

Downgrading asuming you are using Deb Wheezy

http://blog.wpkg.org/2013/06/20/down...an-wheezy-7-0/

Be careful..
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #96  
Old 30th December 2014, 15:11
oneillza oneillza is offline
Member
 
Join Date: Dec 2014
South Africa
Posts: 13
Default
this is what i get

This webpage is not available

Hide details
The webpage at http://oneilldown.dyndns.co.za/ might be temporarily down or it may have moved permanently to a new web address.
Error code: ERR_CONTENT_DECODING_FAILED
Reply With Quote
  #97  
Old 30th December 2014, 15:19
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Ah ok I see

ok edit /etc/php5/php.ini

and find this line

and change to

Code:
zlib.output_compression = On
and restart server

Now! leave the error reporting like it is and refresh the page you should now get a shit load of errors and warning

Once you got the errors, paste and warning or error related to "plugins"
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #98  
Old 30th December 2014, 15:27
oneillza oneillza is offline
Member
 
Join Date: Dec 2014
South Africa
Posts: 13
Default
here we go:

Notice: Use of undefined constant totaltime - assumed 'totaltime' in /home/test/tsse56/global.php on line 30

Notice: Use of undefined constant totalqueries - assumed 'totalqueries' in /home/test/tsse56/global.php on line 31
Reply With Quote
  #99  
Old 30th December 2014, 15:31
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Ok that's not it let me check .. give me a sec..


Ok for some reason not all errors/warning are showing, This is TS it should be a mangled mess of errors when enabled

try this

Code:
error_reporting(E_ALL); ini_set('display_errors', 1);
Or edit /etc/php5/php.ini and turn on errors. But this will enable errors across all other sits you have on the server



Im busy installing it myself so i can check...
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me


Last edited by firefly007; 30th December 2014 at 15:44.
Reply With Quote
  #100  
Old 30th December 2014, 15:50
oneillza oneillza is offline
Member
 
Join Date: Dec 2014
South Africa
Posts: 13
Default
ok cool.

I did enable the error reporting in ini.php but it still only gives those 2 lines.
Reply With Quote
Reply

Tags
56 , heavy , modded , tsse

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 18:46. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.