PDA

View Full Version : Installation problem 3.7.2



Griffin80
Sat 28th Jun '08, 1:54am
Im currently installing vbulletin for a client but keep getting a page with this



V[@~ޅc\腢OZ ˲-$M834"9mLJwz.SieR�wX׌Vj[PJ@1Rkd݁TE&2J)5&m c2G6 8hHS 2jgS=Ჳ*La\ |cE9i#c^[ ;q{P"SֺЏ+B߄N Cb�2KEUDB b7[&+aVAyysqoM ADჵy&p)qKJķ {{7>P…*rοJ ,0 數j&Rb*0YeK71Ojĥ޼Fѳy+679K5:F�"47J)9A,#.fH߃#FuoiB*z${ |3y|2yȚ8=W>.Fףkvz<Чlv[ˈ7(*?csGG~ GI /< *؂J0����*��

After i enter the customer number on the install/install.php page.

copiertalk
Sat 28th Jun '08, 1:59am
upload your files again.

Griffin80
Sat 28th Jun '08, 2:18am
Already done that before posting, ive also re-downloaded the files from vBulletin and re-uploaded them using ASCII and the images in Binary.

Still getting this same error.

copiertalk
Sat 28th Jun '08, 2:30am
Do you use filezilla?

I have had problems for the last couple of months with their latest build being able to tell what should be uploaded ASCII and what should not.

There are a few threads on this, many list what files list what files in the package need uploaded in what format and how to correct it.

Griffin80
Sat 28th Jun '08, 2:37am
Nah mate i use ipswitch WS_FTP professional, ive updated about 5 forums in the last week without problem so im not sure if its my clients host. If it is i dont know what the problem actually is with the host.

peterska2
Mon 30th Jun '08, 4:30am
The license holder will need to submit a support ticket then we can investigate into the issue that they are experiencing.

Griffin80
Mon 30th Jun '08, 7:16am
The license holder will need to submit a support ticket then we can investigate into the issue that they are experiencing.

We have done this also, and almost 2 days later the problem is not solved.

Ive uploaded all the files in ASCII and images in Binary and im still getting jibberish, the last message i got from the vBulletin support was


I believe this is bad files, particularly all the files in your 'forums'directory. Unfortunately all I can suggest is to reupload the original files.

Which i have done about 10 times now, what options do we have left?

http://www.pressmybet.com/forums/index.php

Zachery
Mon 30th Jun '08, 7:49am
Can you please provide your ticketid?

Griffin80
Mon 30th Jun '08, 8:04am
Ticketid: 819075

Thank you

Zachery
Mon 30th Jun '08, 8:07am
Hello,

Please try running this query:


UPDATE setting SET value = '0' WHERE varname = 'gzipoutput';
UPDATE datastore SET data = REPLACE(data, ':"gzipoutput";i:1', ':"gzipoutput";i:0') WHERE title = 'options';


Make sure to update the settings/datastore names with your table prefix, for example if your prefix was vb3_ it'd be vb3_setting and vb3_datastore