OJS después de la instalación muestra página en blanco

Buenas,

He instalado OJS-3.3.0-5 en DEBIAN 10 y después de la instalación me muestra la página principal y cuando doy al botón entrar y pongo el usuario y la contraseña , me devuelve la página en blanco. Https://dominio/index.php/Index/admin/contexts

Versiones instaladas

Php7.3 / mariadb 10.3 / apache 2.4

php-common php-cli php-fpm php-opcache php-gd php-mysql php-xml php-curl php-intl php-xsl php-mbstring php-zip php-bcmath php-soap unzip wget foto curo libapache2-mod-php

En error.log de apache da [php7:error] PHP Fatal error: uncaught

Me pudieran sugerir q pudiera ser?

Muchas gracias.

Tus versiones de php, mariadb y apache son correctas y en principio no veo que te falte ningún plugin de php.

Para corregir un problema de “Pantalla Blanca de la Muerte” (WSOD) primero debemos obtener algo más de info sobre lo que sucede.

Para ello, puedes echarle un ojo a tus logs y/o activar las siguientes variables en tu config.inc.php:

    debug = On
    show_stats = On
    display_errors = On
    deprecation_warnings = On

A parte del error, si puedes publicar un extracto de tu log ayuda a tener mejor contexto (p.e. las 4 líneas previas y posteriores).

Saludos,
m.

Buenas, muchas gracias por su tiempo.

Se me había olvidado enviar los log, aunque no tenía en On en el fichero config.inc.php, lo que me sugirió.

NOTA: Realizando este documento me percato que la IP 169.158.144.129 no es la que tiene la maquina virtual donde esta el OJS. Uso VMWare y en el tengo este Debian 10 con IP 169.158.144.132.

host revista.prueba.com
revista.prueba.com is an alias for prueba.com.
prueba.com has address 169.158.144.132

RESUMEN (Orden en que esta el documento)

  • Activé por su sugerencia lo que me recomendó:
    • show_stacktrace = On
    • display_errors = On
    • deprecation_warnings = On
    • log_web_service_info = On
  • Error al cargar la página inicio
  • fichero de referencia línea 1235
  • access.log al cargar la página de inicio
  • error.log al cargar la página de inicio
  • ahora al dar clic en entrar
  • autenticando
  • access.log en el momento que me autentico
  • error.log en el momento que me autentico
  • fichero de configuración completo

NOTA: Realizando este documento me percato que la IP 169.158.144.129 no es la que tiene la maquina virtual donde esta el OJS.

host revista.prueba.com
revista.prueba.com is an alias for prueba.com.
prueba.com has address 169.158.144.132

AL CARGAR LA PÁGINA INICIO MUESTRA ESTOS MENSAJES EN LA PARTE SUPERIOR DEL NAVEGADOR.

Notice : Deprecated call without request object. in /var/www/html/revista/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 1235

Notice : Deprecated call without request object. in /var/www/html/revista/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 1235

FICHERO DE REFERENCIA LINEA 1235

1228 * Return an instance of the template manager.

1229 * @param $request PKPRequest

1230 * @return TemplateManager the template manager object

*1231 /

1232 static function &getManager($request = null) {

1233 if (!isset($request)) {

1234 $request = Registry::get(‘request’);

1235 if (Config::getVar(‘debug’, ‘deprecation_warnings’)) trigger_error(‘Deprecated call without request object.’);

1236 }

1237 assert(is_a($request, ‘PKPRequest’));

1238

1239 $instance =& Registry::get(‘templateManager’, true, null); // Reference required

1240

1241 if ($instance === null) {

1242 $instance = new TemplateManager();

1243 $themes = PluginRegistry::getPlugins(‘themes’);

1244 if (empty($themes)) {

1245 $themes = PluginRegistry::loadCategory(‘themes’, true);

1246 }

1247 $instance->initialize($request);

1248 }

1249

1250 return $instance;

ACCESS.LOG AL CARGAR LA PAGINA DE INICIO

169.158.144.129 - - [10/Jun/2021:13:04:42 -0400] “GET / HTTP/1.1” 200 3670 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36”

169.158.144.129 - - [10/Jun/2021:13:04:42 -0400] “GET /lib/pkp/styles/fontawesome/fontawesome.css?v=3.3.0.5 HTTP/1.1” 200 9741 “https://revista.prueba.com/” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36”

169.158.144.129 - - [10/Jun/2021:13:04:42 -0400] “GET /lib/pkp/lib/vendor/components/jquery/jquery.min.js?v=3.3.0.5 HTTP/1.1” 200 33303 “https://revista.prueba.com/” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36”

169.158.144.129 - - [10/Jun/2021:13:04:42 -0400] “GET /plugins/themes/default/js/lib/popper/popper.js?v=3.3.0.5 HTTP/1.1” 200 23602 “https://revista.prueba.com/” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36”

169.158.144.129 - - [10/Jun/2021:13:04:42 -0400] “GET /lib/pkp/lib/vendor/components/jqueryui/jquery-ui.min.js?v=3.3.0.5 HTTP/1.1” 200 68998 “https://revista.prueba.com/” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36”

169.158.144.129 - - [10/Jun/2021:13:04:42 -0400] “GET /templates/images/structure/logo.png HTTP/1.1” 200 10900 “https://revista.prueba.com/” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36”

169.158.144.129 - - [10/Jun/2021:13:04:43 -0400] “GET /plugins/themes/default/js/lib/bootstrap/dropdown.js?v=3.3.0.5 HTTP/1.1” 200 4155 “https://revista.prueba.com/” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36”

169.158.144.129 - - [10/Jun/2021:13:04:43 -0400] “GET /plugins/themes/default/js/main.js?v=3.3.0.5 HTTP/1.1” 200 1622 “https://revista.prueba.com/” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36”

169.158.144.129 - - [10/Jun/2021:13:04:43 -0400] “GET /plugins/themes/default/js/lib/bootstrap/util.js?v=3.3.0.5 HTTP/1.1” 200 1835 “https://revista.prueba.com/” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36”

169.158.144.129 - - [10/Jun/2021:13:04:43 -0400] “GET /templates/images/ojs_brand.png HTTP/1.1” 200 13481 “https://revista.prueba.com/” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36”

169.158.144.129 - - [10/Jun/2021:13:04:42 -0400] “GET /index.php/index/$$$call$$$/page/page/css?name=font HTTP/1.1” 200 2709 “https://revista.prueba.com/” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36”

169.158.144.129 - - [10/Jun/2021:13:04:42 -0400] “GET /index.php/index/$$$call$$$/page/page/css?name=stylesheet HTTP/1.1” 200 10684 “https://revista.prueba.com/” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36”

169.158.144.129 - - [10/Jun/2021:13:04:46 -0400] “GET /lib/pkp/styles/fonts/noto-sans-v11-vietnamese_latin-ext_latin_greek-ext_greek_devanagari_cyrillic-ext_cyrillic-700.woff2 HTTP/1.1” 200 155684 “https://revista.prueba.com/index.php/index/$$$call$$$/page/page/css?name=font” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36”

169.158.144.129 - - [10/Jun/2021:13:04:46 -0400] “GET /favicon.ico HTTP/1.1” 200 1472 “https://revista.prueba.com/” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36”

ERROR.LOG AL CARGAR LA PAGINA DE INICIO

[Thu Jun 10 13:08:10.321418 2021] [php7:notice] [pid 12662] [client 169.158.144.129:52351] PHP Notice: Deprecated call without request object. in /var/www/html/revista/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 1235

[Thu Jun 10 13:08:10.323950 2021] [php7:notice] [pid 12662] [client 169.158.144.129:52351] PHP Notice: Deprecated call without request object. in /var/www/html/revista/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 1235

[Thu Jun 10 13:08:10.393684 2021] [php7:notice] [pid 12662] [client 169.158.144.129:52351] PHP Notice: Deprecated call without request object. in /var/www/html/revista/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 1235, referer: https://revista.prueba.com/

[Thu Jun 10 13:08:10.412428 2021] [php7:notice] [pid 12662] [client 169.158.144.129:52351] PHP Notice: Deprecated call without request object. in /var/www/html/revista/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 1235, referer: https://revista.prueba.com/

[Thu Jun 10 13:08:10.422628 2021] [php7:notice] [pid 12619] [client 169.158.144.129:52355] PHP Notice: Deprecated call without request object. in /var/www/html/revista/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 1235, referer: https://revista.prueba.com/

[Thu Jun 10 13:08:10.476273 2021] [php7:notice] [pid 12619] [client 169.158.144.129:52355] PHP Notice: Deprecated call without request object. in /var/www/html/revista/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 1235, referer: https://revista.prueba.com/

AHORA AL DAR CLIC EN ENTRAR

Me muestra la página para autenticarme y se mantienen los mensajes en la parte superior del navegador.

Notice : Deprecated call without request object. in /var/www/html/revista/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 1235

Notice : Deprecated call without request object. in /var/www/html/revista/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 1235

AUTENTICANDO

En el mismo navegador muestra este error

Notice : Deprecated call without request object. in /var/www/html/revista/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 1235

Notice : Deprecated call without request object. in /var/www/html/revista/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 1235

Fatal error : Uncaught GuzzleHttp\Exception\ConnectException: cURL error 6: Could not resolve host: pkp.sfu.ca (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) in /var/www/html/revista/lib/pkp/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:200 Stack trace: #0 /var/www/html/revista/lib/pkp/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(155): GuzzleHttp\Handler\CurlFactory::createRejection(Object(GuzzleHttp\Handler\EasyHandle), Array) #1 /var/www/html/revista/lib/pkp/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(105): GuzzleHttp\Handler\CurlFactory::finishError(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory)) #2 /var/www/html/revista/lib/pkp/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(43): GuzzleHttp\Handler\CurlFactory::finish(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory)) #3 /var/www/html/revista/lib/pkp/lib/vend in /var/www/html/revista/lib/pkp/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php on line 200

ACCESS.LOG EN EL MOMENTO QUE ME AUTENTICO

169.158.144.129 - - [10/Jun/2021:13:22:35 -0400] “POST /index.php/index/login/signIn HTTP/1.1” 302 3033 “https://revista.prueba.com/index.php/index/login” "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36"

169.158.144.129 - - [10/Jun/2021:13:22:35 -0400] “GET /index.php/index/index HTTP/1.1” 302 880 “https://revista.prueba.com/index.php/index/login” "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36"

169.158.144.129 - - [10/Jun/2021:13:22:35 -0400] “GET /index.php/index/admin/contexts HTTP/1.1” 200 945 “https://revista.prueba.com/index.php/index/login” "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36"

ERROR.LOG EN EL MOMENTO QUE ME AUTENTICO

[Thu Jun 10 13:22:35.350933 2021] [php7:error] [pid 12619] [client 169.158.144.129:53115] PHP Fatal error: Uncaught GuzzleHttp\Exception\ConnectException: cURL error 6: Could not resolve host: pkp.sfu.ca (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) in /var/www/html/revista/lib/pkp/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:200\nStack trace:\n#0 /var/www/html/revista/lib/pkp/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(155): GuzzleHttp\Handler\CurlFactory::createRejection(Object(GuzzleHttp\Handler\EasyHandle), Array)\n#1 /var/www/html/revista/lib/pkp/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(105): GuzzleHttp\Handler\CurlFactory::finishError(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))\n#2 /var/www/html/revista/lib/pkp/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(43): GuzzleHttp\Handler\CurlFactory::finish(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))\n#3 /var/www/html/revista/lib/pkp/lib/vend in /var/www/html/revista/lib/pkp/lib/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php on line 200, referer: https://revista.prueba.com/index.php/index/login

FICHERO DE CONFIGURACION

; <?php exit(); // DO NOT DELETE ?>

; DO NOT DELETE THE ABOVE LINE!!!

; Doing so will expose this configuration file through your web site!

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;

; config.TEMPLATE.inc.php

;

; Copyright (c) 2014-2021 Simon Fraser University

; Copyright (c) 2003-2021 John Willinsky

; Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.

;

; OJS Configuration settings.

; Rename config.TEMPLATE.inc.php to config.inc.php to use.

;

;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;

; 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://revista.prueba.com"

; Session cookie name

session_cookie_name = OJSSID

; Session cookie path; if not specified, defaults to the detected base path

; session_cookie_path = /

; Number of days to save login cookie for if user selects to remember

; (set to 0 to force expiration at end of current session)

session_lifetime = 30

; Enable support for running scheduled tasks

; Set this to On if you have set up the scheduled tasks script to

; execute periodically

scheduled_tasks = On

; Site time zone

; Please refer to lib/pkp/registry/timeZones.xml for a full list of supported

; time zones.

; I.e.:

;

; time_zone="Amsterdam"

time_zone = "UTC-4"

; Short and long date formats

date_format_short = "%Y-%m-%d"

date_format_long = "%B %e, %Y"

datetime_format_short = "%Y-%m-%d %I:%M %p"

datetime_format_long = "%B %e, %Y - %I:%M %p"

time_format = "%I:%M %p"

; Use URL parameters instead of CGI PATH_INFO. This is useful for broken server

; setups that don’t support the PATH_INFO environment variable.

; WARNING: This option is DEPRECATED and will be removed in the future.

disable_path_info = Off

; Use fopen(…) for URL-based reads. Modern versions of dspace

; will not accept requests using fopen, as it does not provide a

; User Agent, so this option is disabled by default. If this feature

; is disabled by PHP’s configuration, this setting will be ignored.

allow_url_fopen = Off

; Base URL override settings: Entries like the following examples can

; be used to override the base URLs used by OJS. If you want to use a

; proxy to rewrite URLs to OJS, configure your proxy’s URL here.

; Syntax: base_url[journal_path] = http://www.myUrl.com

; To override URLs that aren’t part of a particular journal, use a

; journal_path of “index”.

; Examples:

; base_url[index] = http://www.myUrl.com

; base_url[myJournal] = http://www.myUrl.com/myJournal

; base_url[myOtherJournal] = http://myOtherJournal.myUrl.com

; Generate RESTful URLs using mod_rewrite. This requires the

; rewrite directive to be enabled in your .htaccess or httpd.conf.

; See FAQ for more details.

restful_urls = Off

; Allow the X_FORWARDED_FOR header to override the REMOTE_ADDR as the source IP

; Set this to “On” if you are behind a reverse proxy and you control the X_FORWARDED_FOR

; Warning: This defaults to “On” if unset for backwards compatibility.

trust_x_forwarded_for = Off

; Set the maximum number of citation checking processes that may run in parallel.

; Too high a value can increase server load and lead to too many parallel outgoing

; requests to citation checking web services. Too low a value can lead to significantly

; slower citation checking performance. A reasonable value is probably between 3

; and 10. The more your connection bandwidth allows the better.

citation_checking_max_processes = 3

; Display a message on the site admin and journal manager user home pages if there is an upgrade available

show_upgrade_warning = On

; Set the following parameter to off if you want to work with the uncompiled (non-minified) JavaScript

; source for debugging or if you are working off a development branch without compiled JavaScript.

enable_minified = On

; Provide a unique site ID and OAI base URL to PKP for statistics and security

; alert purposes only.

enable_beacon = Off

; Set this to “On” if you would like to only have a single, site-wide Privacy

; Statement, rather than a separate Privacy Statement for each journal. Setting

; this to “Off” will allow you to enter a site-wide Privacy Statement as well

; as separate Privacy Statements for each journal.

sitewide_privacy_statement = Off

;;;;;;;;;;;;;;;;;;;;;

; Database Settings ;

;;;;;;;;;;;;;;;;;;;;;

[database]

driver = mysqli

host = localhost

username = user

password = "UspT569654

name = ojs

; Set the non-standard port and/or socket, if used

; port = 3306

; unix_socket = /var/run/mysqld/mysqld.sock

; Database collation

; collation = utf8_general_ci

; Enable database debug output (very verbose!)

debug = Off

;;;;;;;;;;;;;;;;;;

; Cache Settings ;

;;;;;;;;;;;;;;;;;;

[cache]

; Choose the type of object data caching to use. Options are:

; - memcache: Use the memcache server configured below

; - xcache: Use the xcache variable store

; - apc: Use the APC variable store

; - none: Use no caching.

object_cache = none

; Enable memcache support

memcache_hostname = localhost

memcache_port = 11211

; For site visitors who are not logged in, many pages are often entirely

; static (e.g. About, the home page, etc). If the option below is enabled,

; these pages will be cached in local flat files for the number of hours

; specified in the web_cache_hours option. This will cut down on server

; overhead for many requests, but should be used with caution because:

; 1) Things like journal metadata changes will not be reflected in cached

