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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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. ;)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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. ;)
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)
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?
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.