Problema installazione GDRCD5.1 in Locale XAMP
Problema installazione GDRCD5.1 in Locale XAMP postato il 26/08/2011 17:15:55 nel forum programmazione, open source e hosting e modificato da duckdark il 26/08/2011 17:21:25
Buon sera a tutti voi
Premetto che girando per i vari forum non trovo la soluzione al problema che mi si presenta, ho da poco installato il serve xampp su Vista ed andando successivamente ad installare GDRCD5.1 su Locahost mi succedece quanto di seguito elencato:
Ho installato dall'installer di GDRCD5.1 il Database (sql) sembra andare a buon fine ma....ad un tratto oltre al messaggio del database creato mi escono alcuni errori (allego immagine)
http://Falcer.altervista.org/Immagine1.jpg ↗
Successivamente quando vado sulla pagina index.php mi appaiono altri errori(allego altra immagine)
http://Falcer.altervista.org/Immagine1.jpg ↗
In fine una volta identificatomi come User= Super non mi appare la land ma bensì un bel po di allarmi
dove ritrovare l'errore ?
Ringrazio sin da ora della vostra gentilezza
Pagine → 1
26/08/2011 18:30:48
non sono errori ma nitice, nel senso delle specie di warning. elimini il problema in due modi:
o cambiando le impostaizoni del php.ini in questo modo:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Error handling and logging ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; error_reporting is a bit-field. Or each number up to get desired error
; reporting level
; E_ALL - All errors and warnings (doesn't include E_STRICT)
; E_ERROR - fatal run-time errors
; E_RECOVERABLE_ERROR - almost fatal run-time errors
; E_WARNING - run-time warnings (non-fatal errors)
; E_PARSE - compile-time parse errors
; E_NOTICE - run-time notices (these are warnings which often result
; from a bug in your code, but it's possible that it was
; intentional (e.g., using an uninitialized variable and
; relying on the fact it's automatically initialized to an
; empty string)
; E_STRICT - run-time notices, enable to have PHP suggest changes
; to your code which will ensure the best interoperability
; and forward compatibility of your code
; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's
; initial startup
; E_COMPILE_ERROR - fatal compile-time errors
; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
; E_USER_ERROR - user-generated error message
; E_USER_WARNING - user-generated warning message
; E_USER_NOTICE - user-generated notice message
;
; Examples:
;
; - Show all errors, except for notices and coding standards warnings
;
;error_reporting = E_ALL & ˜E_NOTICE
;
; - Show all errors, except for notices
;
;error_reporting = E_ALL & ˜E_NOTICE | E_STRICT
;
; - Show only errors
;
;error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR
;
; - Show all errors, except coding standards warnings
;
;error_reporting = E_ALL
[b]error_reporting = E_ALL & ˜E_NOTICE[b]
o modificando l'error_reporting() nell'header e ref header del gdrce questa riga subito dopo il sesison start():
28/08/2011 16:07:59 e modificato da duckdark il 28/08/2011 16:17:33
Buona domenica
Dyrr significa che nel php.ini devo sostituire in toto la parte ?
ho provato ad inserire subito dopo il session start() la stringa nel header e nel ref_header ma nulla di che addirittura mi esce un solo warning e poi tutto bianco -.-'
ho provato ad impostare il tutto con il php.ini ma nula di fatto -.-''
29/08/2011 16:37:28
in teoria nel php.ini basta che modifichi solo la riga dell'error reporting quella che tu avrai probabilmente con E_ALL
in E_ALL & ˜E_NOTICE
e dovrebbe funzionarti o almeno io non ho mai avuto problemi con quel settaggio.
31/08/2011 08:53:56
Ottimo ....confermo quanto dici ora è tutto apposto ...grazie Dyrr
09/05/2012 09:04:00
confermo funziona grazie
Discussione seguita da
Pagine → 1
Rispondi alla Discussione Segui Discussione Inoltra Discussione Forum Programmazione, Open Source e Hosting Elenco Forum
Articoli, Interviste e altre Risorse!
Seconda Era ↗
Project Entropy ↗
Storie di Agarthi ↗
Cafuné ↗
Fallen Gods ↗
World of Tanks ↗