Results 1 to 10 of 244

Hybrid View

  1. #1
    Join Date
    Jul 2006
    Location
    Louisiana
    Posts
    144
    Plugin Contributions
    0

    Default Ceon Manual Card Payment Module

    I manually installed Zen-cart 1.3.9d on HostGator.
    When the cart was running, I loaded 10 products from the /store/storeadmin/index.php

    http://www.mydomain.com/store/index.php worked
    and
    http://www.mydomain.com/store/storeadmin/index.php
    worked, before I applied the neon Manual Card.


    In order to apply the ad-on, I zipped up the entire site less the cache and downloaded it to my computer. I applied the ad-on as per instructions, re-zipped the software and moved it back to the server.
    I modified the sql as per instructions.

    http://www.mydomain.com/store/index.php executes properly and displays the products properly.

    I can not cause:
    http://www.mydomain.com/store/storeadmin/index.php to display.

    The Admin ‘index.php' will not display when I launch
    http://www.mydomain.com/store/storeadmin/index.php
    or
    http://www.mydomain.com/store/storeadmin/
    I rebooted my computer several times, cleaned the cache, cleaned cache from within IE, rebooted several more times, waited 24 hours and it still will not execute. I changed permissions to 775 on includes/configure.php and storeadmin/index.php and still no luck. The contents of configure.php was not altered since it was working before the ad-on.

    I don't know what the problem is.
    Is there something in the ad-on that is loaded when admin/index.php executes that is causing the problem? Maybe I copied something to the wrong folder?

    Do I have to remove everything and reinstall the entire cart? Just what's up?

    I have a copy of the previous software install backed up and could revert to that and test agn but I thought I would give a shout out first.

    Has anyone run into a situation like this?

  2. #2
    Join Date
    Jul 2006
    Location
    Louisiana
    Posts
    144
    Plugin Contributions
    0

    Default Re: Ceon Manual Card Payment Module

    Quote Originally Posted by Forum5 View Post

    I don't know what the problem is.
    Is there something in the ad-on that is loaded when admin/index.php executes that is causing the problem? Maybe I copied something to the wrong folder?

    Do I have to remove everything and reinstall the entire cart? Just what's up?

    I have a copy of the previous software install backed up and could revert to that and test agn but I thought I would give a shout out first.

    Has anyone run into a situation like this?
    I reverted to the backup from prior to the Ceon install and all works well, including the storeadmin/index.php.

    The instructions state:
    Please Note: If the admin folder for the store is not named “admin”, then care must be taken to place the files from within the files/admin folder into the store's admin folder. Simply copying across the files/admin folder won't work!
    I'm confused over that statement. I copied the ceon files store/includes/* to store includes/* and admin/includes/* into the storeadmin/includes/*. I think, into the proper folders.

    I'm confused because the instructions state:
    New Files

    These are the files which make up this module. They should be copied into their respective folders in the Zen Cart installation.

    They already have the correct folder structure, so a single drag-and-drop of the folders/files in the files folder into the root directory for the store will put the files in the correct locations.

    There's no need to copy the files individually - that often results in files being missed out!
    Still no idea.
    Last edited by Forum5; 16 Jul 2010 at 06:36 AM.

  3. #3
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon Manual Card Payment Module

    Hi,

    Quote Originally Posted by Forum5 View Post
    I copied the ceon files store/includes/* to store includes/* and admin/includes/* into the storeadmin/includes/*. I think, into the proper folders.
    That's right, so I don't know what your question is. What don't you have an idea about?

    Just follow the remaining instructions and all should be fine.

    All the best..

    Conor
    ceon

  4. #4
    Join Date
    Jul 2006
    Location
    Louisiana
    Posts
    144
    Plugin Contributions
    0

    Default Re: Ceon Manual Card Payment Module

    Quote Originally Posted by conor View Post
    Hi,
    That's right, so I don't know what your question is. What don't you have an idea about?

    Just follow the remaining instructions and all should be fine.

    All the best..

    Conor
    ceon
    All is well. I reverted to the clean copy and loaded the Ceon Manual Card module again. I guess it takes me two times to get it right.

    Allow me to post a notice to ALL:

    If you use a prefix on your data tables, don't forget to put the same prefix on the Ceon Table that you create, else it will not work.

    Thanks for the module Conor.

  5. #5
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon Manual Card Payment Module

    Hi,

    Quote Originally Posted by Forum5 View Post
    If you use a prefix on your data tables, don't forget to put the same prefix on the Ceon Table that you create, else it will not work.
    That's already made clear in the documentation.. the preferred method is to use Zen Cart's SQL patch function rather than pasting the SQL directly into software such as PHPMyAdmin, but if you do go the PHPMyAdmin route, of course you must use the correct prefix (this is also stated in the documentation).

    Quote Originally Posted by Forum5 View Post
    Thanks for the module Conor.
    Glad you like it and that you got your problems sorted.

    All the best..

    Conor
    ceon

  6. #6
    Join Date
    Jun 2010
    Location
    Virginia
    Posts
    20
    Plugin Contributions
    0

    Default Re: Ceon Manual Card Payment Module v2.0.0!

    [FONT="Comic Sans MS"]I am receiving the following when I try to install the Ceon payment module.

    The Ceon Manual Card Database Table Does Not Exist!


    It tells me to please create the database table, according to the installation instructions. I've checked and the table is in the database. [/FONT]

  7. #7
    Join Date
    Jul 2006
    Location
    Louisiana
    Posts
    144
    Plugin Contributions
    0

    Default Re: Ceon Manual Card Payment Module v2.0.0!

    Quote Originally Posted by The Enchanted View Post
    [FONT="Comic Sans MS"]I am receiving the following when I try to install the Ceon payment module.

    The Ceon Manual Card Database Table Does Not Exist!


    It tells me to please create the database table, according to the installation instructions. I've checked and the table is in the database. [/FONT]
    Well,.. if you did install the table, did you install the table in the Zen Cart database with the same prefix as the other tables?

    Read the instructions again, very carefully. My problem started because I was moving to fast and overlooked a few steps.

    Computer code is unforgiving with that sort of thing.

  8. #8
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon Manual Card Payment Module v2.0.0!

    Hi,

    Quote Originally Posted by The Enchanted View Post
    [FONT=Comic Sans MS]It tells me to please create the database table, according to the installation instructions. I've checked and the table is in the database. [/FONT]
    You may have forgotten to upload the file

    admin/includes/extra_datafiles/ceon_manual_card_database_tables.php

    Either that or the prefix is wrong.

    All the best..

    Conor
    ceon

  9. #9
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon Manual Card Payment Module

    Hi,

    Quote Originally Posted by Forum5 View Post
    Do I have to remove everything and reinstall the entire cart? Just what's up?
    Sorry, no idea how you've done it but you appear to have messed up your admin files when reuploading them.

    Quote Originally Posted by Forum5 View Post
    I have a copy of the previous software install backed up and could revert to that and test agn but I thought I would give a shout out first.
    I would do that if I was you. Then simply use FTP to upload the Ceon Manual Card files, it's easy to do and you will avoid messing things up and you have done so far! :)

    All the best..

    Conor
    ceon

 

 

Similar Threads

  1. Ceon Manual Card Payment Module v4
    By conor in forum Addon Payment Modules
    Replies: 87
    Last Post: 7 Apr 2021, 04:44 PM
  2. Ceon Manual Card Payment Module v3.0.0
    By conor in forum Addon Payment Modules
    Replies: 136
    Last Post: 15 Nov 2012, 06:36 PM
  3. Ceon manual card module - cc error leads to page not found
    By jenniesummitreks in forum Addon Payment Modules
    Replies: 2
    Last Post: 16 Sep 2009, 09:28 PM
  4. Ceon Manual/Offline Card Payment Module v1.0.0!
    By conor in forum Addon Payment Modules
    Replies: 117
    Last Post: 27 Feb 2009, 10:04 PM
  5. Re: Ceon Manual/Offline Card Payment Module v1.0.0!
    By wizarddave in forum Addon Payment Modules
    Replies: 0
    Last Post: 2 Jan 2008, 05:13 PM

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