Il 20/10/2010 12:57, Horasi Ambara ha scritto:
> Hi,
>
> I am trying to install openupload in my notebook. For simplicity-sake, I
> am using WampServer 2.0 (the newest one).
> Openupload setup was a breeze. Databases were created and filled
> correctly done by the setup script (great!).
>
> Now when I am trying to go to http://localhost/openupload , what I got
> was just a blank page! :(
>
> Went into the WAMP logs file:
> - access.log = none
> - apache_error.log = nothing unusual - normal
> - mysql.log = nothing unusual - normal
> - php_error.log = 0 KB
>
> What is happening? Where should I look for any error messages?
> Would anybody please help me? The tool is very valuable for our
> organization.
>
Blank page means error (dunno why there's no hint in any file).
I suppose that when you say "Databases were created and filled
correctly" you are saying that it has data inside (you did a check)
So I'd go for a problem with the configuration file (maybe a database
connection problem or a path problem).
Try checking in the php.ini file and enable temporarly
display_errors = On
error_reporting = E_ALL
restart apache and try again.
If you still get a blank page and no errors there must be something else.
There was somebody else reporting this strange behavier, but afair the
logs reported something.
Also check for directory permissions (data and templates_c must be
writable by the user running wamp)
Alessandro
|