Page 1 of 2 12 LastLast
Results 1 to 10 of 365

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Posts
    80
    Plugin Contributions
    0

    Default Re: Can't get "referrals " mod working

    Gogolf, Tatiana, & others, I just wanted to report back in that I was able to get it working. My problem was that everything seemed fine except that the data was not getting posted to the db. The only thing I did to get it to work is to start over from scratch and repaste the code from the mod into my files.

    At one point, I had made the same mistake you are discussing that I had a create_account.php in includes\modules\custom\ but I had pasted the mod code into includes\modules\. After I fixed that mistake, it still wasn't working (I think). Then I did my "do-over" and it worked. Sooo... my original mistake MAY have been a reason it wasn't working, but I really can't pinpoint why it was not working before and now is. I'm just thanking my lucky stars it's working. I'm pulling for you guys too... I know how frustrating it is.

  2. #2
    Join Date
    Jun 2007
    Posts
    80
    Plugin Contributions
    0

    Default Re: Can't get "referrals " mod working

    Lina, it should be showing up in the create_account page.... 2 thoughts: 1) did you paste the mod code into the tpl_modules_create_account.php file in your includes\templates\your_template\templates folder? 2) I can't remember if there is an admin setting to turn on the feature (I don't think so), but I remember there are a few different places across admin for this mod's settings (if I recall correctly).

  3. #3
    Join Date
    May 2007
    Posts
    139
    Plugin Contributions
    0

    Default Re: Can't get "referrals " mod working

    LankeeYankee - Works, thanks!

    MyGreyGoose/Gogolf/Stellarweb - It's working for me, thankfully!

    Please see my last post...


    Tat

  4. #4
    Join Date
    May 2007
    Location
    Port Charlotte, FL
    Posts
    125
    Plugin Contributions
    0

    Default Re: Can't get "referrals " mod working

    [FONT=Tahoma][FONT=Arial]I moved the create_account.php to the folder as suggested and that did not correct my problem. [/FONT][/FONT]
    [FONT=Tahoma][FONT=Arial][/FONT][/FONT]
    [FONT=Tahoma][FONT=Arial]The displayed error message: [/FONT][/FONT]
    [FONT=Tahoma][FONT=Arial](Parse error: syntax error, unexpected T_CASE in /home/aaadi3/public_html/admin/orders.php on line 195) [/FONT][/FONT]
    [FONT=Tahoma][FONT=Arial]is a syntax error detected during php parsing. Such a syntax error must be corrected before a program can run. A syntax error could be wrong or missing punctuation, unrecognizable operators or statements, etc. The resulting code cannot execute. This contribution does not seem to be in a bug free condition.[/FONT][/FONT]
    [FONT=Tahoma][FONT=Arial][FONT=Tahoma][FONT=Arial]Is the author of the code available to assist in debugging?[/FONT][/FONT][/FONT][/FONT]
    [FONT=Tahoma][FONT=Arial]I use the applezen template and this contribution is not easy to uninstall. Any suggestions?[/FONT][/FONT]
    H. Light
    Florida

  5. #5
    Join Date
    Mar 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: Can't get "referrals " mod working

    (Parse error: syntax error, unexpected T_CASE in /home/aaadi3/public_html/admin/orders.php on line 195)

    I got the same error when I was looking at my admin/orders however not being a "expert" with this mod I looked at the version of orders.php that comes with the new 1.3.7, that version is June 25, 2007 and the version that came with mod is December 28, 2006. If you you a file compare program you will see the differences in the two versions.

    I'm guessing the error message we saw is a syntax as stated. I have not explored it, maybe something like a forgotten "}" bracket, but then again I'm the few who has problems with this mod.

    I'm trying to see what effect having the original orders.php file has with this mod so I loaded the later version (that came with 1.3.7) back on my server to see which way it goes .... "hook or slice".

  6. #6
    Join Date
    May 2007
    Location
    Port Charlotte, FL
    Posts
    125
    Plugin Contributions
    0

    Default Re: Can't get "referrals " mod working

    Thanks for the response! I gathered from your message that you have a procedure for removing the mod. Since I cannot get this issue resolved I want to remove it but I don't know how. Any suggestions?
    H. Light
    Florida

  7. #7
    Join Date
    Mar 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: Can't get "referrals " mod working

    I'm sure there is a posting on the procedure for replacing the changes you have made to your store. You'll the constant warning with any modification you read on the forum, such as back up, back up back up.

    Look at the mod's folder and files. Make a note of them and their structure.
    Locate the files in your store's server files. Delete those files.

    Take your last saved store (folder and files) and upload those matching files.
    If you have not modified any of those files, such as you have a new clean install, simply take the files out of the Zen packet of files.

    Hopefully you made a back up of your database before you installed the mod.
    Upload the back up copy of the database that you have before the mod was installed.



    Quote Originally Posted by hllight View Post
    Thanks for the response! I gathered from your message that you have a procedure for removing the mod. Since I cannot get this issue resolved I want to remove it but I don't know how. Any suggestions?

  8. #8
    Join Date
    Dec 2006
    Posts
    189
    Plugin Contributions
    0

    Default Re: Can't get "referrals " mod working

    Glad to hear some of you have gotten this mod to partially work by adding a custom directory. I tried this, deleted the create_account.php from includes/modules. Added it instead to includes/modules/custom but no go for me. I received an error message after doing this so I added it back.

  9. #9
    Join Date
    Mar 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: Can't get "referrals " mod working

    I get confused with all the problems the few of us can have with this mod.
    Which was yours, the sql patch or the referral not showing up in the admin/customers ?

    Quote Originally Posted by Robbyn7 View Post
    Glad to hear some of you have gotten this mod to
    partially work by adding a custom directory. I tried this, deleted the create_account.php from includes/modules. Added it instead to includes/modules/custom but no go for me. I received an error message after doing this so I added it back.

  10. #10
    Join Date
    May 2007
    Location
    Port Charlotte, FL
    Posts
    125
    Plugin Contributions
    0

    Default Re: Can't get "referrals " mod working

    Quote Originally Posted by gogolf View Post
    (Parse error: syntax error, unexpected T_CASE in /home/aaadi3/public_html/admin/orders.php on line 195)

    I got the same error when I was looking at my admin/orders however not being a "expert" with this mod I looked at the version of orders.php that comes with the new 1.3.7, that version is June 25, 2007 and the version that came with mod is December 28, 2006. If you you a file compare program you will see the differences in the two versions.

    I'm guessing the error message we saw is a syntax as stated. I have not explored it, maybe something like a forgotten "}" bracket, but then again I'm the few who has problems with this mod.

    I'm trying to see what effect having the original orders.php file has with this mod so I loaded the later version (that came with 1.3.7) back on my server to see which way it goes .... "hook or slice".
    After reading this message again, you didn't say how you fixed it. Did you use the files from the December version? If so which files?
    H. Light
    Florida

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. How Did You Hear About Us? mod
    By yeah! in forum All Other Contributions/Addons
    Replies: 15
    Last Post: 28 Dec 2011, 06:28 PM
  2. Database Errors - Duplicate Entries - How Did You Hear About Us Mod
    By limelites in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 7 Sep 2010, 08:59 PM
  3. How Did You Hear About Us Mod...2 Instances Possible??
    By jdw1979 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 26 Mar 2010, 02:14 PM
  4. How Did You Hear Did You About Us -- I want to install it correctly
    By johnd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Feb 2008, 03:21 AM
  5. Error in admin - PayPal - when using How Did You Hear About us mod
    By TrvlFox in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 23 Nov 2007, 03:23 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