Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author monperrus

    (@monperrus)

    Thanks for the report. Could you share the error you see in the server logs?

    Thread Starter WT

    (@wojtek)

    Hello,

    It started after updating from PHP7.3 to 7.4.

    [Here I cut many repeating entries for one call]

    
    [26-Mar-2021 15:44:18 UTC] PHP Notice:  Only variables should be passed by reference in /var/www/html/wp-content/plugins/wp-publications/plugin.php on line 73
    [26-Mar-2021 15:44:18 UTC] PHP Notice:  Only variables should be passed by reference in /var/www/html/wp-content/plugins/wp-publications/plugin.php on line 73
    [26-Mar-2021 15:44:18 UTC] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 16384 bytes) in /var/www/html/wp-includes/wp-db.php on line 1168
    [26-Mar-2021 15:44:18 UTC] PHP Notice:  Only variables should be passed by reference in /var/www/html/wp-content/plugins/wp-publications/plugin.php on line 73
    [26-Mar-2021 15:44:18 UTC] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 102400 bytes) in /var/www/html/wp-content/plugins/wp-publications/bibtexbrowser.php on line 532
    [26-Mar-2021 15:44:18 UTC] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 274432 bytes) in Unknown on line 0</code>
    

    It looks like the memory leak problem.

    But what confuses me more: for the two newest bib files there is another error:

    There is apparently no memory leak, because the page https://www.e-informatyka.pl/index.php/wp-publications/einformatica2021art04/ displays:

    
    Notice: Only variables should be passed by reference in /var/www/html/wp-content/plugins/wp-publications/plugin.php on line 73
    Congratulations! bibtexbrowser is correctly installed!
    Now you have to pass the name of the bibtex file as parameter (e.g. bibtexbrowser.php?bib=mybib.php)
    

    I cannot spot the difference between the last two bibtex files and the previous ones.

    I am totally confused.

    • This reply was modified 4 years, 1 month ago by WT.
    • This reply was modified 4 years, 1 month ago by WT.
    Thread Starter WT

    (@wojtek)

    I have discovered that my problems with wp-publications are caused by YoastSEO. If I disable YoastSEO wp-publications works without any problems. If I enable it, wp-publications behaves as it contains some memory leak.

    The problem appeared after update of YoastSEO, but I cannot tell which one.

    • This reply was modified 3 years, 7 months ago by WT.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin does not display bibtex inside WordPress’ is closed to new replies.