41
zyspec
Re: Which editor do you use ?
  • 2019/12/12 17:26

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


I typically use Eclipse PDT.... I like it because:
  • there are versions for both Windows and Linux - so it's easy to switch between my various systems.
  • easy to create/modify coding styles (modified PSRxx, etc)
  • it's free
  • easily "jump-to" referenced functions
  • customized syntax highlighting for PHP, JS, XML, MySQL, etc
  • refactoring
  • GitHub integration (easy to pull/push/commit/etc)
  • Composer support
  • Good build/run tools
  • Eclipse community support
  • Bug/Issue tracking integration
  • code completion


  • The one drawback is lack of Smarty syntax support - there's a plugin for it but it's old & doesn't work well.

    I also use Notepad++ for a quick editor when needed. PHPStorm is a good product too but I haven't found enough difference/advantage to it that would cause me to change from Eclipse (and pay the money).



    42
    zyspec
    Re: Really stupid php / sql problem
    • 2019/12/12 14:58

    • zyspec

    • Module Developer

    • Posts: 1095

    • Since: 2004/9/21


    One thing is it appears that the print_r() in the getEmailsFromGroup() is missing the 'true' parameter in:
    file_put_contents(OLEDRION_GATEWAY_LOG_PATH"groupId: " print_r($groupId) . "n"FILE_APPEND LOCK_EX);


    should be:
    file_put_contents(OLEDRION_GATEWAY_LOG_PATH"groupId: " print_r($groupIdtrue) . "n"FILE_APPEND LOCK_EX);


    don't know if that's the only issue but looks like it should be corrected.



    43
    zyspec
    Re: oledrion: phpmailer postSend() not returning - stuck in try loop
    • 2019/12/6 17:00

    • zyspec

    • Module Developer

    • Posts: 1095

    • Since: 2004/9/21


    @rossb,

    I wouldn't mind helping but I'm currently working on 3 other modules trying to get them updated and working so I won't have any 'excess' time for a while.

    If you put the current code on github then you might be able to find someone who can look at what you have to help. It's a little harder to collaborate otherwise.

    Good luck and let us know how it's going.



    44
    zyspec
    Re: oledrion: phpmailer postSend() not returning - stuck in try loop
    • 2019/12/5 16:40

    • zyspec

    • Module Developer

    • Posts: 1095

    • Since: 2004/9/21


    @Bill,

    I don't know much about this module, and I just did a quick code read, but I'll ask a couple of questions that hopefully will lead you in the right direction....

    * Which version of Oledrion are you using? (e.g. where did you get it?).

    * In the code on Github. It looks to me like the call to the Utility::sendEmailFromTpl() method has been commented out (line 688) in the checkout routine (./checkout.php). I assume you've uncommented that code to see if it works?



    45
    zyspec
    Re: Is it a completely free CMS?
    • 2019/12/3 16:57

    • zyspec

    • Module Developer

    • Posts: 1095

    • Since: 2004/9/21


    That is correct... XOOPS is distributed under the GNU General Public License (GPL). Most of the modules (plugins), themes, etc. are also distributed for free.



    46
    zyspec
    Re: SQL error with Tag Module
    • 2019/11/30 15:16

    • zyspec

    • Module Developer

    • Posts: 1095

    • Since: 2004/9/21


    Yeah - just doing a little 'extra' testing to make sure I didn't miss any unintended side effects. I'll submit a pull request early next week.



    47
    zyspec
    Re: SQL error with Tag Module
    • 2019/11/25 15:32

    • zyspec

    • Module Developer

    • Posts: 1095

    • Since: 2004/9/21


    Glad I could help... sorry it took a couple of tries (and actually loading the module) to get it right.



    48
    zyspec
    Re: SQL error with Tag Module
    • 2019/11/22 20:24

    • zyspec

    • Module Developer

    • Posts: 1095

    • Since: 2004/9/21


    @mjoel,

    Sent you a PM to have you try something out to see if it works for you... let me know what you find.



    49
    zyspec
    Re: SQL error with Tag Module
    • 2019/11/19 15:36

    • zyspec

    • Module Developer

    • Posts: 1095

    • Since: 2004/9/21


    @mjoel,

    Thanks... I'll load publisher and create a few test tags. I'll enable "ONLY_FULL_GROUP_BY" in my SQL server and make sure to test with it enabled.



    50
    zyspec
    Re: SQL error with Tag Module
    • 2019/11/15 22:53

    • zyspec

    • Module Developer

    • Posts: 1095

    • Since: 2004/9/21


    @mjoel,

    Can you tell me what other modules you're using? Using the following config I don't get any errors yet.
    Quote:

    XOOPS Version XOOPS 2.5.10
    PHP Version 7.2.24
    mySQL Version 5.7.27-log

    I installed the module and enabled each of the blocks one-at-a-time on the home page without any problems. I also do not get any errors if I go to the module home page (./modules/tag/index.php).

    I do not have any tags yet because I want to make sure I load a module with tag support similar to what you're doing so I can replicate the problem.

    I checked to make sure the SQL call is being executed - here's the resulting SQL statement with the Cumulus Tag Block enabled:
    SELECT DISTINCT(o.tag_id), o.tag_termo.tag_statusSUM(l.tag_count) AS countl.tag_modid FROM tag_tag AS o LEFT JOIN tag_stats AS l ON l.tag_id o.tag_id WHERE (o.tag_status '0' AND l.tag_modid '11' AND l.tag_catid '0'GROUP BY o.tag_id ORDER BY count DESC LIMIT 0100




    TopTop
    « 1 2 3 4 (5) 6 7 8 ... 100 »



    Login

    Who's Online

    288 user(s) are online (181 user(s) are browsing Support Forums)


    Members: 0


    Guests: 288


    more...

    Donat-O-Meter

    Stats
    Goal: $100.00
    Due Date: Apr 30
    Gross Amount: $0.00
    Net Balance: $0.00
    Left to go: $100.00
    Make donations with PayPal!

    Latest GitHub Commits