Visualizzazione Stampabile
-
VBulletin e windows
Ho comprato un hosting-windows, installando vbulletin riscontro questo problema:
Codice HTML:
Unexpected Text:
<br />
<b>Warning</b>: vB_Bootstrap_Framework::require_once(/vb.php) [<a href='vb-bootstrap-framework.require-once'>vb-bootstrap-framework.require-once</a>]: failed to open stream: No such file or directory in <b>C:\WebSites\hd-next.com_ep0zqrbvtyealm4y\forum\includes\class_bootstrap_framework.php</b> on line <b>99</b><br />
<br />
<b>Fatal error</b>: vB_Bootstrap_Framework::require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/vb.php' (include_path='.;C:\php5\pear') in <b>C:\WebSites\hd-next.com_ep0zqrbvtyealm4y\forum\includes\class_bootstrap_framework.php</b> on line <b>99</b><br />
PHP Warning: vB_Bootstrap_Framework::require_once(/vb.php) [<a href='vb-bootstrap-framework.require-once'>vb-bootstrap-framework.require-once</a>]: failed to open stream: No such file or directory in C:\WebSites\hd-next.com_ep0zqrbvtyealm4y\forum\includes\class_bootstrap_framework.php on line 99
PHP Fatal error: vB_Bootstrap_Framework::require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/vb.php' (include_path='.;C:\php5\pear') in C:\WebSites\hd-next.com_ep0zqrbvtyealm4y\forum\includes\class_bootstrap_framework.php on line 99
Aiuti?
-
Suona come un problema di permessi. Accertati che il server web possa accedere a questo file. Per prova puoi mettere una immagine con FTP in quella cartella e provare di accedere dal browser. Ma forse è anche un problema di upload e il file non è arrivato bene.
-
www.hd-next.com funge i permessi ma www.hd-next.com solo che vb lo uppa a permessi xxx
-
il fatto strano è che la index si vede e anche le immagini http://hd-next.com/logo.png solo che hanno permessi xxx, ps uso dominiofaidate.com
-
Crea un file php con questo contenuto:
Codice PHP:
<?php
phpinfo(-1);
e eseguilo nelle cartelle in cui hai il problema. Se si carica, allora il problema è dei file caricati (male). Se non si carica, allora è un problema di permessi.
Può essere anche tutta un'altra cosa, ma andiamo a passi.
-