beta2 installer bug2
  • After changing the loaddemo.tpl to bypass the javascript validation error, we are displayed with a screen saying installation successful click here to access the admin area. Click on the button which links to http://www.ajaxstudio.com/admin results in a 404 error. Trying to access http://www.ajaxstudio.com/admin-files/login.php gives multiple errors. So I created a symlink between admin and admin-files (shouldn't the installer do that?) and I added a .htaccess file inside admin-files to initiate admin.php before anything in the directory (it seems that the file is not getting executed?!) this is a bug in beta1 and it's still here in beta2. The .htaccess file content is:

    php_value auto_prepend_file "/home/ajaxstud/public_html/admin.php"

    This partially worked because going to ajaxstudio.com/admin will give me the login screen but with an error. The error is:

    ---------------------------------------------------------------------------
    Cannot modify header information - headers already sent by (output started at /home/ajaxstud/public_html/admin.php:131)

    camp_report_bug() called at [Grin
    setcookie() called at [/home/ajaxstud/public_html/admin-files/login.php:11]
    ----------------------------------------------------------------------------


    Also going to the site main page at http://www.ajaxstudio.com will give the firstpage of the sample website but all the links in it will produce 404 errors.

    These are the same issues we faced with beta1 which we talked with Holman about and was supose to be fixed in beta2 but nothing changed?!

    Raed