Moderators: jmacgreg, michael, jheckman, barbarah, btbell, bdgregg, asmecher
smiri wrote:Hi catav,
Where did you get the OJS installation files from? Did you download the package directly from the PKP website?
Also, are you doing a fresh install? Or an upgrade?
Lastly, did you at any time try to add the PhpMyVisites plugin to your ojs installation?
Thanks,
asmecher wrote:HI catav,
Try resetting your config.inc.php to the stock version that comes with OJS (i.e. copy it from config.TEMPLATE.inc.php). When you point your browser to index.php, do you get the installation screen?
Regards,
Alec Smecher
Public Knowledge Project Team
if (!@setlocale(LC_ALL, $sysLocale, $locale)) {
// For PHP < 4.3.0
if(setlocale(LC_ALL, $sysLocale) != $sysLocale) {
setlocale(LC_ALL, $locale);
}
}asmecher wrote:Hi catav,
Great, that's much better. You're seeing strings like ##some.name.here## because the Turkish locale included in OJS 2.2 is currently incomplete; if you're able to help us update that locale, I can set up an installation of OJS 2.2 including our translation tools, which will take you through the steps needed to update the locale files.
Regards,
Alec Smecher
Public Knowledge Project Team
tar cvzf pt_BR.tar.gz `find . -name \*.xml | grep pt_BR` Return to OJS Technical Support
Users browsing this forum: Google [Bot] and 2 guests