vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Problem with a fresh install. (https://vborg.vbsupport.ru/showthread.php?t=306657)

Twilkey 01-06-2014 12:15 AM

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]

The domain inside the htaccess file is the primary domain on the account the other domain is added on to.

I have also tried a second fresh install and the problem persists.

Thanks in advance for any help.

blind-eddie 01-06-2014 01:35 AM

What version of php are you using? I set up a 4.2.2 live test site(On BH, using php 5.2.17) but can not add many products due to php version. In my case, I can not change my php version due to many other sites I have will no longer function.
So my test site will be removed soon.

Twilkey 01-06-2014 02:13 AM

PHP version 5.4.22

billstelling 01-06-2014 03:20 AM

Current Stable PHP 5.5.7...

I think you might need to update the php for it to work correctly for 4.2.2. Lynn posted something about it today in another post about older builds not being compatible past 4.2.1.

realmoney 01-06-2014 07:38 AM

Do you know where Lynn might have posted this?

This is one of her last posts:

https://vborg.vbsupport.ru/showpost....4&postcount=10

Here she suggests using PHP5.4 with vB4.2.2...


Most hosts aren't running PHP 5.5 yet and claim it being unstable despite the link at PHP.net.

I contacted my host (it is my site in question in this thread) and that is what they said...they won't update to PHP 5.5 server wide for a while.

It seems that vB4.2.2 should work well now with PHP 5.4 according to most support threads, etc...

Anyways, regardless, I have updated to a VPS hosting plan with the site in question now being the main domain for the hosting account.

We will be trying this install again soon and if we run into the same problems, we would love any ideas or support that anyone has.

Thanks!


All times are GMT. The time now is 02:00 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01068 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete