yellofish
Forum Replies Created
-
– Your website’s WordPress version
5.8.1 + 6.3.1 (latest)
– PHP version
7.4 I believe
– Duplicator version
Latest, just installed 1 hour before posting.
Is the zip that is on the server safe to use?
I had the same issue (with a different theme) – after upgrade to WP 6.0 images not centered – the CSS fixed it!
Forum: Plugins
In reply to: [GraphComment Comment system] importation keeps failing.Thank you, it looks consistently good now.
Forum: Plugins
In reply to: [GraphComment Comment system] importation keeps failing.That was a bit fast. Comments are displayed on and off. All day not comments, just now they are there. I guess you are still working on it, yes?
Forum: Plugins
In reply to: [GraphComment Comment system] importation keeps failing.Yesterday, no comments visible. Today they are all there.
Did you changed anything after your last message? It looks very good now!
Forum: Plugins
In reply to: [GraphComment Comment system] importation keeps failing.After switching off all plugins. deleting and re-installing GC, and a few more tries I got the green 100% now!
On the GC.com dashboard I see like “260 replies(s)“, but on the website no messages show up, just the GC comments box to enter a new message. Except on one post, where they show up. So how can I bring back the old message on all posts/pages? Or does it take time to get sorted out?
Forum: Plugins
In reply to: [GraphComment Comment system] importation keeps failing.Stuck on 49% – but will try a little bit.
Forum: Plugins
In reply to: [GraphComment Comment system] importation keeps failing.Thank you for looking into this.
I added:
update_option(GcImportService::getOptionsPrefix() . 'status', ''); update_option(GcImportService::getOptionsPrefix() . 'batch_number', '');
(careful with the code outside the code tags, ” and ” or ‘ ’/’ ‘ ain’t the same. The code inside is copy & paste)
Looks like there is some progress, but got again stuck elsewhere:
[error][21-09-23 00:17:55] - GcGeneralController::handleOptionForm() - Action: Restart import [error][21-09-23 00:17:55] - GcImportService::importInit() - An import is already pending [debug][21-09-23 00:17:55] - GcGeneralController::handleOptionForm() - Init import [debug][21-09-23 00:17:55] - GcImportController::handleOptionForm() (max execution time: 5000 seconds) [debug][21-09-23 00:17:55] - options.php::handle_option_form() gc_action: importation
I saw some red numbers appearing. So something did happen. The comments are stored at your end I believe and not inside the MySQL db I believe.
Will try later again.
My aim is: get the old comments into GC. Delete the plugin and use the universal code instead (placed in the footer). And then make WP static with “simply static”.
After that the working WordPress page will only be on my PC.
Will that work for GC?
- This reply was modified 3 years, 2 months ago by yellofish.
Forum: Plugins
In reply to: [GraphComment Comment system] importation keeps failing.I tried that before and again, not working.
I will move to another comment system.
- This reply was modified 3 years, 2 months ago by yellofish.
Forum: Plugins
In reply to: [GraphComment Comment system] importation keeps failing.What I did in the meantime:
- deleted the GC plugin
- removed the MySQL table (is not automatically deleted)
- disabled Wordfence
- installed GC again
- init etc.
import fails same as before
[error][21-09-21 02:29:34] - GcGeneralController::handleOptionForm() - Restart import fail [debug][21-09-21 02:29:34] - GcGeneralController::handleOptionForm() - Action: Restart import [debug][21-09-21 02:29:34] - GcImportController::handleOptionForm() (max execution time: 5000 seconds) [debug][21-09-21 02:29:34] - options.php::handle_option_form() gc_action: importation [debug][21-09-21 02:25:42] - GcGeneralController::handleOptionForm() - Activate All [debug][21-09-21 02:25:42] - GcGeneralController::handleOptionForm() - Activate [debug][21-09-21 02:25:42] - GcGeneralController::handleOptionForm() [debug][21-09-21 02:25:42] - options.php::handle_option_form() gc_action: general [debug][21-09-21 02:24:12] - GcGeneralController::handleOptionForm() - Set website success: 5-Day-Shenzhen-Visa [debug][21-09-21 02:24:12] - GcSelectWebsiteController::handleOptionForm() [debug][21-09-21 02:24:12] - options.php::handle_option_form() gc_action: select_website [debug][21-09-21 02:18:00] - GcMenu::create_menu() - User wants to disconnect [debug][21-09-21 02:14:40] - _graphcomment_init_database [debug][21-09-21 02:14:37] - _graphcomment_init_database
- This reply was modified 3 years, 2 months ago by yellofish.
Forum: Plugins
In reply to: [GraphComment Comment system] importation keeps failing.done.
Forum: Plugins
In reply to: [GraphComment Comment system] importation keeps failing.I did disable / Re enable and paired again, but no success…
[error][21-09-17 04:19:30] - GcGeneralController::handleOptionForm() - Restart import fail [debug][21-09-17 04:19:30] - GcGeneralController::handleOptionForm() - Action: Restart import [debug][21-09-17 04:19:30] - GcImportController::handleOptionForm() (max execution time: 5000 seconds) [debug][21-09-17 04:19:30] - options.php::handle_option_form() gc_action: importation
Well, today I did lots of changes to the site and did a new “generate” – output was EXACTLY as 2 days ago. How come?
Some misunderstandings. I word things out and it works sometimes well (and the other times not due to server overload but that’s ain’t really the plugin problem).
I got one error though, some <img src=”./wp-content/uploads/2019/01/***”… had to be changed to: <img src=”/wp-content/uploads/2019/01/***”…
(I used the make ZIP method and ftp)
Now need to rewrite site and remove the forum ??
Forum: Fixing WordPress
In reply to: How to have a static AND live WP site on same server?Thanks, I am testing something right now on a spare domain.