Publisher does not support the Fluid field type. Please do not contact asking when support will be available.
If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.
Ticket: Exception Caught No such property: ‘publisher_site_pages’ on EllisLab\ExpressionEngine\Legacy\Facade Facade.php:120
Status | Resolved |
Add-on / Version | Publisher 3.1.4 |
Severity | |
EE Version | 5.3.0 |
pixi
Apr 09, 2020Hi Brian,
I got this error when trying to create a member account from frontend via EE Harbor Visitor add-on :
Exception Caught
No such property: 'publisher_site_pages' on EllisLab\ExpressionEngine\Legacy\Facade
Facade.php:120
The thing is I couldn’t replicate it on a new installation with Publisher and Visitor installed. I didn’t get the error. This means I have to debug this one but don’t know where to look/start/end.
Thanks in advance.
BoldMinded (Brian)
Apr 09, 2020
Unfortunately that doesn’t provide enough information to start debugging either. I need a full stack trace to get an idea of what might be triggering this. Right now it is like finding a needle in a haystack.
pixi
Apr 10, 2020
Actually, I don’t know exactly what to give you.
What do you hear by “full stack trace”?
I have this Visitor form for sign in (the log in form works well)
I have another website where Visitor and Publisher works perfectly together with the same code.
BoldMinded (Brian)
Apr 10, 2020
That error should have been followed by another box of content with a lot more error messages. You might have to click a “Show More” link or something. Just take a screenshot of the entire page when you get the error and share it.
pixi
Apr 10, 2020
if only…
As you can see on the screenshot, unfortunately it is the only information I got.
BoldMinded (Brian)
Apr 10, 2020
Try backing up your db, then uninstalling other addons one by one until the error goes away, then maybe we can at least narrow it down to a specific area of the code and go from there.
pixi
Apr 10, 2020
Results : it is only when I uninstalled publisher that the Visitor registration worked so there is a conflic somewhere…where?
BoldMinded (Brian)
Apr 10, 2020
Do you have the latest version of Visitor installed? My guess is that it is shortcutting EE’s normal boot process and doing it’s own template parsing, which means Publisher’s classes can’t be loaded. Try adding this conditional to see if it’ll print the call stack.
BoldMinded (Brian)
Apr 10, 2020
pixi
Apr 10, 2020
Sure! Where do I have to add these lines ?
Yes latest version of VIsitor and Publisher used.
pixi
Apr 10, 2020
dumb question, sorry
pixi
Apr 10, 2020
I just did (there was missing a “i” in the lines provided) but it gaves me litterally all the DB’s datas.
I cannot copy/past here because it takes kilometers.
BoldMinded (Brian)
Apr 10, 2020
Change the second parameter from 10 to 1 and see what happens.
pixi
Apr 11, 2020
it gaves :
BoldMinded (Brian)
Apr 11, 2020
That’s the same error, so change the 1 to a 2, then 2 to 3 to see if it provides more information.
pixi
Apr 12, 2020
Changing to 2 gives :
and changin to 3 gives the almost infinite kilometers scroll.
BoldMinded (Brian)
Apr 13, 2020
Try the build linked in the next comment. That error finally revealed what I was looking for, and it looks like something I already fixed for the upcoming release.
BoldMinded (Brian)
Apr 13, 2020
Comment has been marked private.
pixi
Apr 14, 2020
Cool! It works now. Thank you very much as usual for your promt fix!