Menu

A few intallation problems

Help
2003-03-03
2003-03-10
  • Federico Reinoso

    Hi Justin and everybody:

    Well, I dl the last version of 'phpSecurityAdm', and i have a few issues to install.

    I read the all Help, and installing guide, to follow the new steps, and still, I cannot make it to work.

    First at all the issues I resolve, and you must include at the installation guide.

    1) Metabase doesn't have any more the xml parser, you have to dl from phpclasses.org  at http://www.phpclasses.org/browse.html/package/250

    2) You have to change the name of the database at the 'psa.schema.xml' file to match with your system (if you host doesn't allow to put names of the database)

    3) When you use the 'install_db.php' file you must change the privilegies to 777 to this files / directories:
       When you install:
       1) the phpSecurityAdm (root) directory
       2) the includes directory
       After Install:
       1) The new 'psa.schema.xml.before' file
       2) The new '_sessioninfo.txt' file
       3) Back to 755 priv the  phpSecurityAdm and the includes directories

    Well that was pretty easy (even to me! ;) ) But here i cannot do nothing.
    When I try to start the system i receive this error

    -------- ///// -------
    Fatal error: Call to undefined function: _() in /home/patagon/public_html/publicidad/security2/index.php on line 31
    -------- ///// --------

    I installing the system from the ground... so this maybe happend to a lot of people.

    Any ideas?

    --
    Regards from Argentina

     
    • Federico Reinoso

      One more...

      If you only have one (1) database posibility, you cannot install the system, because metabase said, the database allready exist, and stop the installation process.

      Even if you can make any number of databases, how can you grant the access to any user if you cant create the database... I resolve this making the database, then grant the access to some user, then i delete the database and then i run the installation script... and work! (the installation, not the system)

      Ok, enough for today its 2:32 AM and i need to sleep. ;)

       
    • Justin Koivisto

      Justin Koivisto - 2003-03-03

      Fatal error: Call to undefined function: _() in /home/patagon/public_html/publicidad/security2/index.php on line 31

      You need to have gettext support on the server, I expect that is where you get the above error from. I have found other bugs and will be making a new release once I finish editing. (Today hopefully)

       
    • John Mora

      John Mora - 2003-03-10

      Recompiling gettext support into PHP worked for me, but I was curious if there was a fix for non-gettext enabled PHP installations.  Did the new release ever happen?

       
      • Justin Koivisto

        Justin Koivisto - 2003-03-10

        3.0b3 will have some more changes. There will be an option to use the package on a non-gettext server, but you are limited to English only, and if you find typos and/or grammar mistakes, you'll have to change it in the files.

        It is not a good idea to use without gettext. I will leave the option there until there are more changes to the po and mo files. Once this happens, the non-gettext mode will be removed from the project.

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.