vbulletin prob

Status
Not open for further replies.

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
It is enabled..

And wtf, are there two people that are having the problem in this thread? I don't understand. Your not the topic poster, soo.. What? Are you having the same problem? I dont get it.
 

Death

New Member
Messages
334
Reaction score
0
Points
0
Yup,

I am having the problem too..

The topic poster also has the same problem!

and btw. how does it get disabled?

Edit: It's still not working
 
Last edited:

Death

New Member
Messages
334
Reaction score
0
Points
0
NedreN...

Sorry for double posting...But it's still not working :(
 

bigguy

Retired
Messages
10,984
Reaction score
10
Points
38
I suspended that account (topic poster) and I will terminate it soon. The excuse that ppl dont know what a "Nulled" copy is is getting tiresome. If you didnt pay for it get it off the server.
 

Chris S

Retired
Messages
2,055
Reaction score
1
Points
38
try this

Colin F at vbulliten.com said:
In phpMyAdmin, goto your datastore table and edit the options row.
Find:
Code:
"gzipoutput";s:1:"1";
and change it to
Code:
"gzipoutput";s:1:"0";

You'll still have to change the setting in your vBulletin Options afterwords though.

Then how you turn it off in the settings
Wayne Luke said:
vBulletin Options -> Server Settings and Optimization Options.
 
Last edited:

Death

New Member
Messages
334
Reaction score
0
Points
0
I found the datastore table...but nothing after that...I can't seem to figure it out...and it's down again :(
 

Chris S

Retired
Messages
2,055
Reaction score
1
Points
38
run this

Code:
UPDATE `setting` SET `value` = '0' WHERE  `varname` = 'gziplevel' LIMIT 1 ;


i actually had to do some searching for that
 
Last edited:

Death

New Member
Messages
334
Reaction score
0
Points
0
THanks for your search...

But I ran the querry and still nothing has changed :(
 

Chris S

Retired
Messages
2,055
Reaction score
1
Points
38
ok did you turn it off in the vb settings after you fixed it in the database?
 

Death

New Member
Messages
334
Reaction score
0
Points
0
Where? :s

Where do I do that...Under server settings what do I turn off? :s
 
Status
Not open for further replies.
Top