Getting "Call to undefined function" error in CP 3

  • sjkelley
  • Autore della discussione
  • Offline
  • Nuovo Utente
  • Nuovo Utente
Di più
5 Anni 8 Mesi fa #2697 da sjkelley
I have a website running Custom Properties in conjunction with jDownloads. My site is running:

- Joomla 3.9.4
- PHP 7.2.7
- Custom Properties 3.1.7

...and I am suddenly getting an error message when I try to upload a file into jDownloads. Please see the attached screen grab.
Allegati:

Si prega Accesso o Crea un account a partecipare alla conversazione.

Di più
5 Anni 8 Mesi fa - 5 Anni 8 Mesi fa #2698 da andrea_4g
There are 2 possible solutions:

1) update to the latest version of Custom Properties, because your one is more than 4 years old and I can't exclude there won't be other issues with PHP 7.2.

2) fix it in place and see how it goes:

Edit file: plugins/content/cptags/cptags.php

Change line 99 from:
Code:
$content_id = mysql_escape_string($article->$article_id_key);
to:
Code:
$content_id = mysql_real_escape_string($article->$article_id_key);
Ultima Modifica 5 Anni 8 Mesi fa da andrea_4g.

Si prega Accesso o Crea un account a partecipare alla conversazione.

Tempo creazione pagina: 0.159 secondi