pwtng
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Updated WP at 5.2.1. Now I have a PHP error with “split”I don’t understand the connection with the wordpress update, but maybe I understand the problem. The function “split” has been deprecated, maybe it is the problem. I changed it with “explode” function and now pages works again.
Forum: Plugins
In reply to: [Include Me] Updated WP at 5.2.1. Now I have a PHP error with “split”Ok. I don’t understand the connection with the wordpress update, but maybe I understand the problem. The function “split” has been deprecated, maybe it is the problem. I changed it with “explode” function and now pages works again.
Forum: Plugins
In reply to: [Include Me] Updated WP at 5.2.1. Now I have a PHP error with “split”Ciao Stefano, grazie per la risposta. Nel codice PHP delle pagine che danno questo errore utilizzavo anche precedentemente la funzione split() e non davano alcun problema. Purtroppo penso che il problema non sia nel codice scritto da me, ma bensì in qualche nuova modifica che ha apportato l’aggiornamento a WordPress 5.2.1. Non so tuttavia se possa essere un problema di “Include Me”. Potrebbe anche essere un problema della nuova versione di WordPress. Il mio sito è sull’hosting Altervista, e per default è impostata la versione PHP 5.6.
—
Hello Stefano, thank you. My pages worked before the update to WordPress 5.2.1, so I don’t think the problem is in my code (in the function split), because I did’t touch it and before the update they worked perfectly. I’m thinking that the problem can be in the Include Me plugin or in the new version of WordPress. My website in hosting on Altervista and I use PHP 5.6 by default, even before the update.