Index.php page displays. When I attempt to log in with
'admin' and 'phpwims' as the instructions say. The URL
ends in error=3 and nothing happens. Cannot find any
documentation for this program. The page on
sourceforge.net is restricted i am denied access.
Logged In: YES
user_id=948860
I believe I was experiencing the same problem, and appear to
have solved it by enabling the register_globals directive in
the php configuration.
Note: Since php 4.2.0, this directive is disabled (off) by
default, as there are security risks inherent in enabling
it. You may want to read http://www.php.net/register_globals
before enabling it. If you are running apache, there are
also ways to enable it using .htaccess file directives. This
may be more appropriate for you depending on your installation.
Logged In: YES
user_id=1144120
Carl,
Thanks! That certainly did the trick. All is up and running.
Brent