Log in

View Full Version : Vbulletin not responding


Expertu
09-01-2008, 08:53 PM
Hello.
I have some problems with my vbulletin.

First, when i post like this :
http://img170.imageshack.us/my.php?image=39692674lv2.jpg

it shows like this :
http://img397.imageshack.us/my.php?image=36603947ej5.jpg

and the second, on the Administration Menu, on Manage Products section, when i try to edit or uninstall some product it doesn't respond, i mean i choose the option from that dropdown and when i press GO, he does nothing.

What should i do?

Lynne
09-01-2008, 08:58 PM
A couple of things to try:

- Create a new style with no parent - Styles & Templates > Style Manager > Add New Style > no parent - then browse the site using that totally default vbulletin style - do you still have the same problem?

- Try disabling your plugins and then see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Expertu
09-01-2008, 09:05 PM
Ok.
When I try to create new style and apply it as default, it doesn't work and when I've disabled those products, nothing changed

SEOvB
09-01-2008, 09:06 PM
reupload all vBulletin files

Expertu
09-01-2008, 09:08 PM
Already done that when I've made the upgrade to 3.7.3.
Should I backup my style and database, and reinstall everything ?

Opserty
09-01-2008, 09:10 PM
To troubleshoot this please, reupload all the original vB non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server.

Can you provide link to your board?

Expertu
09-01-2008, 09:14 PM
I used to think the problems will solve when i make the upgrade.
I overwrited all the files with those from the upload folder, except install.php but in binary mode. I'll do this once again and see the results.

The link is : http://forum.reunited.ro

Opserty
09-01-2008, 09:26 PM
Remove any .htaccess files you have in your forum directory (keep a backup on your computer if you need to)

Expertu
09-01-2008, 09:29 PM
I removed the htaccess file and the first problem it seems to be solved\
Later edit :

All the problems have been solved, except one : How do i fix the htaccess file ? ... i need it
Here it is :

AddDefaultCharset Off

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

#RewriteCond %{HTTP_HOST} !^forum\.reunited\.ro
#RewriteRule (.*) http://forum.reunited.ro/$1 [L,R=301]

RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*)(js|css)$ redir.php?file=$1$2&type=$2 [L]

####ETags
FileETag None

####Expires
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/gif A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType image/png A2592000
ExpiresByType application/x-shockwave-flash A2592000
ExpiresByType text/css A2592000
ExpiresByType application/x-javascript A2592000
</IfModule>

Lynne
09-01-2008, 10:42 PM
If you thinkk you need the htaccess file, try adding back just a little of it at a time and see what line is causing the problem. (Are all those lines required by some modification?)