Summary | blank pages |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | jjmasdeu (at) pjn (dot) gov (dot) ar |
Created | 03/01/2010 (5606 days ago) |
Due | 02/28/2010 (5607 days ago) |
Updated | 03/01/2010 (5606 days ago) |
Assigned | |
Resolved | 03/01/2010 (5606 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 4 |
Patch | No |
State ⇒ Not A Bug
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ blank pages
Due ⇒ 02/28/2010
Queue ⇒ Horde Framework Packages
Milestone ⇒ 4
Patch ⇒ No
I dont know if this is a bug.. but I searched all arround the horde
page and I didnt find nothing...
I just wanto to try horde 4 so I followed the instruction. I installed
a clean RHEL5.4 and do the git like horde page says "git clone --depth
1 git://dev.horde.org/horde/git/" its work perfect.. I installed all
php modules with pear.. then I config the "install_dev.conf" and then
I ran "install_dev". All was perfect.. I have the web site in
/var/www/html/horde with all the links.
So I pointed to http://server/horde but it give me a blank page.. so I
enabled the php logging cose I have a prodoction horde installed with
a 10.000 users and I allready have that kinds of errors and allways
was php errors..
but I surprised cose in my http access.log I have GET /horde/index.php
HTTP/1.0" 200 ..
the code 200 tell me I dont have an error, my php log with E_ALL it
has blank with no error..
I have this problem with any pages I want reach.. if I go to
/horde/admin/setup/index.php or whereever I go..
so.. I edited a page and I fonund if I put and "echo" or whatever
beyond Horde_Registry its never reach it.. but if I put it before that
line I can print it on the page..
I forced an error and my php error log file registered.. so...
I really dont understand why all are OK with no error but all pages
are blank..