Search found 4 matches

by mkuperman
Fri Oct 21, 2011 12:04 pm
Forum: Installation Help
Topic: License.php display blank page
Replies: 17
Views: 12340

Re: License.php display blank page

But as many people report on this and similar treads, there is nothing in the logs...
by mkuperman
Thu Oct 20, 2011 8:48 pm
Forum: Installation Help
Topic: License.php display blank page
Replies: 17
Views: 12340

Re: License.php display blank page

Look in the include/...../Install.class.php

looks like this piece of code is trying load/bind Postgres php module.
I do not have Postgres installed
My debug gets lost here and there is nothing in the logs. Install is OK if I comment out that code

mark
by mkuperman
Thu Oct 20, 2011 4:32 pm
Forum: Installation Help
Topic: License.php display blank page
Replies: 17
Views: 12340

Re: License.php display blank page

if ( extension_loaded('pgsql') == FALSE ) {
@dl($prefix . 'pgsql.' . PHP_SHLIB_SUFFIX);
}
by mkuperman
Thu Oct 20, 2011 1:38 pm
Forum: Installation Help
Topic: License.php display blank page
Replies: 17
Views: 12340

Re: License.php display blank page

v.3.6 running on Windows

Install dies in Install.class.php line 80. If I comment out that 'if' statement installation continues. But then it does not pass "File checksums" check in the Requirements.php

Thanks
mark