Page 15 of 23 FirstFirst ... 51314151617 ... LastLast
Results 141 to 150 of 229
  1. #141
    Join Date
    Mar 2010
    Location
    Canada
    Posts
    46
    Plugin Contributions
    0

    Default Re: Scheduled Events Add-On

    Quote Originally Posted by DivaVocals View Post
    None that I'm aware of.. I'm sure you can Google up something that would be useful.. I downloaded Winmerge and dove in head first.. I didn't find it tough to figure out how to use it.. Did the same when I switched to Beyond Compare (Beyond Compare is not free but it's totally worth the small cost as it's a MUCH better program than Winmerge IMHO..)

    Kind of off topic but for those on a Mac you can use BBEdit to compare and merge files. Not free but works great.

  2. #142
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: Scheduled Events Add-On

    now I'm getting a custom 404 page not found page when I click on the link for pages 5,6,7
    shouLd I have put the define pages 5'6'7' somewhere else as well
    Last edited by discoverytdi; 17 Sep 2011 at 11:53 AM.
    What ever your doing remember to KISS ( Keep It Simple Stupid )

  3. #143
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: Scheduled Events Add-On

    Quote Originally Posted by discoverytdi View Post
    now I'm getting a custom 404 page not found page when I click on the link for pages 5,6,7
    shouLd I have put the define pages 5'6'7' somewhere else as well

    I have 2 define files could that be the problem
    What ever your doing remember to KISS ( Keep It Simple Stupid )

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

    Default Re: Scheduled Events Add-On

    Perhaps it's time to discuss things not pertaining to the scheduled events mod elsewhere. I realize I somewhat opened the door, but we're starting to drive a Mack truck throuh it.

  5. #145
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: Scheduled Events Add-On

    Quote Originally Posted by dbltoe View Post
    Perhaps it's time to discuss things not pertaining to the scheduled events mod elsewhere. I realize I somewhat opened the door, but we're starting to drive a Mack truck throuh it.
    ok sorry will post elsewhere
    What ever your doing remember to KISS ( Keep It Simple Stupid )

  6. #146
    Join Date
    Aug 2010
    Location
    Colorado
    Posts
    10
    Plugin Contributions
    0

    Default Re: Scheduled Events Add-On

    After this step I get an error of page not found, I have tried using eventz and changing the file name too. I have also downloaded and reloaded the folder several times. Any suggestions?
    5. Once the functionality is tested and working, FTP the eventz folder to the root of your site. Once uploaded, you should be able to reach it by entering http://www.yoursite.com/eventz in your browser's address bar.

  7. #147
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,107
    Plugin Contributions
    11

    Default Re: Scheduled Events Add-On

    When you uploaded the entire folder, could you see it in your FTP program?
    Can you give me some of the other posting tip answers?

  8. #148
    Join Date
    Aug 2010
    Location
    Colorado
    Posts
    10
    Plugin Contributions
    0

    Default Re: Scheduled Events Add-On

    Yes, I can see it in the ftp upload. I'm using zc v1.3.9e, I had recently moved the site from the back end to live, everything else works. I have even re-uploaded all the files with the new version of events and still the same thing. www.totaldogsupplies.com
    Last edited by BethDog; 20 Sep 2011 at 07:25 PM. Reason: forgot to add URL

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

    Default Re: Scheduled Events Add-On

    Haven't tested with e but should work.
    It would be nice to know your server type, php version, and the permission your FTP shows on that folder. Did you perhaps add an .htaccess file?

  10. #150
    Join Date
    Aug 2010
    Location
    Colorado
    Posts
    10
    Plugin Contributions
    0

    Default Re: Scheduled Events Add-On

    PHP 5.2.12, Events folder is set to 755, server type? I go through fatcow
    there is .htaccess file for another add on that is a css flyout header. Here is what it says:
    #
    # @copyright Copyright 2003-2010 Zen Cart Development Team
    # @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    # @version $Id: .htaccess 16111 2010-04-29 22:39:02Z drbyte $
    #
    # This is used with Apache WebServers
    #
    # The following blocks direct HTTP requests to all filetypes in this directory recursively, except certain approved exceptions
    # It also prevents the ability of any scripts to run. No type of script, be it PHP, PERL or whatever, can normally be executed if ExecCGI is disabled.
    # Will also prevent people from seeing what is in the dir. and any sub-directories
    #
    # For this to work, you must include either 'All' or at least: 'Limit' and 'Indexes' parameters to the AllowOverride configuration in your apache/conf/httpd.conf file.
    # Additionally, if you want the added protection offered by the OPTIONS directive below, you'll need to add 'Options' to the AllowOverride list, if 'All' is not specified.
    # Example:
    #<Directory "/usr/local/apache/htdocs">
    # AllowOverride Limit Options Indexes
    #</Directory>
    ###############################
    DirectoryIndex index.php

    # deny *everything*
    <FilesMatch ".*\..*">
    Order Allow,Deny
    Deny from all
    </FilesMatch>

    # but now allow just *certain* necessary files:
    <FilesMatch "(^$|^favicon.ico$|.*\.(php|js|css|jpg|gif|png)$)">
    Order Allow,Deny
    Allow from all
    </FilesMatch>

    IndexIgnore */*


    # The following makes adjustments to the SSL protocol for Internet Explorer browsers
    <IfModule mod_setenvif.c>
    <IfDefine SSL>
    SetEnvIf User-Agent ".*MSIE.*" \
    nokeepalive ssl-unclean-shutdown \
    downgrade-1.0 force-response-1.0
    </IfDefine>
    </IfModule>

    # Fix certain PHP values

    #<IfModule mod_php4.c>
    # php_value session.use_trans_sid 0
    # php_value register_globals 1
    #</IfModule>

    # to turn off register_globals
    # php_value register_globals 0

    #turn off X-PHP-Originating-Script header when sending emails from admin
    #uncomment to activate:
    # php_flag mail.add_x_header Off

    RewriteEngine On

    # Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
    RewriteCond %{REQUEST_URI} !\.[a-z]{2,5}$ [NC]
    # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/admin [NC]
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/editors [NC]
    # Don't rewrite cPanel directories
    RewriteCond %{REQUEST_URI} !/cpanel [NC]
    RewriteCond %{REQUEST_URI} !/frontend [NC]
    # Handle all other URIs using Zen Cart (index.php)
    RewriteRule .* index.php?%{QUERY_STRING} [L]

 

 
Page 15 of 23 FirstFirst ... 51314151617 ... 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