Probleme mit WBB

09/22/2012 14:58 Intension1992#1
Moin moin,
ich versuche im moment auf meinem WebServer einen Status Script zu WoW einzufügen jedoch bekomme ich immer wieder eine Fehlermeldung

Quote:
error message: PHP warning in file /var/www/lib/data/boxes/scripts/customBox13.php (2): include(): http:// wrapper is disabled in the server configuration by allow_url_include=0
Ich habe in der php.ini

Quote:
; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
; [Only registered and activated users can see links. Click Here To Register...]
allow_url_fopen = On

; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
; [Only registered and activated users can see links. Click Here To Register...]
allow_url_include = On
Das ganze könnte ich mit HTML auch lösen aber, dass passt einfach nicht zur Homepage
09/22/2012 15:24 NotEnoughForYou#2
ersetzt das on durch 1
09/22/2012 15:53 Intension1992#3
Habe ich gemacht und Apache neu gestartet bzw. dann auch noch den Root komplett und wieder kam der Fehler.

Quote:
Fatal error: PHP warning in file /var/www/lib/data/boxes/scripts/customBox13.php (2): include(): http:// wrapper is disabled in the server configuration by allow_url_include=0

Information:

error message: PHP warning in file /var/www/lib/data/boxes/scripts/customBox13.php (2): include(): http:// wrapper is disabled in the server configuration by allow_url_include=0
error code: 0
file: /var/www/wcf/lib/system/WCF.class.php (281)
php version: 5.3.3-7+squeeze14
wcf version: 1.1.9 (Tempest)
date: Sat, 22 Sep 2012 13:51:26 +0000
request: /index.php?page=Portal&54f8b725
referer: [Only registered and activated users can see links. Click Here To Register...]
Stacktrace:

#0 /var/www/lib/data/boxes/scripts/customBox13.php(2): WCF::handleError(2, 'include(): http...', '/var/www/lib/da...', 2, Array)
#1 /var/www/lib/data/boxes/scripts/customBox13.php(2): include()
#2 /var/www/lib/data/boxes/CustomBox.class.php(46): include('/var/www/lib/da...')
#3 /var/www/lib/system/portalbox/PortalBoxFactory.class.php(106): CustomBox->readData()
#4 /var/www/lib/system/portalbox/PortalBoxFactory.class.php(44): PortalBoxFactory->initializeBoxes(false)
#5 /var/www/lib/page/PortalPage.class.php(120): PortalBoxFactory->__construct(true, false, true, true, true)
#6 /var/www/lib/page/PortalPage.class.php(105): PortalPage::getPortalBoxes()
#7 /var/www/wcf/lib/page/AbstractPage.class.php(90): PortalPage->readData()
#8 /var/www/lib/page/PortalPage.class.php(147): AbstractPage->show()
#9 /var/www/wcf/lib/page/AbstractPage.class.php(46): PortalPage->show()
#10 /var/www/wcf/lib/util/RequestHandler.class.php(64): AbstractPage->__construct()
#11 /var/www/wcf/lib/util/RequestHandler.class.php(92): RequestHandler->__construct('Portal', Array, 'page')
#12 /var/www/index.php(8): RequestHandler::handle(Array)
#13 {main}
Vielleicht nochmal für mehr Informationen.
Linux, Debian Lamp 6.0.
09/24/2012 21:31 Intension1992#4
Wie erwähnt habe ich es mal umgestellt und auch den Root gestartet, jedoch ohne Lösung.