Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)
  • Plugin Author hytekk

    (@hytekk)

    If you had multiple tags name, try removing empty space between comma like this “cj_programname,cj_keywords” and not like that
    ” cj_programname, cj_keywords”.

    Also be sure to use the latest WP version. Today is 3.1.2

    I didn’t do enough data validations, I know… on my todo

    Plugin Author hytekk

    (@hytekk)

    I apologized for that, it’s the main reason I called it v1.5…

    I have to do more variable validations and this need more of my time to implement. v1.5 was a huge step forward, lots of changes and improvement but, yes, some bugs may still exist. It’s in my todo list.

    Thanks anyway to report it.

    Plugin Author hytekk

    (@hytekk)

    Hi Uma, I didn’t tested it on a multisite config.

    Your upload is fine, I just didn’t retrieve the right upload directory from my php code. This is because I assume your upload directory is from a standard config.

    I did a major plugin facelift and complete code revision fixing bugs and implementing coding best pratices that I learn from my new book.

    I will soon release a new version and I will try to fix it. If not in this one, it should be in the next release.

    I appreciate your feedback and your support.

    Stay tune

    Plugin Author hytekk

    (@hytekk)

    Thank you to report this bug,
    I will try to fix this as soon as possible.

    Plugin Author hytekk

    (@hytekk)

    To avoid any false click to cj when building post :

    Go to ->

    WP-Admin -> Setting -> Discussion ->

    And disable “Attempt to notify any blogs linked to from the article” option. It’s on by default

    Make sure you use the latest WP version ( current is 3.1 ), older version are not guaranteed to disable it correctly.

    I plan to add a check and auto-disable function in next update.

    Plugin Author hytekk

    (@hytekk)

    Humm… look like bashing to me.
    Interesting, you’re a new member for about a week.

    To make it clear :

    I was adding a footer link to Hytekk.com until v1.03 when someone pointed that I was breaking WP plugin directory rules. I fix that as soon as I was aware of my mistake.

    I did remove footer link and I changed default template value to not include any link to my demo website CJ-Datafeed.com ( this was a example of what you can do with the template system, was not there to spam … ) User always have control on template system since v1.00. If they were using default template values … I supposed they didn’t understand how the plugin work.

    If you were using CJ-Datafeed before v1.03 you have to reset your template value ( empty content field and hit update ) or change the html code to remove any example links that were there before v1.03.

    Upgrading CJ-Datafeed does not reset your template value. This is done
    because only 1 template is available and I don’t want to reset the work of a user in the upgrade process.

    I did a tutorial video about changing template value. Is available on Hytekk.com

    If you’re using CJ-Datafeed for the first time ( v1.03 + ) you don’t have to care about all this.

    Remember to stay cool, polite and respect the honest work of others peoples before pointing false accusations based on personal feelings.

    Cheers

    Plugin Author hytekk

    (@hytekk)

    I retry CJ-Datafeed v1.04 with WP v3.1 and it work fine on my setup.

    Remember to always use the latest WP version for compatibility.
    Older versions are no more supported as new releases goes out.

    Could you specify the advertiser datafeed file causing you trouble ?

    I’m still thirsty for a beer … damn is hot and dry here : )

    Plugin Author hytekk

    (@hytekk)

    Something must have change from 2.9.2 to 3.04, was working before.

    Anyway, in the time I was working on CJ-Datafeed, I didn’t fully understand how to add categories to POST in a simple way.

    I solve the problem within my new CJ-API plugin but didn’t have time to correct it in CJ-Datafeed.

    Cat processing in CJ-Datafeed :

    1- I create the post and retrieve post ID.
    2- After that I use “wp_create_category()” to retrieve a category ID. ( the function was returning a cat ID regardless if cat exist or not )
    3- Add catID to postID

    Cat processing in CJ-API :

    1- Check if cat exist, if exist retrieve ID, if not create it
    2- Create post object and put category array in it
    3- Create post

    Plugin Author hytekk

    (@hytekk)

    you’re right, this need to be fixed …

    Plugin Author hytekk

    (@hytekk)

    You can specify a existing categories, just type the exact category name separate with “,” for multiple cat

    Please download CJ-Datafeed v1.04.

    Fix first row issue, added screenshot instructions, remove post and footer links to cj-datafeed.com.

    Thanks to kaspar for his help

    Plugin Author hytekk

    (@hytekk)

    Thanks Kasper just miss the v1.03 release by 5min ( damn ) but it sure will be in v1.04.

    Plugin Author hytekk

    (@hytekk)

    CPU time is restricted on shared hosts too. Usually you get a server timeout after 30sec. Hundreds of website can be host on one server. This is why one script can’t take over cpu resources for a long period.

    PHPMyAdmin have this option when importing large MySQL db files :

    Allow the interruption of an import in case the script detects it is close to the PHP timeout limit.

    I can import large MySQL file via PHPMyAdmin ( 30MB + )with this option set. It monitor ressources, stop when neat timeout, restart until done.

    Can be a clue

    Plugin Author hytekk

    (@hytekk)

    The problem come from the hosting server limiting memory and cpu ressources.

    I need to understand how plugin like WP-DB-Backup work. It use java script to retrieve database data. It’s a long process that would timeout using my script mechanic. I’m a self learner and I didn’t get any spare time to read about this.

    If you can provide a solution for this bottleneck, I would be more than happy to add it in new CJ-Datafeed update.

    Thanks kasper for your time

    Plugin Author hytekk

    (@hytekk)

    You got a point… miss that one.

    Just let me a few days to update my plugin files.

    v1.03 on the grill

    Thank you ClaytonJames, I own you one

Viewing 15 replies - 1 through 15 (of 22 total)