Results 1 to 10 of 695

Hybrid View

  1. #1
    Join Date
    Aug 2013
    Location
    Brisbane
    Posts
    25
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by lankeeyankee View Post
    I looked at the code again in update_products and noticed that you put the first line of my code in the wrong spot, it was inside the
    PHP Code:
    if (!defined('IS_ADMIN_FLAG')) {
        die(
    'Illegal Access');
      } 
    so this was never being run
    PHP Code:
    $facebook_add $_POST['facebook_add']; 
    Try the new file and see if it finally works.
    Lankee I am having the same problem Can you explain "it was inside" WHAT

  2. #2
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by tenthilltoys View Post
    Lankee I am having the same problem Can you explain "it was inside" WHAT
    It's supposed to come after the closing bracket so it should look like this:
    PHP Code:
    if (!defined('IS_ADMIN_FLAG')) { 
        die(
    'Illegal Access'); 
      } 

    $facebook_add $_POST['facebook_add']; 
    The other poster had it like this:

    PHP Code:
    if (!defined('IS_ADMIN_FLAG')) { 
        die(
    'Illegal Access'); 
    $facebook_add $_POST['facebook_add'];
      } 

    Zen Cart and it's community are the best!!

  3. #3
    Join Date
    Aug 2013
    Location
    Brisbane
    Posts
    25
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Thankyou Lankee for your response and I apologize for being a bit terse but I had been working on this file for an hour.

    I am still getting a white screen and I have double checked all of the code do you have any suggestions.

    with thanks

  4. #4
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by tenthilltoys View Post
    Thankyou Lankee for your response and I apologize for being a bit terse but I had been working on this file for an hour.

    I am still getting a white screen and I have double checked all of the code do you have any suggestions.

    with thanks
    No worries. Look in your error log to see what error(s) are occurring to give the white screen. It will be something simple. You can also post the code from that page here and I can look at it. Put it in between the
    PHP Code:
    php brackets from the toolbar of the message text editor 
    to make it easier to read.

    Zen Cart and it's community are the best!!

 

 

Similar Threads

  1. v151 autofacebook help
    By sean g in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 27 Nov 2014, 08:52 PM
  2. AutoFacebook and Canada Post Modules
    By DJLQD in forum General Questions
    Replies: 0
    Last Post: 27 Feb 2013, 02:32 PM
  3. v139h Help please with Autofacebook - Support thread is no longer supported
    By shags38 in forum General Questions
    Replies: 0
    Last Post: 18 Jul 2012, 01:49 PM
  4. Problems with AutoFacebook
    By amanda099 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 31 Aug 2010, 10:12 AM
  5. AutoFacebook OG 1.3.9 addon problems
    By eOstrE in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Jul 2010, 09:44 AM

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