× Joomla Facebook Connect support forum

Topic-icon FATAL ERRORS

Active Subscriptions:

None
15 years 6 months ago - 15 years 6 months ago #6104 by vmcduarte
FATAL ERRORS was created by vmcduarte
Hello,

I installed this package on my website www.abbagio.com

I am having several problems with JFBC:


1)
On Overview, I get the following error:

JFBConnect Extension Check

Required Extensions
(OK) JFBConnect Authorization Plugin
(OK) JFBConnect User Plugin
(X) The joomla user plugin must execute before the jfbconnectuser user plugin. Please fix this in the plugin manager


2)
I get this message in the top of Homepage, even with JFBCLike Module UnPublished:

"{"JFBCLike buttonStyle=standard showFaces=1 width=450 verbToDisplay=like font=arial colorScheme=light url=http://www.abbagio.com/index.php?option=com_content&view=article&id=51"}"
"{"JFBCComments xid=content_51 width=550 numposts=10 hideLikeButton="}"

"{" equals {


3) When I do Publish module JFBCLike, I get the following error when entering any category from Virtuemart:

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 19456 bytes) in /home2/abbagioc/public_html/components/com_comprofiler/plugin/user/plug_virtuemart/virtuemart.php on line 189


4) When I publish Module JFBCLogin, I get the following error when entering any category from Virtuemart:

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 37638 bytes) in /home2/abbagioc/public_html/libraries/joomla/document/html/html.php on line 389
Last edit: 15 years 6 months ago by vmcduarte.
The topic has been locked.
Support Specialist
15 years 6 months ago #6105 by alzander
Replied by alzander on topic FATAL ERRORS
1) (X) The joomla user plugin must execute before the jfbconnectuser user plugin. Please fix this in the plugin manager
For this problem, you need to go into the Plugin Manager and re-order the JFBConnect User plugin to have a higher ordering number than the Joomla User plugin. This dictates the order in which the plugins fire, and the Joomla User plugin must go first.

2) That message is from the JFBConnect Content plugin. It's how we insert comments and likes into articles. You're seeing it likely because you have not published the JFBConnect Social Plugin (a system plugin which parses those tags and inserts the correct Facebook widget).

3) Those errors are caused because your server has a very low amount of memory. For a site that's using Virtuemart and Community Builder, 16 megs of memory for showing the webpage is extremely minute. JFBConnect isn't directly causing errors for you (you can see that the errors aren't actually from our files), it's just the straw that broke the camel's back. You'll need to increase the memory limit for PHP on this site to keep adding the 'heavy' features like JFBConnect, CB, VM or other 'big' components to your site.
Our next release should actually be a little lighter on memory use, but even then, I think you'd still have issues with only 16 megs of memory available.

Hope this all helps. If you continue to run into problems, let us know.
The topic has been locked.