View Full Version : upgrading to VB 5 but there is no content !!
shneler2010
03-17-2015, 03:08 PM
after upgrading from VB 4.2.3 to Vb Version 5.1.6 Beta 1 all the thread is empty no content
I see this message
An internal error has occurred and the module cannot be displayed.
to see the error please visite my site http://shneler.com/vb5/
Urgent please
your advice please
ForceHSS
03-17-2015, 03:11 PM
If you want advice best I can tell you is post more info as what you have posted tells us nothing
shneler2010
03-17-2015, 04:01 PM
OK
see attached please
Lynne
03-17-2015, 05:57 PM
I see a totally blank site.
What version of PHP and MySQL are on the server? Did you modify the .htaccess RewriteBase to point to /vb5/ ? Is there anything in your error_logs (if you don't know where they are, ask your host)?
shneler2010
03-18-2015, 04:39 AM
I see a totally blank site.
What version of PHP and MySQL are on the server? Did you modify the .htaccess RewriteBase to point to /vb5/ ? Is there anything in your error_logs (if you don't know where they are, ask your host)?
PHP Version 5.4.37
http://shneler.com/phpinfo.php
Database server
Server: Localhost via UNIX socket
Server type: MySQL
Server version: 5.5.32-cll-lve - MySQL Community Server (GPL)
Protocol version: 10
User: cpses_wwgRVDfMds@localhost
Server charset: UTF-8 Unicode (utf8)
Web server
cpsrvd 11.48.1.2
Database client version: libmysql - 5.1.73
PHP extension: mysqli Documentation
phpMyAdmin
Version information: 4.0.10.7, latest stable version: 4.3.12
.htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
#In some cases where you have other mod_rewrite rules, you may need to comment out the following line
#and change it to match your folder name. This resets the other mod_rewrite rules for just this directory
#If your site was www.example.com/forum, the setting would be /forum/
#RewriteBase /
# Send css calls directly to the correct file VBV-7807
RewriteRule ^css.php$ core/css.php [NC,L]
# Redirect old install path to core.
RewriteRule ^install/ core/install/ [NC,L]
# Main Redirect
RewriteCond %{REQUEST_URI} !\.(gif|jpg|jpeg|png|css)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?routestring=$1 [L,QSA]
# Because admincp is an actual directory.
RewriteRule ^(admincp/)$ index.php?routestring=$1 [L,QSA]
</IfModule>
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE application/atom+xml \
text/javascript \
application/x-javascript \
application/javascript \
application/json \
application/rss+xml \
application/vnd.ms-fontobject \
application/x-font-ttf \
application/xhtml+xml \
application/xml \
font/opentype \
image/svg+xml \
image/x-icon \
text/css \
text/html \
text/plain \
text/x-component \
text/xml
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType application/x-javascript A1209600
ExpiresByType text/javascript A1209600
ExpiresByType application/javascript A1209600
ExpiresByType text/css A31536000
ExpiresByType image/x-icon A2592000
ExpiresByType image/icon A2592000
ExpiresByType application/x-ico A2592000
ExpiresByType application/ico A2592000
ExpiresByType image/gif A2592000
ExpiresByType image/jpeg A1209600
ExpiresByType image/jpg A1209600
ExpiresByType image/png A1209600
ExpiresByType application/x-shockwave-flash A1209600
ExpiresByType font/ttf A2592000
ExpiresByType font/otf A2592000
ExpiresByType font/x-woff A2592000
ExpiresByType image/svg+xml A2592000
ExpiresByType font/truetype A2592000
ExpiresByType font/opentype A2592000
ExpiresByType application/x-font-woff A2592000
ExpiresByType application/vnd.ms-fontobject A2592000
</IfModule>
<IfModule mod_headers.c>
Header set Connection keep-alive
<filesmatch "\.(ico|flv|gif|swf|eot|woff|otf|ttf|svg)$">
Header set Cache-Control "max-age=2592000, public"
</filesmatch>
<filesmatch "\.(jpg|jpeg|png)$">
Header set Cache-Control "max-age=1209600, public"
</filesmatch>
<filesmatch "\.(eot|woff|otf|ttf|svg)$">
Header set Cache-Control "max-age=2592000, public"
</filesmatch>
# css and js should use private for proxy caching https://developers.google.com/speed/docs/best-practices/caching#LeverageProxyCaching
<filesmatch "\.(css)$">
Header set Cache-Control "max-age=31536000, private"
</filesmatch>
<filesmatch "\.(js)$">
Header set Cache-Control "max-age=1209600, private"
</filesmatch>
</IfModule>
order deny,allow
allow from 86.108.23.11 # Administrative
deny from all
#END HG BLOCK
line : 45 if (vB5_Frontend_ApplicationLight::isQuickRoute())
Lynne
03-18-2015, 09:03 PM
I still don't see the site.
But I do know that since your files are in the /vb5 directory, you will need to change this line in your .htaccess file:
#RewriteBase /
to this line:
RewriteBase /vb5/
shneler2010
03-19-2015, 08:34 AM
I still don't see the site.
But I do know that since your files are in the /vb5 directory, you will need to change this line in your .htaccess file:
#RewriteBase /
to this line:
RewriteBase /vb5/
my site
http://shneler.com/vb5/
I do what you ask above ..... it is same error ,,, my site working well but without content
please see attached photo
Lynne
03-20-2015, 04:29 PM
I can see your site now, but I also see "An internal error has occurred and the module cannot be displayed" on many pages. Internal Server Errors are just that - server errors. So, you need to look at your error_logs to see what the real problem is.
I see a lot of "class not found" errors in the log you attached. That usually means you did not upload all the files, or else they didn't get uploaded completely. So, I'd suggest reuploading all the files. Also, when we tell you to look at your error_logs, you need to note the time of the error and then look for that specific line in the file. Giving us the whole error_log tells us nothing because we don't know what time the error occurred.
Scandal
03-21-2015, 02:45 PM
Powered by vBulletin? Version 5.1.6 Beta 2
hmm not a good idea to use Beta software..
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.