I would suggest double-checking your PHP configuration using a phpinfo script. Create a script called phpinfo.php somewhere in your web root with the following contents:
<?php phpinfo();
Then point your web browser to it and you should see a lot of configuration information about your PHP environment. You should see this in the page:
Regards,
Alec Smecher
Public Knowledge Project Team
Thatās not the same thing; make sure you have the gettext module enabled in your PHP configuration file, and donāt forget that it may be necessary to restart your Apache process for the change to take effect.
Regards,
Alec Smecher
Public Knowledge Project Team
i try to install gettext but theres also error
PHP Warning: Module āimagickā already loaded in Unknown on line 0
WARNING: āpear/Console_Getoptā is deprecated in favor of āpear/Console_GetoptPlusā
pear/PEAR dependency package āpear/Archive_Tarā installed version 1.4.9 is not the recommended version 1.4.4, but may be compatible, use --force to install
pear/File_Gettext requires package āpear/PEARā
No valid packages found
install failed
It looks like youāre trying to install the gettext extension using Pear. Iām not sure thatās the best way to do it ā Iāve always just enabled the gettext module in my php.ini using a preexisting module that comes with PHP. However, the details will depend on your server. You might try a resource like Stackoverflow, since itās more of a server administration question than an OJS question.
Regards,
Alec Smecher
Public Knowledge Project Team
same issue i m facing. i have multiple journals on my OJS. individual journalās registration page is working but site registration page is not working.
List of journals: https://cepss.org/journal/
Site Registration Page: http://cepss.org/journal/index.php/index/user/register?source=
Journals registration page is working.
My getext is already enabled by hosting providers and also confirmed from phpinfo() page
This is an older post. If you havenāt done so already, please post a new post to the forum outlining the issue you are encountering, and referring back to this post.