hi,
Could you tell me the PHP version you used.
This allow me to reproduce the error, correct it and check the same time if all works right on this version of PHP.
Regards,
Lermit
Hi Fravaco,
the problem should be solved in version 1.1.1. .
I would like to inform if your problem with my plugin resolut.
Kind regards,
Hi lermit4,
Sorry for my late reaction. I had to go to work.
Thank you for your quick response.
Everything works perfect now 🙂
Regards
Fravaco
Plugin could not be activated because it triggered a fatal error.
Fatal error: Cannot redeclare new_excerpt_more() in /wp-content/plugins/simple-discography/simple-discography.php on line 71
I did update the plugin to the newest one . and then it show this error !
Hello gurris,
I must have solved your problem in the new 1.2.2 which will happen soon.
you can solve your problem by replacing this code
add_action( 'plugins_loaded', 'load_textdomain' );
/**
* Load plugin textdomain.
*
* @since 1.0.0
*/
function load_textdomain() {
with
add_action( 'plugins_loaded', 'sidi_load_textdomain' );
/**
* Load plugin textdomain.
*
* @since 1.0.0
*/
function sidi_load_textdomain() {
regards
Thanks I did it but now I get this error instead ,,,
Parse error: syntax error, unexpected $end in /wp-content/plugins/simple-discography/simple-discography.php on line 137
You must be missing an open bracket “{” and closing “}” somewhere on this page.
For my part, all seems to work fine.
I suggest you to check the code that you have changed.
regards