-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuck in step 1 :( #8
Comments
I'll try with |
In step 7 plugin requires "Your custom Facebook Verify token of the webhook" but I don't have it, |
Carlos, did you have any answer about your questions? I have the same doubts than you... |
I guess this sotware is not working with the new FB API |
Ok, thank you! |
Hello guys, 1 - ssh to machine 2 - since I downloaded the zip file from the website I didn't have the composer.json in my root folder 3 - downloaded the composer.json from master in github into mautic's root folder 4 - installed composer 5 - downloaded all the libs and facebook ads sdk (you might have other dependencies here that you have to install, it depends on your server) 6 - Downloaded Plugin 7 - Ensure everything was accessible (might not be nedded) 8 - Clear cache The plugin is running, normally. But after the facebook app configuration and connection step to authorize the app I get an error due to wrong version
will try to update and see if I get it working |
@fcandiani did you get it to work? |
@dsp76 Yes, I just had to change the composer dependency to 3.1.*;
Also, I installed mautic using git instead the "ready package" (all composer deps installed) they provide. |
When I installed via composer, it broke my mautic installation. |
Can you provide more details? |
@fcandiani tried to find you either in Mautic Slack (https://www.mautic.org/slack/) or in Skype to discuss it. Maybe we can switch there? currently "composer require facebook/php-ads-sdk:3.1.*;" will delete all other vendor bundles from Mautic... if that was setup "traditionally" without composer. Be careful, if you use composer in the case Mautic wasn't installed the same way before. |
As dsp76 mentioned, the first command command "composer require facebook ..." breaks the Mautic installation when the server is running the "production" version. Is there a way to bring it back to life after running this command? Unfortunately, I didn't see dsp's comment until after I had already tried. I'm now getting the "white screen of death" when I try to visit the url in browser. Also, when I try to run php app/console, there's a "Fatal Error" saying that the "Class App\MauticBundles\MauticApiBundle" cannot be found".. I'm assuming this is because composer is only looking in the root directory for Mautic's classes now, after running this command. If no fix for this, shouldn't this be a big WARNING at the very top of this bundles' instructions?? |
Here is how I made it to work : INSTALL COMPOSER
INSTALL Facebook Ads SDK
INSTALL Mautic plugin I followed @fcandiani method :
Configure Facebook This is getting complicated as Facebook asks for many things to verify the app.... Hope that helps. |
I'm turning crazy trying to understand this:
"Require the FB ads library in the Mautic root directory composer require facebook/php-ads-sdk:2.9.*"
Where can I find Fb Ads Library. I have searched in google and github but I haven't found a confidence result.
Thanks!
The text was updated successfully, but these errors were encountered: