Same here- hoping for resolution-
Me three!
I really need this to work. Please fix it.
Hi,
Do you still receive the error after the recent update?
Thread Starter
AFOdom
(@afodom)
I’m in the middle of a web hop writing event, so I won’t be testing any updates until it’s over. I can’t afford to have a fail and deal with the roll back. Maybe others will have time to test it.
Okay. Others can shed some light on issues you face after recent update. If you still get, please let us know.
A quick fix would be: find this line
$email = $form->getValues()[’email’];
Change that to $email = $form->getValues()->email;
Installed the update. Still got an error:
Parse error: syntax error, unexpected ‘[‘ in /home/u420523890/public_html/wp-content/plugins/simple-subscribe/libs/SimpleSubscribe/Frontend.php on line 55
However, I tried the quick fix posted above and it worked fine.
Dear tanaylakhani,
I had the same issue and tried the fix you proposed.
Now I get this error:
“Fatal error: Namespace declaration statement has to be the very first statement in the script in /home/[personal/data]/wp-content/plugins/SimpleSubscribe/libs/SimpleSubscribe/Frontend.php on line 12”
I checked line 12 and that is indeed the very first thing after the opening php tag and some /*remarks
Can you help me with wht I’m doing wrong? I’d really like to get this work, could not find anything as a substitute.
my site: eszter-maura.tk
Hi @eszter-maura
namespace should be the first statement in the file. Please check and remove any white spaces after the comment line or before the comment starts
Hi tanayakhani,
I tried what you say took out some spaces, but it still does not work.
this is the EM:
“Fatal error: Namespace declaration statement has to be the very first statement in the script in /home/eszham/eszter-maura.tk/wp-content/plugins/simple-subscribe/libs/SimpleSubscribe/Frontend.php on line 10”
and the first 11 lines:
<?php
/**
* This file is part of the Simple Subscribe plugin.
*
* Copyright (c) 2013 Martin Pícha (http://latorante.name)
*
* For the full copyright and license information, please view
* the SimpleSubscribe.php file in root directory of this plugin.
*/
namespace SimpleSubscribe;
I even tried taking the part between the /* */ out, but the only thing that changed was that the EM mentioned “line 2”.
If you have any further ides, I’d be glad for help.
I installed this plugin today and got the following error straight away:
Parse error: syntax error, unexpected ‘[‘ in /home2/beaglebo/public_html/wp-content/plugins/simple-subscribe/libs/SimpleSubscribe/Frontend.php on line 55
Any ideas on how this is to be fixed yet?
Thanks.
It is fixed in recent update. Let me know if you still get the issue.