Due to security issues, our journal has been deleted from the university server. We are using OJS version 2.3.6-0.
We have a backup of the folder from the server and the database. However, we are experiencing difficulties in running the journal on a local server, specifically with the index page.
We have modified the config.inc.php as follow:
;;;;;;;;;;;;;;;;;;;;
; General Settings ;
;;;;;;;;;;;;;;;;;;;;
[general]
; Set this to On once the system has been installed
; (This is generally done automatically by the installer)
installed = On
; The canonical URL to the OJS installation (excluding the trailing slash)
base_url = "http://192.168.1.142/averroes"
;;;;;;;;;;;;;;;;;;;;;
; Database Settings ;
;;;;;;;;;;;;;;;;;;;;;
[database]
driver = mysql
host = localhost
username = root
password = *********
name = averroes
;;;;;;;;;;;;;;;;;
; File Settings ;
;;;;;;;;;;;;;;;;;
[files]
; Complete path to directory to store uploaded files
; (This directory should not be directly web-accessible)
; Windows users should use forward slashes
files_dir = files
;;;;;;;;;;;;;;;;
; OAI Settings ;
;;;;;;;;;;;;;;;;
[oai]
; Enable OAI front-end to the site
oai = On
; OAI Repository identifier
repository_id = “ojs.localhost”
Please find below a screenshotof frpm phpmyadmin
The journal files were placed in the local server in the following route:
Could you please provide guidance on resolving this issue?
Thanks in advance