WebTechGlobal
Forum Replies Created
-
Forum: Plugins
In reply to: [Channel Solution for Twitch] Project RoadmapI suppose that isn’t so much of a roadmap but it hints to the fact that a roadmap is developing as feedback is collected.
The point is, we want this plugin to cover everything that the Twitch API offers. Plus the plugin is already packaged with a working chat bot, it just hasn’t been made available on an interface.
Forum: Developing with WordPress
In reply to: admin_enqueue_scripts() Trigger Many ErrorsIt is a test blog on localhost so I’m using wp_ for sure.
debugmode() sets variables for error output but it does call a method which uses current_user_can() so there might be something there.
These log entries are happening in other plugins of the same design and as you said the query is fine. WP seems to log the last query after header loads and I’ve always seen that happening. This is just happening frequently now and only recently.
I’ll look at previous versions of WP and gather more facts. Thank you for your time.
Forum: Plugins
In reply to: [WTG Tasks Manager Beta] PlansA Trello board has been setup for this project. I already have tasks for this project but they are stored in another system. The next step is to import them to Trello and you will see the features planned for this plugin.
Forum: Reviews
In reply to: [Channel Solution for Twitch] Get heavy error, didnt worksesamtv please update this thread to reflect an actual review and not a bug report.
Forum: Plugins
In reply to: [CSV 2 POST] create custom post from several csv filesHi,
If I understand you well enough, records are split between 20 different files?
CSV 2 POST has the ground work in its features to handle multiple files but it is rarely used. It is also designed with 2-3 files in mind. It would be interesting to push it with 20 separate files but I wonder if you really need to.
Could I get a copy of the .csv files please so that I know how much data your working with. I can give further advice.
Forum: Plugins
In reply to: [Star Citizen Fan Site Kit *Beta*] You're using the fauxgoThank you for bringing this to my attention.
I had no idea about the logo but this project is in early days and this will be sorted.
Forum: Plugins
In reply to: [WTG Tasks Manager Beta] PlansIn response to the fact that you have shown interest in this plugin and there are active installs despite it being beta.
I’ve brought the planned development forward. It was another couple of months away. Instead I will aim to update the plugin in 2-3 weeks.
Forum: Plugins
In reply to: [WTG Tasks Manager Beta] PlansHello
I’ve had no notification of this post or the other that I see in the plugins forum so I apologize for such a late reply.
I’m just getting started with this plugin.
I use it myself and it is critical to my entire business because I’m not happy with existing solutions. My ultimate goal is for the plugin to tell me what needs done everyday I start work and eventually guide a team.
So a bit like low-cost/automated project management. I also want it to be intelligent. For example if a social network page suddenly gets busy it becomes higher priority. I may have a weekly task reminding me or my team to check our main Facebook page for any new comments. I want this task management solution to automatically bring that task forward if the Facebook page is very busy.
That is just one of a long, long list of features in the plugins documentation.
Forum: Plugins
In reply to: [CSV 2 POST] Seeking set up helpHi
Can you email [email protected] and I can reply with a .zip file of my latest versions.
I have more than one importer and while your only just getting started your welcome to try them. Each are designed for different levels of user. CSV 2 POST is somewhere in the middle but also focuses on .csv files.
Another importer I have aims to import from various source eventually and is worth considering before using CSV 2 POST. It is called WordPress Data Importer and it’s normally premium but I reward anyone who reports an error and will give it to you free.
Forum: Plugins
In reply to: [CSV 2 POST] Plugin could not be activated because it triggered a fatal errorI just uploaded an update for that problem StefanBu thank you for reporting it. Anyone who reports a confirmed fault are welcome to get a copy of premium plugins by WebTechGlobal.
CSV 2 POST premium is not out yet but it will be soon. The free edition will upgrade easily to the premium.
I also provide others plugins that I’m happy to offer as a reward. This has and will always be my policy within the ww.wp.xz.cn community.
Forum: Plugins
In reply to: [CSV 2 POST] Plugin could not be activated because it triggered a fatal errorA new version was released.
That was the issue as mentioned. The cause was a folder named “functions” which had been setup in the repository to be ignored. Meaning even when I added it and tried to upload it. The folder was ignored and not uploaded.
Causing the file inside the folder to be ignored also. My bad for not noticing it when I was committing the new version.
Your time reporting it is appreciated.
Forum: Plugins
In reply to: [CSV 2 POST] Plugin could not be activated because it triggered a fatal errorHello
Thank you for reporting this. Looking at the error I’m guessing a new file added to the package did not upload to the repository.
If that is the case I will have a new version released within 15 minutes.
Forum: Everything else WordPress
In reply to: SVN commit fails because of 'yield' keywordI have run into the same problem.
Does anyone have a solution?
$iterable = \GuzzleHttp\Promise\iter_for($requests); $requests = function () use ($iterable, $client, $opts) { foreach ($iterable as $key => $rfn) { if ($rfn instanceof RequestInterface) { yield $key => $client->sendAsync($rfn, $opts); } elseif (is_callable($rfn)) { yield $key => $rfn($opts); } else { throw new \InvalidArgumentException('Each value yielded by ' . 'the iterator must be a Psr7\Http\Message\RequestInterface ' . 'or a callable that returns a promise that fulfills ' . 'with a Psr7\Message\Http\ResponseInterface object.'); } } };Forum: Plugins
In reply to: [CSV 2 POST] BrokenThere is little or no Javascript in the plugin that I remember but thank you for trying to get more information.
Totally understand your decision and thank you.
Forum: Plugins
In reply to: [CSV 2 POST] BrokenHi
It could be one single thing triggering all that.
I was use to update the plugin in 2-3 weeks but I’ll just bring that work forward and start now. I will try to release a version tomorrow.
The cause would be a hidden error that may show in your server log and help me a lot. I may not be able to generate any problems that match your description and so my update may not solve your issue.
Any further information you provide is greatly appreciated.