Go Back   vb.org Archive > vBulletin 5 Connect Discussion > vB5 General Discussions

Reply
 
Thread Tools Display Modes
  #11  
Old 10-15-2012, 08:18 AM
Anbieter Anbieter is offline
 
Join Date: Oct 2012
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by simonhind View Post
if thats where you forum root is then yes
Somehow it's still not working :/
Reply With Quote
  #12  
Old 10-15-2012, 02:27 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Anbieter View Post
Thanks, already included it.

is it correct if i write that my root folder is in:
Code:
httpdocs/vbnew
?

And I've added the logs to my previous post.
Where are you needing to put a path to your root folder like that?
Reply With Quote
  #13  
Old 10-15-2012, 03:12 PM
Anbieter Anbieter is offline
 
Join Date: Oct 2012
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
Where are you needing to put a path to your root folder like that?
There was some configuration, but it was the server path.
I included mine now, still no change :/
Reply With Quote
  #14  
Old 10-15-2012, 03:21 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Anbieter View Post
Somehow it's still not working :/
Anbieter

upload this to your forum root phpinfo.php and look for
Code:
DOCUMENT_ROOT
this will give your forum root
you will need this only for /core/include/config.php

in config.php from the forum root
look for

Code:
$config['baseurl'] =
put the domain url of the forum

for example
Code:
http://www.domain.com/vb5demo
ensure that your .htaccess looks like this

Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?routestring=$1 [L,QSA]

#needed because admincp is an actual directory.
RewriteRule ^(admincp/)$ index.php?routestring=$1 [L,QSA]
</IfModule>

# Use PHP 5.3
AddHandler application/x-httpd-php53 .php .php5 .php4 .php3
Attached Files
File Type: php phpinfo.php (72 Bytes, 10 views)
Reply With Quote
  #15  
Old 10-15-2012, 03:25 PM
Anbieter Anbieter is offline
 
Join Date: Oct 2012
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by simonhind View Post
Anbieter

upload this to your forum root phpinfo.php and look for
Code:
DOCUMENT_ROOT
this will give your forum root
you will need this only for /core/include/config.php

in config.php from the forum root
look for

Code:
$config['baseurl'] =
put the domain url of the forum

for example
Code:
http://www.domain.com/vb5demo
ensure that your .htaccess looks like this

Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?routestring=$1 [L,QSA]

#needed because admincp is an actual directory.
RewriteRule ^(admincp/)$ index.php?routestring=$1 [L,QSA]
</IfModule>

# Use PHP 5.3
AddHandler application/x-httpd-php53 .php .php5 .php4 .php3
That's exactly what I've got :/
Reply With Quote
  #16  
Old 10-15-2012, 03:31 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Anbieter View Post
That's exactly what I've got :/
have you ran the install script

core/install/install.php

?
Reply With Quote
  #17  
Old 10-15-2012, 03:51 PM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are you sure both config files are setup correctly, were you able to install the script.
Where exactly are you getting the error.
Also this would probably be best asked at vb.com.
Reply With Quote
  #18  
Old 10-16-2012, 05:51 AM
Anbieter Anbieter is offline
 
Join Date: Oct 2012
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Brandon Sheley View Post
Are you sure both config files are setup correctly, were you able to install the script.
Where exactly are you getting the error.
Also this would probably be best asked at vb.com.
I get the error all the time, but the configs are correct..

Quote:
Originally Posted by simonhind View Post
have you ran the install script

core/install/install.php

?
I can't because i get the 500 Error :erm:
Reply With Quote
  #19  
Old 10-16-2012, 06:20 AM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Anbieter View Post
I get the error all the time, but the configs are correct..



I can't because i get the 500 Error :erm:
ensure that htdocs / public_html is set to CHMOD 755

what is your hosting platform ?
Unix / windows / nginx ?
Reply With Quote
  #20  
Old 10-16-2012, 06:43 AM
Anbieter Anbieter is offline
 
Join Date: Oct 2012
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by simonhind View Post
ensure that htdocs / public_html is set to CHMOD 755

what is your hosting platform ?
Unix / windows / nginx ?
I'm using a Windows Server 2008
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:09 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08161 seconds
  • Memory Usage 2,282KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (9)bbcode_code
  • (10)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete