Page 12 of 23 FirstFirst ... 2101112131422 ... LastLast
Results 111 to 120 of 229
  1. #111
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: Scheduled Events Add-On

    I'm on zc 3.9h I installed this mod back in 3.7 and have updated several times. At zc 3.9d this mod was still working for me. At 3.9h it works on the store front side, but I can no longer access the admin screen of this mod. I hadn't noticed as I only checked it from the store side when I updated....now just discovered the prob as I went to update the coming year's events.

    I can access it in my test site but not in live site. I don't have .htaccess file on my test site (windows7 wamp localhost) so I wonder if there is something I should add to my live .htaccess..... or if its more complicated than that (I note comment above that the mod is being re-written.)

    I did update the phpMyEdit.class.php from the above zip.

    Thanks,
    Doug
    www.meafordwool.com

  2. #112
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Scheduled Events Add-On

    I've just read through this thread for the first time and see that you are in the process of updating the mod (as of last October).
    There are a couple of comments I had from the old posts, which you may already be addressing, but I'll mention them here just in case they help.

    You discussed providing pre-edited language files versus giving instructions for adding defines to them. I think it would be simpler and safer all around to add new files for the mod's defines (in the /extra_definitions/ folder), rather than either of the above. Also, moving all output text to language define files as you mentioned is definitely the way to go.

    The fix for db table prefixes:
    $result = $db->Execute("SELECT * FROM (DB_PREFIX . 'events') WHERE (EndDate >= NOW()-1) ORDER BY StartDate");
    might better be done in the ZC standard way, by defining TABLE_EVENTS in a new (extra_datafiles) file and using that. This would even allow the user to change the table's name if they want to, without getting deep into the PHP code.
    $result = $db->Execute("SELECT * FROM " . TABLE_EVENTS . " WHERE (EndDate >= NOW()-1) ORDER BY StartDate");

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

    Default Re: Scheduled Events Add-On

    Quote Originally Posted by soxophoneplayer View Post
    I did update the phpMyEdit.class.php from the above zip.
    I'm curious about this as the file has not changed from the original release to the current version on their website.
    What other mods are you using and where did you get your template?

  4. #114
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: Scheduled Events Add-On

    I'm curious about this as the file has not changed from the original release to the current version on their website.
    What other mods are you using and where did you get your template?
    I just noticed that the file had a more recent date than the 2009 file already existing.

    I'm using a load of mods, and the template is my own modified version of Classic. The add ons includle Canada Post, Stock by Attribute, Attributes Grid, Product Short Description, IH2, Zen Lightbox, French Pak, Column Grid, Horizontal Dropdown Menu (that I added link for Eventz), Google Analytics, Comodo Trust, Sales Report, Ceon Manual Card, XML Sitemap, About Us, Encrypted Master Password.

    When I updated from zc 1.3.9d I eliminated FEC, and Superorders. I added Edit Orders and Ceon SEO.

    I am certain that the front end of Events was working after the update to 1.3.9h, but I honestly don't recall if I checked the admin side - but for sure I haven't added any events since the update.

    I don't have Ceon SEO on my test site, and I don't have the .htaccess on it, as in both cases it wouldn't work. Everything else is on the test site which I routinely use to test any site modifications before moving them live.

    On the test site, the admin worked today but gave an error message on top of the admin page. When I unziped phpMyEdit.class.php and then that error doesn't show anymore. So I then ftp'd that file to my live site to see if it made a difference, and it doesn't.

    When trying to get into the eventz admin I get a 'page does not exist' error and it loads my site map.

    There is no error showing in the debug cache.

  5. #115
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,472
    Plugin Contributions
    11

    Default Re: Scheduled Events Add-On

    @glen -- yep already working that way. Oct to April is our big on the road time plus I broke an ankle in three places in Dec. Just out of the cast last week. Most of my time has been spent with a leg up in the air.

    @sox make sure you uploaded the folder to your root (step 5 of the Basic/Beginner Installation Instructions in the events_installation_users_guide.txt).

  6. #116
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: Scheduled Events Add-On

    @sox make sure you uploaded the folder to your root (step 5 of the Basic/Beginner Installation Instructions in the events_installation_users_guide.txt).
    Yes, Eventz folder is in public_html folder, which is where my admin folder, includes, etc etc. are located.

  7. #117
    Join Date
    Aug 2011
    Location
    Southern Alabama
    Posts
    15
    Plugin Contributions
    0

    Default Re: Scheduled Events Add-On

    I haven't seen any motion on this thread in awhile.. I am hoping that is not bad news for me.. lol

    I am a new zenner and am real interested in this add on... would solve alot of issues I have... anyway.. I am using 1.3.9h and I see it will work with this version..

    I do see a couple people asking if there is any way to show scheduled events to non logged in folks on site.. That is MY thing too..

    I am going to allow folks to order w/out registering.. and would like those folks to see the schedule as well as I am allowing COD to any of my Live sales events which I would need to list..

    thanks for any help or input

    Ken
    Last edited by BamaPlants; 12 Aug 2011 at 04:00 PM. Reason: I am a horrible typist and worse about proofreading

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

    Default Re: Scheduled Events Add-On

    You can blame the lack of traffic on me. Procrastination, a broken ankle, and hand surgery have really messed with my plans for the past year. Barely had time to keep our customers updated.
    I had wanted to migrate all of the mod into the admin and database.
    Was part way there, but the release of 1.5.0 [BETA] has convinced me that I need to just fix the current for 1.3.9h and go back to the other idea when 1.5.0 is stable.
    The mod has never required that a customer be logged in to see the events.
    Give me a couple of days to repackage what we have working on 1.3.9h and I will post the zip here.
    THANX for the patience.

  9. #119
    Join Date
    Aug 2011
    Location
    Southern Alabama
    Posts
    15
    Plugin Contributions
    0

    Default Re: Scheduled Events Add-On

    NO problem... It may be the examples I have seen posted That made me think it could not be seen except by logged in user as I could not find it and wasn't willing to register just to see it.. LMAO I can be a goof..

    and shoot man that was a plenty fast reply for me and I look forward to seeing what you have and thanks again

    Ken

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

    Default Re: Scheduled Events Add-On

    Maybe the drug fog is lifting as it was pretty easy to repackage for 1.3.9h. And, it will work with 1.5.0 [BETA] as well.

    I still want to get rid of the eventz folder in favor of admin manipulation of the database, but that will have to wait.

    The zip is too big to attach so, until it's available in the Free Software Add Ons, you can download the file here.

    Just in case I only mentioned it 100 times in the readme.....
    BACKUP
    BACKUP
    BACKUP

 

 
Page 12 of 23 FirstFirst ... 2101112131422 ... LastLast

Similar Threads

  1. Scheduled sending of eCards
    By cna-tester in forum General Questions
    Replies: 0
    Last Post: 18 Aug 2010, 09:14 AM
  2. Send scheduled email to customers???
    By hifipj in forum General Questions
    Replies: 2
    Last Post: 16 Oct 2007, 02:39 PM
  3. USPS API Updates Scheduled
    By batteryman in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 25 Apr 2007, 09:43 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