Kayıtlar

Ekim, 2013 tarihine ait yayınlar gösteriliyor

OJS Her Dergi İçin Ayrı Domain Tanımlama

Resim
I don't know how many people understood the above discussion and could actually implement "Individual Domain name for each journal within one OJS installation". I undertook following steps and one can actually setup the server in 10 mins: 1. Register additional multiple domain names and set up A record to point to your server where OJS is installed, say  http://www.myjournalservice.com . (with and without www) 2. Go to myjournalservice.com admin and create additional journals with journal path MYJOURNAL1, MYJOURNAL2 etc. (we will use  http://www.myjournal1.com  &  http://www.myjournal2.com  to access these journals) 3. Edit your httpd.conf to add virtual hosts: CODE:  SELECT ALL <VirtualHost YOUR_IP_ADDRESS:80>     ServerName myjournal1.com     ServerAlias www.myjournal1.com     DocumentRoot /home/MYJOURNALSERVICE/public_html     ServerAdmin webmaster@myjournalservice.com     ## User publizer # Needed for Cpanel::ApacheConf     <IfModule mod_suph

OJS - Türkçe Dil Hatası (Boş Sayfa)

Resim
Fatal error: Call to undefined method DBConnection::getInstance() in /home/teorivep/public_html/lib/pkp/classes/db/DBConnection.inc.php on line 232  Hatası alıyosanız ; Kurulumdan sonra türkçeyi seçtiğinizde sayfa boş geliyorsa ; (lib/pkp/classes/i18n/PKPLocale.inc.php) dosyasında bulunan (satır 107-112) if (!@setlocale(LC_ALL, $sysLocale, $locale)) {             // For PHP < 4.3.0             if(setlocale(LC_ALL, $sysLocale) != $sysLocale) {                 setlocale(LC_ALL, $locale);             }         } satırlarını siler yada // kapatırsanız sorun düzeliyor...