- Messaggi: 6
- Ringraziamenti ricevuti 0
Getting "Call to undefined function" error in CP 3
- sjkelley
- Autore della discussione
- Offline
- Nuovo Utente
Less
Di più
5 Anni 8 Mesi fa #2697
da sjkelley
Getting "Call to undefined function" error in CP 3 è stato creato 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.
- 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.
Si prega Accesso o Crea un account a partecipare alla conversazione.
- andrea_4g
- Offline
- Amministratore
Less
Di più
- Messaggi: 1122
- Ringraziamenti ricevuti 163
5 Anni 8 Mesi fa - 5 Anni 8 Mesi fa #2698
da andrea_4g
Risposta da andrea_4g al topic Getting "Call to undefined function" error in CP 3
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:
to:
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);
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