FS Poster - Best Auto Poster & Scheduler Plugin For WordPress

FS Poster — Auto Poster & Scheduler Plugin For WordPress v7.1.9

No permission to download

joseallen1992

Member
Jul 31, 2018
42
6
8
This is my fix for the wrong programming of the author in version 3.4.2.
It is not an official update, but according to my knowledge, it fixes the problem until we wait for a new official version to do it in itself.
Before uploading it as an update I need people to try it.
Please report if it worked or any incident.

Download fs-poster 3.4.2 My Fix Schedules Working by lgokul - babiato.tech
@joseallen1992 @noswear
I think it's fixed, I set schedule and it doesn't publish now, I will wait to the day I set to check it. Will report you soon.

Good job @Igokul, Keep it up
 

lgokul

Well-known member
Babiato Lover
Null Master
Trusted Uploader
Jun 26, 2019
998
1,600
93
32
Planeta Vegeta
I think it's fixed, I set schedule and it doesn't publish now, I will wait to the day I set to check it. Will report you soon.

Good job @Igokul, Keep it up
Keep me up to date, your feedback is appreciated.
Anyone else try it?
 

noswear

New member
Nov 13, 2018
11
2
3
  • Like
Reactions: lgokul

lgokul

Well-known member
Babiato Lover
Null Master
Trusted Uploader
Jun 26, 2019
998
1,600
93
32
Planeta Vegeta
That fix still isn't working for me with the calendars not saving. I'll keep a watch on this, Thank y'all and great job so far!
Could you let him capture the error please?
Or be more precise.

Edit: Remember to update your sql tables if you had an earlier version.

Code:
-- If you already put this code on the 3.4.1 FIX V3, do not put it and skip it.

ALTER TABLE wp_fs_schedules ADD `sleep_time_start` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `sleep_time_end` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `share_on_background` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL

-- If you already put this code on the 3.4.1 FIX V2, do not put it and skip it.

ALTER TABLE wp_fs_feeds ADD `sleep_time_start` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `sleep_time_end` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `share_on_background` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL
 
Last edited:

lgokul

Well-known member
Babiato Lover
Null Master
Trusted Uploader
Jun 26, 2019
998
1,600
93
32
Planeta Vegeta
Sorry for late response, it's working now. 1 of my schedule published. Thanks for your work
Excellent, I was just checking the code but found no problem.

Now I'm glad it works for you.
Greetings. I update the main theme to the fixed version, but remember that it is the same.
 
  • Like
Reactions: joseallen1992

joseallen1992

Member
Jul 31, 2018
42
6
8
Excellent, I was just checking the code but found no problem.

Now I'm glad it works for you.
Greetings. I update the main theme to the fixed version, but remember that it is the same.
I think you should contact to the theme's owners and asking some fee from them for this fix :lol
 
  • Like
Reactions: lgokul

lgokul

Well-known member
Babiato Lover
Null Master
Trusted Uploader
Jun 26, 2019
998
1,600
93
32
Planeta Vegeta
@hiitsjb1 | What you requested explained visually.

screenshot-png.27490

if you have an earlier version of fs poster and you don't want to lose the configuration and installing from 0 execute these 2 sql commands

1.-
Code:
ALTER TABLE wp_fs_schedules ADD `sleep_time_start` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `sleep_time_end` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `share_on_background` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL

2.-
Code:
ALTER TABLE wp_fs_feeds ADD `sleep_time_start` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `sleep_time_end` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `share_on_background` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL

This will only have to be done once, it is no longer necessary to do it for future updates.

And download the new update files.


How to link app with Facebook pages.

1.- Go to: https://developers.facebook.com/apps/replacecodeyourappfacebook
2.- Go setting and search option pages and add your pages

28009
 
Last edited:
  • Like
Reactions: hiitsjb1

hiitsjb1

Active member
Aug 8, 2019
493
110
43
digitalive.world
@hiitsjb1 | What you requested explained visually.

screenshot-png.27490

if you have an earlier version of fs poster and you don't want to lose the configuration and installing from 0 execute these 2 sql commands

1.-
Code:
ALTER TABLE wp_fs_schedules ADD `sleep_time_start` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `sleep_time_end` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `share_on_background` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL

2.-
Code:
ALTER TABLE wp_fs_feeds ADD `sleep_time_start` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `sleep_time_end` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `share_on_background` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL

This will only have to be done once, it is no longer necessary to do it for future updates.

And download the new update files.


How to link app with Facebook pages.

1.- Go to: https://developers.facebook.com/apps/replacecodeyourappfacebook
2.- Go setting and search option pages and add your pages

28009


Dear @lgokul ,
hope you are doing great , First of All i would like to thank you for your nice share (FS Poster) its wokring fine

Thanks for you urgent response

Best Regards
 
  • Like
Reactions: lgokul

taobao

New member
Nov 18, 2019
12
0
1
Strange, but this one again - 0 schedule(s) added in this version
(I deleted old version and install this new)
 

lgokul

Well-known member
Babiato Lover
Null Master
Trusted Uploader
Jun 26, 2019
998
1,600
93
32
Planeta Vegeta
Strange, but this one again - 0 schedule(s) added in this version
(I deleted old version and install this new)

Installation Instructions (Only for those who have an earlier version installed)
(This is because FS POSTER updated most of its code and needs new tables)

If you had a previous version of the plugin you will have to execute this SQL query:

Screenshot.png

SQL CODE
Code:
ALTER TABLE wp_fs_schedules ADD `sleep_time_start` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `sleep_time_end` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `share_on_background` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL;
ALTER TABLE wp_fs_feeds ADD `sleep_time_start` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `sleep_time_end` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `share_on_background` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL

If you have no knowledge of how to do this just delete the plugin from the wordpress directory and reinstall it (the bad thing is that you will have to reconfigure it)
If you only execute the above SQL query you will not have to reconfigure the plugin.

Note: If you install the plugin for the first time you will not have to do the above.
 
Last edited:

taobao

New member
Nov 18, 2019
12
0
1
Installation Instructions (Only for those who have an earlier version installed)
(This is because FS POSTER updated most of its code and needs new tables)

If you had a previous version of the plugin you will have to execute this SQL query:

Screenshot.png

SQL CODE
Code:
-- ATTENTION: If you just install the plugin it is not necessary to put these SQL codes, it is only for users who had an earlier version.
-- New FIX V3 lgokul for users with previous versions.

ALTER TABLE wp_fs_schedules ADD `sleep_time_start` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `sleep_time_end` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `share_on_background` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL

-- If you already put this code on the FIX V2, do not put it and skip it.

ALTER TABLE wp_fs_feeds ADD `sleep_time_start` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `sleep_time_end` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD `share_on_background` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL

If you have no knowledge of how to do this just delete the plugin from the wordpress directory and reinstall it (the bad thing is that you will have to reconfigure it)
If you only execute the above SQL query you will not have to reconfigure the plugin.

Note: If you install the plugin for the first time you will not have to do the above.


MySQL: table does not exist
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu