google-code-export / digitalus-cms

Automatically exported from code.google.com/p/digitalus-cms
1 stars 1 forks source link

error on /library/Digitalus/Installer/Config.php #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run digitalus installer
2.
3.

What is the expected output? What do you see instead?
I expect to have the installer, Zend Debug error.

the error is on /library/Digitalus/Installer/Config.php

first lines, they miss a '

class Digitalus_Installer_Config
{
    const PATH_TO_CONFIG     = 'APPLICATION_PATH . "/admin/data/config.xml"';
    const PATH_TO_CMS_CONFIG = 'APPLICATION_PATH . "/configs/application.ini"';

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by jailb...@gmail.com on 22 Apr 2010 at 6:42

GoogleCodeExporter commented 9 years ago
this is for the trunk version!!!!

Original comment by jailb...@gmail.com on 22 Apr 2010 at 6:42

GoogleCodeExporter commented 9 years ago
solved with r731

Original comment by lowtower1974@gmail.com on 22 Apr 2010 at 7:05