View Full Version : Internal Server Error
zeuxxx
04-10-2006, 04:22 PM
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
I donīt know why...
I have written in config.php:
$vb_dir = 'www.(my-web).com/foro';
$drupal_dir = 'www.(my-web).com/drupal';
Where is the problem?
Thanks in advance
tamarian
04-11-2006, 08:03 PM
That config paramaters is for the server path, not URL.
zeuxxx
04-12-2006, 06:08 AM
Thanks, I Have modified it, but now I haver another error:
Warning: chdir(): No such file or directory (errno 2) in /home/www/javjav74.farvista.net/sites/default/settings.php on line 22
Warning: main(/vbulletin/global.php): failed to open stream: No such file or directory in /home/www/javjav74.farvista.net/sites/default/settings.php on line 40
Fatal error: main(): Failed opening required '/vbulletin/global.php' (include_path='.:/usr/local/lib/php') in /home/www/javjav74.farvista.net/sites/default/settings.php on line 40
sifuhall
04-12-2006, 04:48 PM
sounds like your paths are still incorrect. What do you have set for your paths?
zeuxxx
04-12-2006, 05:23 PM
I tried with this:
$vb_dir = '/vbulletin';
and
$drupal_dir = '';
(I have vbdrupal in the root)
zeuxxx
04-12-2006, 06:02 PM
Now, Iīm trying with:
$vb_dir = 'vbulletin'; (without slash)
$drupal_dir = '';
and only have this error:
Warning: main(vbulletin/global.php): failed to open stream: No such file or directory in /home/www/javjav74.farvista.net/sites/default/settings.php on line 40
Fatal error: main(): Failed opening required 'vbulletin/global.php' (include_path='.:/usr/local/lib/php') in /home/www/javjav74.farvista.net/sites/default/settings.php on line 40
sifuhall
04-12-2006, 06:41 PM
These need to be the full path.
Based on your error messages try this for your drupal dir:
$drupal_dir = '/home/www/javjav74.farvista.net';
As for your vb_dir, where is this installed on your site?
zeuxxx
04-12-2006, 07:04 PM
I put:
$drupal_dir = '/home/www/javjav74.farvista.net';
$vb_dir = '/home/www/javjav74.farvista.net/vbulletin';
and I have:
Warning: Unknown(./../global.php): failed to open stream: No such file or directory in /global.php(349) : eval()'d code on line 1
Fatal error: (null)(): Failed opening required './../global.php' (include_path='.:/usr/local/lib/php') in /home/www/javjav74.farvista.net/vbulletin/global.php(349) : eval()'d code on line 1
If u want, I can give u login and pass to see what is happening in my web by ftp
sifuhall
04-12-2006, 07:38 PM
For security reasons I would prefer not to have the login info for your site.
So where is vbulletin installed? I went to avjav74.farvista.net/vbulletin but it doesn't appear to be installed here.
zeuxxx
04-18-2006, 04:24 PM
Vbulletin is installed here: javjav74.farvista.net/vbulletin
Itīs a demo installation in a free server, so there arenīt security problems.
Itīs made in order to practice.
elmuerte
04-18-2006, 05:16 PM
internal server errors are often caused by errors in the .htaccess file
zeuxxx
04-18-2006, 07:03 PM
I donīt know how can I resolve it. If u want I give u pass and login in order to see the problem.
Itīs a demo installation in a free server.
sifuhall
04-18-2006, 07:21 PM
Have you tried this"
http://vbdrupal.org/forum/showthread.php?t=204
?
zeuxxx
04-19-2006, 04:47 AM
Yes, if I put http://javjav74.farvista.net/portal/my_location.php in the browser, I have another internal server error and I think the path in config.php is the correct