; data until the cache expires or is cleared, and

; 2) This caching WILL NOT RESPECT DOMAIN-BASED SUBSCRIPTIONS.

; However, for situations like hosting high-volume open access journals, it’s

; an easy way of decreasing server load.

;

; When using web_cache, configure a tool to periodically clear out cache files

; such as CRON. For example, configure it to run the following command:

; find …/ojs/cache -maxdepth 1 -name wc-*.html -mtime +1 -exec rm “{}” ";"

web_cache = Off

web_cache_hours = 1

;;;;;;;;;;;;;;;;;;;;;;;;;

; Localization Settings ;

;;;;;;;;;;;;;;;;;;;;;;;;;

[i18n]

; Default locale

locale = es_ES

; Client output/input character set

client_charset = utf-8

; Database connection character set

connection_charset = utf8

;;;;;;;;;;;;;;;;;

; 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 = /var/www/revista

; Path to the directory to store public uploaded files

; (This directory should be web-accessible and the specified path

; should be relative to the base OJS directory)

; Windows users should use forward slashes

public_files_dir = public

; The maximum allowed size in kilobytes of each user’s public files

; directory. This is where user’s can upload images through the

; tinymce editor to their bio. Editors can upload images for

; some of the settings.

; Set this to 0 to disallow such uploads.

public_user_dir_size = 5000

; Permissions mask for created files and directories

umask = 0022

; The minimum percentage similarity between filenames that should be considered

; a possible revision

filename_revision_match = 70

;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; Fileinfo (MIME) Settings ;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;

[finfo]

; mime_database_path = /etc/magic.mime

;;;;;;;;;;;;;;;;;;;;;

; Security Settings ;

;;;;;;;;;;;;;;;;;;;;;

[security]

; Force SSL connections site-wide

force_ssl = Off

; Force SSL connections for login only

force_login_ssl = Off

; This check will invalidate a session if the user’s IP address changes.

; Enabling this option provides some amount of additional security, but may

; cause problems for users behind a proxy farm (e.g., AOL).

session_check_ip = On

; The encryption (hashing) algorithm to use for encrypting user passwords

; Valid values are: md5, sha1

; NOTE: This hashing method is deprecated, but necessary to permit gradual

; migration of old password hashes.

encryption = sha1

; The unique salt to use for generating password reset hashes

salt = "YouMustSetASecretKeyHere!!"

; The unique secret used for encoding and decoding API keys

api_key_secret = ""

; The number of seconds before a password reset hash expires (defaults to 7200 / 2 hours)

reset_seconds = 7200

; Allowed HTML tags for fields that permit restricted HTML.

; Use e.g. “img[src,alt],p” to allow “src” and “alt” attributes to the "img"

; tag, and also to permit the “p” paragraph tag. Unspecified attributes will be

; stripped.

allowed_html = "a[href|target|title],em,strong,cite,code,ul,ol,li[class],dl,dt,dd,b,i,u,img[src|alt],sup,sub,br,p"

;Is implicit authentication enabled or not

;implicit_auth = On

;Implicit Auth Header Variables

;implicit_auth_header_first_name = HTTP_GIVENNAME

;implicit_auth_header_last_name = HTTP_SN

;implicit_auth_header_email = HTTP_MAIL

;implicit_auth_header_phone = HTTP_TELEPHONENUMBER

;implicit_auth_header_initials = HTTP_METADATA_INITIALS

;implicit_auth_header_mailing_address = HTTP_METADATA_HOMEPOSTALADDRESS

;implicit_auth_header_uin = HTTP_UID

; A space delimited list of uins to make admin

;implicit_auth_admin_list = "jdoe@email.ca jshmo@email.ca"

; URL of the implicit auth ‘Way Finder’ page. See pages/login/LoginHandler.inc.php for usage.

;implicit_auth_wayf_url = "/Shibboleth.sso/wayf"

;;;;;;;;;;;;;;;;;;

; Email Settings ;

;;;;;;;;;;;;;;;;;;

[email]

; Use SMTP for sending mail instead of mail()

; smtp = On

; SMTP server settings

; smtp_server = mail.example.com

; smtp_port = 25

; Enable SMTP authentication

; Supported smtp_auth: ssl, tls (see PHPMailer SMTPSecure)

; smtp_auth = ssl

; smtp_username = username

; smtp_password = password

;

; Supported smtp_authtype: RAM-MD5, LOGIN, PLAIN, XOAUTH2 (see PHPMailer AuthType)

; (Leave blank to try them in that order)

; smtp_authtype =

; The following are required for smtp_authtype = XOAUTH2 (e.g. GMail OAuth)

; (See Using Gmail with XOAUTH2 · PHPMailer/PHPMailer Wiki · GitHub)

; smtp_oauth_provider = Google

; smtp_oauth_email =

; smtp_oauth_clientid =

; smtp_oauth_clientsecret =

; smtp_oauth_refreshtoken =

; Enable suppressing verification of SMTP certificate in PHPMailer

; Note: this is not recommended per PHPMailer documentation

; smtp_suppress_cert_check = On

; Allow envelope sender to be specified

; (may not be possible with some server configurations)

; allow_envelope_sender = Off

; Default envelope sender to use if none is specified elsewhere

; default_envelope_sender = my_address@my_host.com

; Force the default envelope sender (if present)

; This is useful if setting up a site-wide no-reply address

; The reply-to field will be set with the reply-to or from address.

; force_default_envelope_sender = Off

; Force a DMARC compliant from header (RFC5322.From)

; If any of your users have email addresses in domains not under your control

; you may need to set this to be compliant with DMARC policies published by

; those 3rd party domains.

; Setting this will move the users address into the reply-to field and the

; from field wil be rewritten with the default_envelope_sender.

; To use this you must set force_default_enveloper_sender = On and

; default_envelope_sender must be set to a valid address in a domain you own.

; force_dmarc_compliant_from = Off

; The display name to use with a DMARC compliant from header

; By default the DMARC compliant from will have an empty name but this can

; be changed by adding a text here.

; You can use ‘%n’ to insert the users name from the original from header

; and ‘%s’ to insert the localized sitename.

; dmarc_compliant_from_displayname = '%n via %s’

; Amount of time required between attempts to send non-editorial emails

; in seconds. This can be used to help prevent email relaying via OJS.

time_between_emails = 3600

; Maximum number of recipients that can be included in a single email

; (either as To:, Cc:, or Bcc: addresses) for a non-privileged user

max_recipients = 10

; If enabled, email addresses must be validated before login is possible.

require_validation = Off

; Maximum number of days before an unvalidated account expires and is deleted

validation_timeout = 14

;;;;;;;;;;;;;;;;;;;

; Search Settings ;

;;;;;;;;;;;;;;;;;;;

[search]

; Minimum indexed word length

min_word_length = 3

; The maximum number of search results fetched per keyword. These results

; are fetched and merged to provide results for searches with several keywords.

results_per_keyword = 500

; Paths to helper programs for indexing non-text files.

; Programs are assumed to output the converted text to stdout, and “%s” is

; replaced by the file argument.

; Note that using full paths to the binaries is recommended.

; Uncomment applicable lines to enable (at most one per file type).

; Additional “index[MIME_TYPE]” lines can be added for any mime type to be

; indexed.

; PDF

; index[application/pdf] = "/usr/bin/pstotext -enc UTF-8 -nopgbrk %s - | /usr/bin/tr ‘[:cntrl:]’ ’ '"

index[application/pdf] = "/usr/bin/pdftotext -enc UTF-8 -nopgbrk %s - | /usr/bin/tr ‘[:cntrl:]’ ’ '"

; PostScript

index[application/postscript] = "/usr/bin/pstotext -enc UTF-8 -nopgbrk %s - | /usr/bin/tr ‘[:cntrl:]’ ’ '"

; index[application/postscript] = "/usr/bin/ps2ascii %s | /usr/bin/tr ‘[:cntrl:]’ ’ '"

; Microsoft Word

index[application/msword] = "/usr/bin/antiword %s"

; index[application/msword] = "/usr/bin/catdoc %s"

;;;;;;;;;;;;;;;;

; OAI Settings ;

;;;;;;;;;;;;;;;;

[oai]

; Enable OAI front-end to the site

oai = On

; OAI Repository identifier

repository_id = "ojs.revista.prueba.com"

; Maximum number of records per request to serve via OAI

oai_max_records = 100

;;;;;;;;;;;;;;;;;;;;;;

; Interface Settings ;

;;;;;;;;;;;;;;;;;;;;;;

[interface]

; Number of items to display per page; can be overridden on a per-journal basis

items_per_page = 25

; Number of page links to display; can be overridden on a per-journal basis

page_links = 10

;;;;;;;;;;;;;;;;;;;;

; Captcha Settings ;

;;;;;;;;;;;;;;;;;;;;

[captcha]

; Whether or not to enable ReCaptcha

recaptcha = off

; Public key for reCaptcha (see http://www.google.com/recaptcha)

recaptcha_public_key = your_public_key

; Private key for reCaptcha (see http://www.google.com/recaptcha)

recaptcha_private_key = your_private_key

; Whether or not to use Captcha on user registration

captcha_on_register = on

; Validate the hostname in the ReCaptcha response

recaptcha_enforce_hostname = Off

;;;;;;;;;;;;;;;;;;;;;

; External Commands ;

;;;;;;;;;;;;;;;;;;;;;

[cli]

; These are paths to (optional) external binaries used in

; certain plug-ins or advanced program features.

; Using full paths to the binaries is recommended.

; tar (used in backup plugin, translation packaging)

tar = /bin/tar

; On systems that do not have libxsl/xslt libraries installed, or for those who

; require a specific XSLT processor, you may enter the complete path to the

; XSLT renderer tool, with any required arguments. Use %xsl to substitute the

; location of the XSL stylesheet file, and %xml for the location of the XML

; source file; eg:

; /usr/bin/java -jar ~/java/xalan.jar -HTML -IN %xml -XSL %xsl

xslt_command = ""

;;;;;;;;;;;;;;;;;;

; Proxy Settings ;

;;;;;;;;;;;;;;;;;;

[proxy]

; The HTTP proxy configuration to use

; http_proxy = "http://username:password@192.168.1.1:8080"

; https_proxy = "https://username:password@192.168.1.1:8080"

;;;;;;;;;;;;;;;;;;

; Debug Settings ;

;;;;;;;;;;;;;;;;;;

[debug]

; Display a stack trace when a fatal error occurs.

; Note that this may expose private information and should be disabled

; for any production system.

; ADMIN.

; show_stacktrace = Off

show_stacktrace = On

; Display an error message when something goes wrong.

;display_errors = Off

; ADMIN

display_errors = On

; Display deprecation warnings

;deprecation_warnings = Off

deprecation_warnings = On

; Log web service request information for debugging

;log_web_service_info = Off

log_web_service_info = On

; declare a cainfo path if a certificate other than PHP’s default should be used for curl calls.

; This setting overrides the ‘curl.cainfo’ parameter of the php.ini configuration file.

[curl]

; cainfo = ""

@Encelad

I edited your post because you posted your MySQL password in the forum. You should immediately change your MySQL password for your account now.

Regards,
Jason

Buenas, esa información no es la real, está cambiada, muchas gracias

You solve that by configuring the following lines in the config.inc.php
; http_proxy = “http://username:password@192.168.1.1:8080
; https_proxy = “https://username:password@192.168.1.1:8080
you uncomment them by removing the ; and the blank space in front and add the data that they ask for and that’s it