grobc
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Download Codes] PHP 8.1I had to update also the db.php file, because of an PHP Error.
changed this:
$code_unique = ( sizeof( $code_db ) == 0);
to this:
$code_unique = ( is_countable( $code_db ) == 0);Forum: Plugins
In reply to: [WP Download Codes] Problems Uploading CodeSchönen guten Morgen M. Bauer,
siehe diese Information zur split() function:
What is the replacement for split in PHP?
split() is deprecated as of PHP 5.3. 0. preg_split() is the suggested alternative to this function. If you don’t require the power of regular expressions, it is faster to use explode(), which doesn’t incur the overhead of the regular expression engine.
Hoffe dies hilft.
Grüße
CGForum: Plugins
In reply to: [Breadcrumb NavXT] WordPress Error Message PHP 8.0.7 – Breadcrumb configHello John,
Thank you for taking the time to sort it out.Hi,
it´s written on the FAQ:
“I set a category header image, but why are my individual posts not showing that header image?”
>> LINKHi @sanjeevsetu,
thanks for the information!! Already updated the plugin, everythings fine!
Thanks
CarstenHi Sanjeev,
Thanks!! Think I will wait for the next update, there´s no need for an quick solution. Because for the service and organization schema, the phone number is shown.Thanks
Carsten