Re: AutoFacebook [Support]
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.
Re: AutoFacebook [Support]
Quote:
Originally Posted by
lankeeyankee
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.
We have lift-off Houston = Success = works a treat !!!
Thanks again - now we will see if we can make this available for everyone :)
So what other contributions have you put forward Lankee? - you mentioned something earlier.
cheers,
Mike
Re: AutoFacebook [Support]
If you bundle up your work and submit it as a new version to
http://www.zen-cart.com/downloads.php?do=file&id=1095
then everyone will have access to it.
Re: AutoFacebook [Support]
Does anyone know how to show up the product price together with special price in facebook page?
Thank you very much!
Re: AutoFacebook [Support]
Hi there,
I've had Auto Facebook working for quite a while now, but it seems like they've changed something :( So, I deleted my app and set up another one, but when I run the facebook_authorization.php script, I get the following error:
Strict Standards: Unknown: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Chicago' for 'CDT/-5.0/DST' instead in Unknown on line 0
Fatal error: Uncaught OAuthException: Malformed access token CAAFHflI18GsBALnTT9wyylUj72gs8RZB0RQcs83EJm3ZBC90RVeCEpjIECJu6lrvGXtpZCo8tjkH6lt rAZCQVv3NtejJLWQ9nYNTBgecYaDPs7OYa5TmJmYab0ziR69oiQLNFnUrVNC3jPQ934FWCQUb0VeFHos ZD&expires thrown in /home/joannes/public_html/facebook/facebook_authorization.php on line 532
I'm still using zencart 1.38 so it's nothing to do with a new version or anything - can anyone help?
Thanks,
Joanne :(
Re: AutoFacebook [Support]
I have been skimming through posts on here for the best part of 3 hours and have not found anyone with quite the same issue I'm having and I just don't have time to keep skimming through pages so, I apologize if this has been reported and solved already.
I managed to get this installed and working almost completely, lol!
When I make a new product and click "Insert", I get sent to a blank page. I have to send my browser back 3 pages to get back to my category page.
Now, unlike some of the guys here who say that when that happens, the product doesn't get posted on FB... mine does. So the process seems to be executing correctly, it's just not redirecting me back to the category after inserting a new product.
Any idea how to fix this? o.0
Re: AutoFacebook [Support]
blank page means a php error. Check your cache folder if on 1.3.9 or lowers or your logs folder on 1.5x. The debug text files have the info in them that will help track down what you've done wrong.
Re: AutoFacebook [Support]
I'm using autofacebook with zen 1.5.1
The plugin is working great except extra zeros are added to the prices like $949.00000
heres a link https://www.facebook.com/ntsolutionsllc?ref=hl
How do I get the plugin to include the discounted price and fix the zeros or just not include the price at all?
I also want to use the autotwitter plugin how do I install both plugins?
Re: AutoFacebook [Support]
I have installed the mod as per the youtube video yet when I run the facebook_auth file I get this:
Status: array (
0 => '
'"http://www.w3.org/1999/xhtml"
xml:lang',
2 => '"en" lang',
3 => '"en" id',
4 => '"facebook">
'"Content-Type" content',
6 => '"text/html; charset',
7 => 'utf-8" />
'"Cache-Control" content',
9 => '"no-cache" />
'"robots" content',
11 => '"noindex,nofollow" />
'"menu" href',
16 => '"http://www.facebook.com/">
'"core">
Sorry, something went wrong.
We\'re working on getting this fixed as soon as we can.
'"return back();" href', 19 => '"http://www.facebook.com/">Go Back
'"footer" id', 21 => '"pagefooter_copyright"> Facebook © 2013 · '"http://www.facebook.com/help/">Help
',
)
Any ideas?
Jayce
Re: AutoFacebook [Support]
That looks like a facebook message and facebook problem but if you have installed this wrong, perhaps that message would come up as well. Has anyone else seen this message?