vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=262)
-   -   Can't install vb5 - 500 error (https://vborg.vbsupport.ru/showthread.php?t=289031)

Anbieter 10-15-2012 08:18 AM

Quote:

Originally Posted by simonhind (Post 2373105)
if thats where you forum root is then yes

Somehow it's still not working :/

Lynne 10-15-2012 02:27 PM

Quote:

Originally Posted by Anbieter (Post 2373086)
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?

Anbieter 10-15-2012 03:12 PM

Quote:

Originally Posted by Lynne (Post 2373153)
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 :/

TheSupportForum 10-15-2012 03:21 PM

1 Attachment(s)
Quote:

Originally Posted by Anbieter (Post 2373111)
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


Anbieter 10-15-2012 03:25 PM

Quote:

Originally Posted by simonhind (Post 2373181)
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 :/

TheSupportForum 10-15-2012 03:31 PM

Quote:

Originally Posted by Anbieter (Post 2373184)
That's exactly what I've got :/

have you ran the install script

core/install/install.php

?

Brandon Sheley 10-15-2012 03:51 PM

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.

Anbieter 10-16-2012 05:51 AM

Quote:

Originally Posted by Brandon Sheley (Post 2373193)
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 (Post 2373186)
have you ran the install script

core/install/install.php

?

I can't because i get the 500 Error :erm:

TheSupportForum 10-16-2012 06:20 AM

Quote:

Originally Posted by Anbieter (Post 2373330)
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 ?

Anbieter 10-16-2012 06:43 AM

Quote:

Originally Posted by simonhind (Post 2373334)
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


All times are GMT. The time now is 02:23 PM.

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.01154 seconds
  • Memory Usage 1,748KB
  • 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
  • (9)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete