Recently we decided to use OJS 3x for our university journal. While testing the new system, the article view page which shows abstract, author details, references etc is not working.
The home page displays issue articles list perfectly. Each PDF link also working but not the article view page.
You should ask your systems admin to look in your server error log for PHP Fatal Errors. Blank white pages like that are almost always caused by those. You’re obscuring the URL to your journal in your post, so I can’t debug it but perhaps also check your browser web console for javascript errors.
As far as I can see, the server is responding with “500 Internal Server Error”.
The favicon is being queried on http://108.179.216.106/favicon.ico where parts of the URL is missing.
I would suggest to have a look at config.inc.php . Are settings in base_url and “base_url overrides” correct?
Do you have any .htaccess with redirects in place?
Again, what do server logs say?
[02-Mar-2020 12:15:25 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet_array has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 3939
[02-Mar-2020 12:15:29 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADODB_Cache_File has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 263
[02-Mar-2020 12:15:29 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADOConnection has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 359
[02-Mar-2020 12:15:29 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 2921
[02-Mar-2020 12:15:29 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet_array has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 3939
[02-Mar-2020 12:15:30 UTC] PHP Warning: Declaration of SubmissionKeywordEntryDAO::getByControlledVocabId($controlledVocabId, $rangeInfo = NULL) should be compatible with ControlledVocabEntryDAO::getByControlledVocabId($controlledVocabId, $rangeInfo = NULL, $filter = NULL) in /home/lfuerbil/public_html/journal/ojs/lib/pkp/classes/submission/SubmissionKeywordEntryDAO.inc.php on line 20
[02-Mar-2020 12:15:30 UTC] PHP Fatal error: Uncaught Error: Call to undefined function Symfony\Polyfill\Mbstring\iconv() in /home/lfuerbil/public_html/journal/ojs/plugins/generic/citationStyleLanguage/lib/vendor/symfony/polyfill-mbstring/Mbstring.php:287
Stack trace: #0 /home/lfuerbil/public_html/journal/ojs/plugins/generic/citationStyleLanguage/lib/vendor/symfony/polyfill-mbstring/Mbstring.php(562): Symfony\Polyfill\Mbstring\Mbstring::mb_convert_case(‘Q’, 0, ‘ISO-8859-1’) #1 /home/lfuerbil/public_html/journal/ojs/plugins/generic/citationStyleLanguage/lib/vendor/seboettg/citeproc-php/src/Seboettg/CiteProc/Util/StringHelper.php(142): Symfony\Polyfill\Mbstring\Mbstring::mb_strtoupper(‘Q’, ‘ISO-8859-1’) #2 /home/lfuerbil/public_html/journal/ojs/plugins/generic/citationStyleLanguage/lib/vendor/seboettg/citeproc-php/src/Seboettg/CiteProc/Util/StringHelper.php(109): Seboettg\CiteProc\Util\StringHelper::mb_ucfirst(‘QAALAI’) #3 [internal function]: Seboettg\CiteProc\Util\StringHelper::Seboettg\CiteProc\Util{closure}(‘QAALAI’, 0) #4 /home/lfuerbil/public_html/ in /home/lfuerbil/public_html/journal/ojs/plugins/generic/citationStyleLanguage/lib/vendor/symfony/polyfill-mbstring/Mbstring.php on line 287
[02-Mar-2020 12:15:45 UTC] PHP Warning: mysqli_connect(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/lfuerbil/public_html/connection.php on line 1
[02-Mar-2020 12:15:45 UTC] PHP Warning: mysqli_connect(): (HY000/2002): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/lfuerbil/public_html/connection.php on line 1
[02-Mar-2020 12:15:45 UTC] PHP Warning: mysqli_query() expects parameter 1 to be mysqli, boolean given in /home/lfuerbil/public_html/header.php on line 29
[02-Mar-2020 12:15:45 UTC] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, null given in /home/lfuerbil/public_html/header.php on line 30
[02-Mar-2020 12:15:45 UTC] PHP Warning: mysqli_query() expects parameter 1 to be mysqli, boolean given in /home/lfuerbil/public_html/index.php on line 136
[02-Mar-2020 12:15:45 UTC] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, null given in /home/lfuerbil/public_html/index.php on line 136
[02-Mar-2020 12:15:45 UTC] PHP Warning: mysqli_query() expects parameter 1 to be mysqli, boolean given in /home/lfuerbil/public_html/index.php on line 158
[02-Mar-2020 12:15:45 UTC] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, null given in /home/lfuerbil/public_html/index.php on line 159
[02-Mar-2020 12:15:45 UTC] PHP Warning: mysqli_query() expects parameter 1 to be mysqli, boolean given in /home/lfuerbil/public_html/index.php on line 204
[02-Mar-2020 12:15:45 UTC] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, null given in /home/lfuerbil/public_html/index.php on line 205
[02-Mar-2020 12:27:22 UTC] PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/lfuerbil/public_html/lfu_admin/index.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 2
[02-Mar-2020 12:27:22 UTC] PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/lfuerbil/public_html/lfu_admin/index.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 2
[02-Mar-2020 12:27:23 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/lfuerbil/public_html/lfu_admin/index.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 6
[02-Mar-2020 12:28:02 UTC] PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/lfuerbil/public_html/lfu_admin/index.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 2
[02-Mar-2020 12:28:02 UTC] PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/lfuerbil/public_html/lfu_admin/index.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 2
[02-Mar-2020 12:28:03 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/lfuerbil/public_html/lfu_admin/index.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 6
[02-Mar-2020 12:28:42 UTC] PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/lfuerbil/public_html/lfu_admin/events.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 2
[02-Mar-2020 12:28:42 UTC] PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/lfuerbil/public_html/lfu_admin/events.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 2
[02-Mar-2020 12:28:43 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/lfuerbil/public_html/lfu_admin/events.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 6
[02-Mar-2020 12:29:02 UTC] PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/lfuerbil/public_html/lfu_admin/alumni.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 2
[02-Mar-2020 12:29:02 UTC] PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/lfuerbil/public_html/lfu_admin/alumni.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 2
[02-Mar-2020 12:29:03 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/lfuerbil/public_html/lfu_admin/alumni.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 6
[02-Mar-2020 12:29:23 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADODB_Cache_File has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 263
[02-Mar-2020 12:29:23 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADOConnection has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 359
[02-Mar-2020 12:29:23 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 2921
[02-Mar-2020 12:29:23 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet_array has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 3939
[02-Mar-2020 12:29:24 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADODB_Cache_File has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 263
[02-Mar-2020 12:29:24 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADOConnection has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 359
[02-Mar-2020 12:29:24 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 2921
[02-Mar-2020 12:29:24 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet_array has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 3939
[02-Mar-2020 12:29:33 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADODB_Cache_File has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 263
[02-Mar-2020 12:29:33 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADOConnection has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 359
[02-Mar-2020 12:29:33 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 2921
[02-Mar-2020 12:29:33 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet_array has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 3939
[02-Mar-2020 12:29:33 UTC] PHP Warning: Declaration of SubmissionKeywordEntryDAO::getByControlledVocabId($controlledVocabId, $rangeInfo = NULL) should be compatible with ControlledVocabEntryDAO::getByControlledVocabId($controlledVocabId, $rangeInfo = NULL, $filter = NULL) in /home/lfuerbil/public_html/journal/ojs/lib/pkp/classes/submission/SubmissionKeywordEntryDAO.inc.php on line 20
[02-Mar-2020 12:29:33 UTC] PHP Fatal error: Uncaught Error: Call to undefined function Symfony\Polyfill\Mbstring\iconv() in /home/lfuerbil/public_html/journal/ojs/plugins/generic/citationStyleLanguage/lib/vendor/symfony/polyfill-mbstring/Mbstring.php:287
Stack trace: #0 /home/lfuerbil/public_html/journal/ojs/plugins/generic/citationStyleLanguage/lib/vendor/symfony/polyfill-mbstring/Mbstring.php(562): Symfony\Polyfill\Mbstring\Mbstring::mb_convert_case(‘Q’, 0, ‘ISO-8859-1’) #1 /home/lfuerbil/public_html/journal/ojs/plugins/generic/citationStyleLanguage/lib/vendor/seboettg/citeproc-php/src/Seboettg/CiteProc/Util/StringHelper.php(142): Symfony\Polyfill\Mbstring\Mbstring::mb_strtoupper(‘Q’, ‘ISO-8859-1’) #2 /home/lfuerbil/public_html/journal/ojs/plugins/generic/citationStyleLanguage/lib/vendor/seboettg/citeproc-php/src/Seboettg/CiteProc/Util/StringHelper.php(109): Seboettg\CiteProc\Util\StringHelper::mb_ucfirst(‘QAALAI’) #3 [internal function]: Seboettg\CiteProc\Util\StringHelper::Seboettg\CiteProc\Util{closure}(‘QAALAI’, 0) #4 /home/lfuerbil/public_html/ in /home/lfuerbil/public_html/journal/ojs/plugins/generic/citationStyleLanguage/lib/vendor/symfony/polyfill-mbstring/Mbstring.php on line 287
[02-Mar-2020 12:29:39 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADODB_Cache_File has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 263
[02-Mar-2020 12:29:39 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADOConnection has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 359
[02-Mar-2020 12:29:39 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 2921
[02-Mar-2020 12:29:39 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet_array has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 3939
[02-Mar-2020 12:30:04 UTC] PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/lfuerbil/public_html/lfu_admin/library.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 2
[02-Mar-2020 12:30:04 UTC] PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/lfuerbil/public_html/lfu_admin/library.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 2
[02-Mar-2020 12:30:04 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/lfuerbil/public_html/lfu_admin/library.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 6
[02-Mar-2020 12:30:45 UTC] PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/lfuerbil/public_html/lfu_admin/seminars.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 2
[02-Mar-2020 12:30:45 UTC] PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/lfuerbil/public_html/lfu_admin/seminars.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 2
[02-Mar-2020 12:30:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/lfuerbil/public_html/lfu_admin/seminars.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 6
[02-Mar-2020 12:32:37 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADODB_Cache_File has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 263
[02-Mar-2020 12:32:37 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADOConnection has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 359
[02-Mar-2020 12:32:37 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 2921
[02-Mar-2020 12:32:37 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet_array has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 3939
[02-Mar-2020 12:32:37 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADODB_Cache_File has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 263
[02-Mar-2020 12:32:37 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADOConnection has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 359
[02-Mar-2020 12:32:37 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 2921
[02-Mar-2020 12:32:37 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet_array has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 3939
[02-Mar-2020 12:34:06 UTC] PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/lfuerbil/public_html/lfu_admin/president.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 2
[02-Mar-2020 12:34:06 UTC] PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/lfuerbil/public_html/lfu_admin/president.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 2
[02-Mar-2020 12:34:07 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/lfuerbil/public_html/lfu_admin/president.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 6
[02-Mar-2020 12:35:07 UTC] PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/lfuerbil/public_html/lfu_admin/add_event.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 2
[02-Mar-2020 12:35:07 UTC] PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/lfuerbil/public_html/lfu_admin/add_event.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 2
[02-Mar-2020 12:35:07 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/lfuerbil/public_html/lfu_admin/add_event.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 6
[02-Mar-2020 12:42:07 UTC] PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/lfuerbil/public_html/lfu_admin/symposiums.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 2
[02-Mar-2020 12:42:07 UTC] PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/lfuerbil/public_html/lfu_admin/symposiums.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 2
[02-Mar-2020 12:42:07 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/lfuerbil/public_html/lfu_admin/symposiums.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 6
[02-Mar-2020 12:48:08 UTC] PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/lfuerbil/public_html/lfu_admin/conferances.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 2
[02-Mar-2020 12:48:08 UTC] PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/lfuerbil/public_html/lfu_admin/conferances.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 2
[02-Mar-2020 12:48:08 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/lfuerbil/public_html/lfu_admin/conferances.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 6
[02-Mar-2020 12:49:39 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADODB_Cache_File has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 263
[02-Mar-2020 12:49:39 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADOConnection has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 359
[02-Mar-2020 12:49:39 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 2921
[02-Mar-2020 12:49:39 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet_array has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 3939
[02-Mar-2020 12:49:45 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADODB_Cache_File has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 263
[02-Mar-2020 12:49:45 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADOConnection has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 359
[02-Mar-2020 12:49:45 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 2921
[02-Mar-2020 12:49:45 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet_array has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 3939
[02-Mar-2020 12:49:45 UTC] PHP Warning: Declaration of SubmissionKeywordEntryDAO::getByControlledVocabId($controlledVocabId, $rangeInfo = NULL) should be compatible with ControlledVocabEntryDAO::getByControlledVocabId($controlledVocabId, $rangeInfo = NULL, $filter = NULL) in /home/lfuerbil/public_html/journal/ojs/lib/pkp/classes/submission/SubmissionKeywordEntryDAO.inc.php on line 20
[02-Mar-2020 12:49:45 UTC] PHP Fatal error: Uncaught Error: Call to undefined function Symfony\Polyfill\Mbstring\iconv() in /home/lfuerbil/public_html/journal/ojs/plugins/generic/citationStyleLanguage/lib/vendor/symfony/polyfill-mbstring/Mbstring.php:287
Stack trace: #0 /home/lfuerbil/public_html/journal/ojs/plugins/generic/citationStyleLanguage/lib/vendor/symfony/polyfill-mbstring/Mbstring.php(562): Symfony\Polyfill\Mbstring\Mbstring::mb_convert_case(‘Q’, 0, ‘ISO-8859-1’) #1 /home/lfuerbil/public_html/journal/ojs/plugins/generic/citationStyleLanguage/lib/vendor/seboettg/citeproc-php/src/Seboettg/CiteProc/Util/StringHelper.php(142): Symfony\Polyfill\Mbstring\Mbstring::mb_strtoupper(‘Q’, ‘ISO-8859-1’) #2 /home/lfuerbil/public_html/journal/ojs/plugins/generic/citationStyleLanguage/lib/vendor/seboettg/citeproc-php/src/Seboettg/CiteProc/Util/StringHelper.php(109): Seboettg\CiteProc\Util\StringHelper::mb_ucfirst(‘QAALAI’) #3 [internal function]: Seboettg\CiteProc\Util\StringHelper::Seboettg\CiteProc\Util{closure}(‘QAALAI’, 0) #4 /home/lfuerbil/public_html/ in /home/lfuerbil/public_html/journal/ojs/plugins/generic/citationStyleLanguage/lib/vendor/symfony/polyfill-mbstring/Mbstring.php on line 287
[02-Mar-2020 12:49:53 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADODB_Cache_File has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 263
[02-Mar-2020 12:49:53 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADOConnection has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 359
[02-Mar-2020 12:49:53 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 2921
[02-Mar-2020 12:49:53 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet_array has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 3939
[02-Mar-2020 12:49:57 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADODB_Cache_File has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 263
[02-Mar-2020 12:49:57 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADOConnection has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 359
[02-Mar-2020 12:49:57 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 2921
[02-Mar-2020 12:49:57 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet_array has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 3939
[02-Mar-2020 12:49:57 UTC] PHP Warning: Declaration of SubmissionKeywordEntryDAO::getByControlledVocabId($controlledVocabId, $rangeInfo = NULL) should be compatible with ControlledVocabEntryDAO::getByControlledVocabId($controlledVocabId, $rangeInfo = NULL, $filter = NULL) in /home/lfuerbil/public_html/journal/ojs/lib/pkp/classes/submission/SubmissionKeywordEntryDAO.inc.php on line 20
[02-Mar-2020 12:50:06 UTC] PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/lfuerbil/public_html/lfu_admin/add_seminar.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 2
[02-Mar-2020 12:50:06 UTC] PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/lfuerbil/public_html/lfu_admin/add_seminar.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 2
[02-Mar-2020 12:50:06 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/lfuerbil/public_html/lfu_admin/add_seminar.php:1) in /home/lfuerbil/public_html/lfu_admin/header.php on line 6
[02-Mar-2020 12:50:13 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADODB_Cache_File has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 263
[02-Mar-2020 12:50:13 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADOConnection has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 359
[02-Mar-2020 12:50:13 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 2921
[02-Mar-2020 12:50:13 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet_array has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 3939
[02-Mar-2020 12:50:31 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADODB_Cache_File has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 263
[02-Mar-2020 12:50:31 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADOConnection has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 359
[02-Mar-2020 12:50:31 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet has a deprecated constructor in /home/lfuerbil/public_html/journal/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 2921
The above are various error i found at *php.error.log