03-10-2018, 05:10 AM
Buenas noches:
Este post
En particular esta parte te interesa para lo de las páginas en blanco del popup:
http://corebos.org/documentation/doku.php?id=en:install550#i_installed_in_windows_but_the
Esta parte del codigo exactamente donde lo debo colocar
include_path = ".;C:\php\pear;C:\wamp\www"
Debe ser en esa seccion
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
; UNIX: "/path1:/path2"
include_path=C:\xampp\php\PEAR; C:\xampp\php\www (asi es como lo agregue
;
; Windows: "\path1;\path2"
;include_path = ".;C:\xampp\php\PEAR; C:\xampp\htdocs"
;echo get_include_path();
; PHP's default setting for include_path is ".;/path/to/php/pear"
; http://php.net/include-path
echo get_include_path ();
; The root of the PHP pages, used only if nonempty.
; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root
; if you are running php as a CGI under any web server (other than IIS)
; see documentation for security issues. The alternate is to use the
; cgi.force_redirect configuration below
; http://php.net/doc-root
He intentado, pero aun me sale en blanco las ventanas emergentes
Este post
En particular esta parte te interesa para lo de las páginas en blanco del popup:
http://corebos.org/documentation/doku.php?id=en:install550#i_installed_in_windows_but_the
Esta parte del codigo exactamente donde lo debo colocar
include_path = ".;C:\php\pear;C:\wamp\www"
Debe ser en esa seccion
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
; UNIX: "/path1:/path2"
include_path=C:\xampp\php\PEAR; C:\xampp\php\www (asi es como lo agregue
;
; Windows: "\path1;\path2"
;include_path = ".;C:\xampp\php\PEAR; C:\xampp\htdocs"
;echo get_include_path();
; PHP's default setting for include_path is ".;/path/to/php/pear"
; http://php.net/include-path
echo get_include_path ();
; The root of the PHP pages, used only if nonempty.
; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root
; if you are running php as a CGI under any web server (other than IIS)
; see documentation for security issues. The alternate is to use the
; cgi.force_redirect configuration below
; http://php.net/doc-root
He intentado, pero aun me sale en blanco las ventanas emergentes