Log in

View Full Version : Need help ( page not open )


want3ed
09-25-2007, 08:26 PM
hi
first i want to say i am turk.
1 week before when i try to new thread i have to error. Error is page not seeing (T?rkish Sayfa G?r?n?tlenmiyor ) but this message is have code when i try only writes thread that time not problem. Today when i edit navbar template i see this error again now i cant edit my navbar template i need helpp :( i have vb lisans

WhaLberg
09-25-2007, 09:34 PM
Türkçe:
Nasıl yani sayfa görüntülenemiyor? vBulletin pakedini tekrar yükle ve eğer kurduğun eklentiler varsa hepsini tek tek devre dışı bırak.

English:
How come page cannot be viewed? Do you have any modifications installed? If so, disable them. Also due to there may be missing files, I suggest you reuploading your vB.

want3ed
09-26-2007, 04:56 AM
Paketi tekrar y?klemedim yaptıgım ayarlar gitmesin diye dosyaları tamamen silsem tema ayarlarım falan gidermi? link degişimleri toplistler falan ? Default temayı editlemiştim kendime g?re , paketlerin hepsini yasakla yaptım ondan sonra denedim yine aynı www.sensizolmuyor.org bakabilirsin yukarda fazladan google arama motoru kaldı kaldıramıyorum :(

i dont reload vbulletin . because i dont want lose my themes configrations. if i delete all vb files in my ftp that time i lose my configrations?i edited default theme for mine.i banned my all packages but still i have that error.please look my site i dont deleted google searcing engine :( Please help me.

Dismounted
09-26-2007, 06:53 AM
Reupload all your vBulletin files, you don't need to delete any there, you just have to overwrite the files.

want3ed
09-26-2007, 06:55 AM
i overwrited i made that :( . but my old vbulletin is dont have lisans when i buy lisans overwrited the files and upgrade 3.6.5 to 3.6.8 .

Marco van Herwaarden
09-26-2007, 08:30 AM
This may be due to mod_security.

While mod_security can be a very powerful tool, misconfigured or overly strict rule sets can interfere with vBulletins Operation. Below for Apache users you can use an htaccess file and add a specific rule to disable mod_security.

Make or edit your forum .htaccess file and add the following code

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Note, place this file in your main forum directory.

See this also thread: http://www.vbulletin.com/forum/showthread.php?t=167121

If you still have problems after that, please post on vBulletin.com forums, or open a support ticket.

want3ed
09-26-2007, 11:58 AM
hi my htaccess is this . is same is your write
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]
RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

<Limit GET POST>
Order Allow,Deny
Allow from All
Deny from 85.103.197.244
</Limit>