| Vorheriges Thema anzeigen :: Nächstes Thema anzeigen |
| Autor |
Nachricht |
CRuss
Anmeldungsdatum: 07.07.2007 Beiträge: 3
|
Verfasst am: Mo 09 Jul 2007 13:21 Titel: Blank page after successful install |
|
|
I am getting the blank page after install problem. This seems to be a regular issue. While there is a lot of talk about it I can't find an actual solution either here or on the source forge forums.
I have completed the install and everything seemed to go successfully. It did give me the can't find 799 using 702 error on creating the database tables but it created them.
I ran the dbtest.php from the other thread and all tests passed.
If you could give me a hand I'm really interested in using phpEasyProject.
Thanks _________________ cruss hcity net |
|
| Nach oben |
|
 |
CRuss
Anmeldungsdatum: 07.07.2007 Beiträge: 3
|
Verfasst am: Mo 09 Jul 2007 15:43 Titel: |
|
|
I realized that I didn't give very much information in my first post.
I'm running Apache 2.0 with PHP 5.0.4 on SuSE 10. I have MySQL 4.1.3.
I tried commenting out the error_reporting(0); line in config/config.php and the result is still a blank page, no errors reported anywhere.
I understand that the issue is related to the local PEAR lib vs. the Global PEAR install. I just don't see a clear "here is a resolution" in any of the other threads. I do see talk about "Patches" but those are from before the date of the latest (1.1) release.
Thanks _________________ cruss hcity net |
|
| Nach oben |
|
 |
Nyagan Site Admin

Anmeldungsdatum: 23.01.2006 Beiträge: 144
|
Verfasst am: Mo 09 Jul 2007 17:10 Titel: |
|
|
| Have you checked the log files from apache/php? |
|
| Nach oben |
|
 |
CRuss
Anmeldungsdatum: 07.07.2007 Beiträge: 3
|
Verfasst am: Mo 09 Jul 2007 19:34 Titel: |
|
|
OK, I feel a little silly right now.
Thanks for the quick response and reminder.
Yes the log files had lots of errors in it.
| Zitat: | PHP Fatal error: %v%v() [<a href='function.require'>function.require</a>]: Failed opening required 'config/config.php' (include_path='/usr/share/php5') in includes/init.php on line 33
PHP Warning: %v%v() [<a href='function.%v'>function.%v</a>]: failed to open stream: No such file or directory in includes/init.php on line 33
|
I was able to edit the .htaccess file and fix the issue.
| Code: | | php_value include_path .:/usr/share/php5 |
as suggested here
Thanks for your help and the great work. I can't wait to start using it. _________________ cruss hcity net |
|
| Nach oben |
|
 |
Nyagan Site Admin

Anmeldungsdatum: 23.01.2006 Beiträge: 144
|
Verfasst am: Mo 09 Jul 2007 21:01 Titel: |
|
|
| CRuss hat Folgendes geschrieben: | I was able to edit the .htaccess file and fix the issue.
| Code: | | php_value include_path .:/usr/share/php5 |
|
It's wrong. You don't need any changes in .htaccess file. You have a problem with corrupt installation of phpEasyProject. After correct installation phpEasyProject make (create) automatically the config file. Check your phpEasyProject/config.php
1. Please check what the folders /config and template_c folders are writable for apache user (chmod -R a+w ./config ./template_c).
2. Reinstall phpEasyProject |
|
| Nach oben |
|
 |
|