The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Problem with a fresh install.
This was all done on vBulletin 4.2.2.
I am having a problem with a fresh install. The main thing I am seeing is that the product system isn't working correctly. I am having some issues when trying to install products. After submitting the product xml file the page should reload back to the product list. Instead it is redirecting to the forum home page. This is not how it is supposed to do it. Also I have some DragonByte products that will not import at all. It takes me to the please wait page and stops. I tried enabling error displaying for the forum, but the page didn't give off any errors which makes me think the import script isn't even being ran. I tried installing an addon from vb.org just to test and even though I got the redirect back to the forum home page, The product is still listed in the product list, but when I go to uninstall it, nothing gets uninstalled, which again makes me think the script isn't being ran correctly like there is an issue with the path or url, but I cant find any problems there, so I am not sure what is wrong. The domain the forum is on, http://www.dailyfantasysportszone.com, is hosted with Bluehost and is set up as an add-on domain directed to a directory located at /public_html/dailyfantasysportszone/. There is no htaccess file in the forums root, but there is one in the public_html directory. Below is its contents. Code:
RewriteEngine on RewriteBase / RewriteCond %{HTTP_HOST} ^promocodesdepositbonus.com RewriteRule (.*) http://www.promocodesdepositbonus.com/$1 [R=301,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?$1 [L,QSA] RewriteCond %{THE_REQUEST} ^[A-Z]{3,}\s(.*)/index\.php [NC] RewriteRule ^ %1 [R=301,L] I have also tried a second fresh install and the problem persists. Thanks in advance for any help. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|