Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,413
    Plugin Contributions
    94

    Default Flexible Footer Menu Multilingual ... for Bootstrap

    Coming soon to the Zen Cart Plugins download, a multilingual configurable footer menu for the Bootstrap template (v3.7.4 or later).

    This plugin is based on Flexible Footer Menu Multilingual (https://www.zen-cart.com/showthread....Support-Thread).

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,413
    Plugin Contributions
    94

    Default Re: Flexible Footer Menu Multilingual ... for Bootstrap


  3. #3
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,492
    Plugin Contributions
    11

    Default Re: Flexible Footer Menu Multilingual ... for Bootstrap

    ZC 2.1.0
    Bootstrap Clone 3.7.7

    When using the delete button to delete a page, I get the following log file:

    Code:
    [12-Jun-2025 08:22:37 UTC] PHP Fatal error: Uncaught Error: Undefined constant "SUCCESS_PAGE_REMOVED" in /zc_plugins/BFFM/v2.0.0/admin/flexible_footer_menu2.php:150Stack trace:
    #0 /MY_ADMIN/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/BFFM/v2.0.0/admin/flexible_footer_menu2.php on line 150
    
    
    [12-Jun-2025 08:22:37 UTC] Request URI: /MY_ADMIN/index.php?cmd=flexible_footer_menu2&action=delete_confirm, IP address: 123.234.255.255
    --> PHP Fatal error: Uncaught Error: Undefined constant "SUCCESS_PAGE_REMOVED" in /zc_plugins/BFFM/v2.0.0/admin/flexible_footer_menu2.php:150
    Stack trace:
    #0 /MY_ADMIN/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/BFFM/v2.0.0/admin/flexible_footer_menu2.php on line 150.
    
    
    [12-Jun-2025 08:22:37 UTC] Request URI: /MY_ADMIN/index.php?cmd=flexible_footer_menu2&action=delete_confirm, IP address: 123.234.255.255
    --> PHP Fatal error: Uncaught Error: Undefined constant "SUCCESS_PAGE_REMOVED" in /zc_plugins/BFFM/v2.0.0/admin/flexible_footer_menu2.php:150
    Stack trace:
    #0 /MY_ADMIN/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/BFFM/v2.0.0/admin/flexible_footer_menu2.php on line 150.

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,492
    Plugin Contributions
    11

    Default Re: Flexible Footer Menu Multilingual ... for Bootstrap

    Also, when inserting:

    Code:
    [12-Jun-2025 10:18:51 UTC] PHP Fatal error: Uncaught Error: Undefined constant "SUCCESS_PAGE_INSERTED" in /zc_plugins/BFFM/v2.0.0/admin/flexible_footer_menu2.php:72Stack trace:
    #0 /MY_ADMIN/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/BFFM/v2.0.0/admin/flexible_footer_menu2.php on line 72
    
    
    [12-Jun-2025 10:18:51 UTC] Request URI: /MY_ADMIN/index.php?cmd=flexible_footer_menu2&action=insert, IP address: 123.234.255.255
    --> PHP Fatal error: Uncaught Error: Undefined constant "SUCCESS_PAGE_INSERTED" in /zc_plugins/BFFM/v2.0.0/admin/flexible_footer_menu2.php:72
    Stack trace:
    #0 /MY_ADMIN/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/BFFM/v2.0.0/admin/flexible_footer_menu2.php on line 72.
    
    
    [12-Jun-2025 10:18:51 UTC] Request URI: /MY_ADMIN/index.php?cmd=flexible_footer_menu2&action=insert, IP address: 123.234.255.255
    --> PHP Fatal error: Uncaught Error: Undefined constant "SUCCESS_PAGE_INSERTED" in /zc_plugins/BFFM/v2.0.0/admin/flexible_footer_menu2.php:72
    Stack trace:
    #0 /MY_ADMIN/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/BFFM/v2.0.0/admin/flexible_footer_menu2.php on line 72.

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,413
    Plugin Contributions
    94

    Default Re: Flexible Footer Menu Multilingual ... for Bootstrap

    Quote Originally Posted by dbltoe View Post
    Also, when inserting:

    Code:
    [12-Jun-2025 10:18:51 UTC] PHP Fatal error: Uncaught Error: Undefined constant "SUCCESS_PAGE_INSERTED" in /zc_plugins/BFFM/v2.0.0/admin/flexible_footer_menu2.php:72Stack trace:
    #0 /MY_ADMIN/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/BFFM/v2.0.0/admin/flexible_footer_menu2.php on line 72
    
    
    [12-Jun-2025 10:18:51 UTC] Request URI: /MY_ADMIN/index.php?cmd=flexible_footer_menu2&action=insert, IP address: 123.234.255.255
    --> PHP Fatal error: Uncaught Error: Undefined constant "SUCCESS_PAGE_INSERTED" in /zc_plugins/BFFM/v2.0.0/admin/flexible_footer_menu2.php:72
    Stack trace:
    #0 /MY_ADMIN/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/BFFM/v2.0.0/admin/flexible_footer_menu2.php on line 72.
    
    
    [12-Jun-2025 10:18:51 UTC] Request URI: /MY_ADMIN/index.php?cmd=flexible_footer_menu2&action=insert, IP address: 123.234.255.255
    --> PHP Fatal error: Uncaught Error: Undefined constant "SUCCESS_PAGE_INSERTED" in /zc_plugins/BFFM/v2.0.0/admin/flexible_footer_menu2.php:72
    Stack trace:
    #0 /MY_ADMIN/index.php(28): require()
    #1 {main}
    thrown in /zc_plugins/BFFM/v2.0.0/admin/flexible_footer_menu2.php on line 72.
    Ah, the joys of plugin "inheritance" as that (and SUCCESS_PAGE_REMOVED) message wasn't defined in the original. v2.0.1 will be forthcoming with the update.

  6. #6
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,492
    Plugin Contributions
    11

    Default Re: Flexible Footer Menu Multilingual ... for Bootstrap

    THANX

    If it helps, the process (insert or delete) completed even though the 500 was received.

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,413
    Plugin Contributions
    94

    Default Re: Flexible Footer Menu Multilingual ... for Bootstrap

    GitHub issue (with correction): https://github.com/lat9/bootstrap_ffmm/issues/1

  8. #8
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,492
    Plugin Contributions
    11

    Default Re: Flexible Footer Menu Multilingual ... for Bootstrap

    What is it they say? "No good deed goes unpunished"

    I do appreaciate all you have take on in the cause of Zen Cart.

    Now getting the following when inserting:

    Code:
    [13-Jun-2025 02:37:55 UTC] Request URI: /MY_ADMIN/index.php?cmd=flexible_footer_menu2&action=update, IP address: 123.234.255.255, Language id 1#0 /zc_plugins/BFFM/v2.0.1/admin/flexible_footer_menu2.php(109): zen_debug_error_handler()
    #1 /MY_ADMIN/index.php(28): require('/home/texacana/...')
    --> PHP Warning: Undefined array key "image_delete" in /zc_plugins/BFFM/v2.0.1/admin/flexible_footer_menu2.php on line 109.

  9. #9
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,413
    Plugin Contributions
    94

    Default Re: Flexible Footer Menu Multilingual ... for Bootstrap

    Quote Originally Posted by dbltoe View Post
    What is it they say? "No good deed goes unpunished"

    I do appreaciate all you have take on in the cause of Zen Cart.

    Now getting the following when inserting:

    Code:
    [13-Jun-2025 02:37:55 UTC] Request URI: /MY_ADMIN/index.php?cmd=flexible_footer_menu2&action=update, IP address: 123.234.255.255, Language id 1#0 /zc_plugins/BFFM/v2.0.1/admin/flexible_footer_menu2.php(109): zen_debug_error_handler()
    #1 /MY_ADMIN/index.php(28): require('/home/texacana/...')
    --> PHP Warning: Undefined array key "image_delete" in /zc_plugins/BFFM/v2.0.1/admin/flexible_footer_menu2.php on line 109.
    Corrected now as well (thanks); see this GitHub issue for the correction: https://github.com/lat9/bootstrap_ffmm/issues/2

  10. #10
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,492
    Plugin Contributions
    11

    Default Re: Flexible Footer Menu Multilingual ... for Bootstrap

    That one is giving:

    Code:
    [13-Jun-2025 17:14:50 UTC] PHP Parse error: syntax error, unexpected token "===" in /zc_plugins/BFFM/v2.0.1/admin/flexible_footer_menu2.php on line 109[13-Jun-2025 17:14:50 UTC] Request URI: /MY_ADMIN/index.php?cmd=flexible_footer_menu2, IP address: 123.234.255.255--> PHP Parse error: syntax error, unexpected token "===" in /zc_plugins/BFFM/v2.0.1/admin/flexible_footer_menu2.php on line 109.
    [13-Jun-2025 17:14:50 UTC] Request URI: /MY_ADMIN/index.php?cmd=flexible_footer_menu2, IP address: 123.234.255.255
    --> PHP Parse error: syntax error, unexpected token "===" in /zc_plugins/BFFM/v2.0.1/admin/flexible_footer_menu2.php on line 109.
    How about a suggestion I got from a code checker.

    Line 96
    Code:
    if ($col_image = new upload('col_image')) {
    to
    Code:
    $col_image = new upload('col_image');
            if ($col_image !== null) {
    And, line 109
    Code:
    } elseif ($col_image->filename === 'none' || ($_POST['image_delete'] ?? 0) === '1')
    to
    Code:
    } elseif ($col_image->filename === 'none' || (isset($_POST['image_delete']) && $_POST['image_delete'] === '1')) {
    I have tried this solution and it works on the current site. The site is running PHP 8.3.20, so the === should not have been a problem.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v154 Flexible Footer Menu Multilingual [Support Thread]
    By rbarbour in forum All Other Contributions/Addons
    Replies: 130
    Last Post: 1 Jun 2025, 02:18 PM
  2. Flexible Footer Columns Menu for 1.5.x
    By rbarbour in forum All Other Contributions/Addons
    Replies: 88
    Last Post: 23 Apr 2022, 01:18 PM
  3. v155 Flexible Footer Menu
    By MCS_Computers in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 9 Jul 2018, 10:59 AM
  4. v155 Flexible Footer menu sanitation issue?
    By meijei in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 15 Mar 2017, 05:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR