LP
Forum Replies Created
-
Yes, I dropped all records in that table with phpmyadmin and it started to work again.
I saw that users that subscribed their new comment also got their previous subscribtions back.
I’ve deleted all records in the subscriber’s database and now the issues seem to have been solved for now.
Thanks you for your answer.
I understand your email que, but it also happens when you place the first comment.
This query takes about 35 sec:
`SELECT
meta_id,
REPLACE(meta_key, ‘_stcr@_’, ”) AS email,
post_id,
SUBSTRING(meta_value, 1, 19) AS dt,
SUBSTRING(meta_value, 21) AS status,
srs.subscriber_unique_id AS email_key
FROM
wp_postmeta
INNER JOIN wp_subscribe_reloaded_subscribers srs ON (
REPLACE(meta_key, ‘_stcr@_’, ”) = srs.subscriber_email
)
WHERE
meta_key LIKE ‘\_stcr@\_%’
AND SUBSTRING(meta_value, 21) = ‘Y’
AND SUBSTRING(meta_key, 8) = ’[email protected]’
ORDER BY
dt ASCDo you have any idea why I can’t load the subscribers list?
@westickstore
If you want I can help you with your website.
I’m the onwer of https://www.f1-fansite.com and ran to all possible problems with hosting that website and tried a lot of hosting platforms. We now use Siteground and our website runs like crazy.
Just let me know. I’m sure I can figure out why your website is so slow.
Hi, unfortunately the illegal string offset is still there.
We decided to turn off the plugin because it now also showes the error in the frontpage when we publish an article.
Ok, thanks, we just updated and will let you know asap.
Ok, we use the plugin on https://www.f1-fansite.com
Hi,
I had the same problem today.
After I changed UID (Chown) from Apache to Admin, the message was gone.
Forum: Fixing WordPress
In reply to: TablesYes, it’s a bad development….unfourtenatly. I don’t know why they dropped this easy feature. Please put it back www.remarpro.com?
We always used it and it was very easy to publish a table with content from Excel without any plugin.
We solved it by pasting it into a HTML editor like Dreamweaver. This program makes the table with content and borders. AFter pasting the tabel out Excel you can copy/paste the code from the HTML editor into the text mode editor of WordPress.