Webui login page broken

Issue #74 resolved
Former user created an issue

Hello -

I am trying to get MailPiler up and running but I am running in to an issue in the webUi when trying to login.

When I click the submit button I receive a 404 error for login.php.

If I symlink login.php to the top directory I see the following error in my apache error log.

PHP Fatal error: Class 'Controller' not found in /var/www/html/piler.nazdrave.us/controller/login/login.php on line 4,

[root@piler piler.nazdrave.us]# piler -V piler 0.1.23, build 789, Janos SUTO sj@acts.hu

Build Date: Tue Apr 9 13:10:54 MDT 2013 ldd version: ldd (GNU libc) 2.12 gcc version: gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) Configure command: ./configure --localstatedir=/var --enable-starttls --enable-tcpwrappers --enable-memcached

Comments (3)

  1. Janos SUTO repo owner

    Do you have mod_rewrite enabled in apache, and is the .htaccess file actually honored by apache?

    You don't have to symlink login.php to anywhere, mod_rewrite should handle it.

  2. Log in to comment