Trying to insert a form into content. Originally wanted it in Virtuemart, but that didn't work so I tried it in a regular content item just to check it. I get nothing, and I did get an error, although it doesn't seem to be repeating.
You know that's all greek to me, but what does the cf_profile plugin have to do with the mambot? Ok, well...the profile plugin is enabled on that form. Is that causing a problem? I also tried a form that is not using the plugin and get nothing, so I don't think it is.
The mambot is v6, for joomla 1.0.15. I either get nothing, or that error.
Please let me know what I may have missed, or what I can try. Thanks,
Cheryl
Fatal error: main() [function.require]: Failed opening required '' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/crptou/public_html/components/com_chronocontact/plugins/cf_profile.php on line 4
You know that's all greek to me, but what does the cf_profile plugin have to do with the mambot? Ok, well...the profile plugin is enabled on that form. Is that causing a problem? I also tried a form that is not using the plugin and get nothing, so I don't think it is.
The mambot is v6, for joomla 1.0.15. I either get nothing, or that error.
Please let me know what I may have missed, or what I can try. Thanks,
Cheryl
Hi Cheryl,
That's one for Max, the code that fails is
I'm guessing that you can't use the cf_profile with the CF mambot.
Bob
That's one for Max, the code that fails is
require_once( $mainframe->getPath( 'class' ) );I'm guessing that you can't use the cf_profile with the CF mambot.
Bob
I'm guessing that you can't use the cf_profile with the CF mambot.
I also tried using it with a form that does not have the plugin and still can't get it. But it was late last night so I will go try again after morning coffee. 🙂
Cheryl
I will move this to bugs and look at it!
Hello,
I had the same issue and came up with the following quickfix :
Replace :
with
I'm a complete beginner so please be aware that I might be doing it the wrong way, if meant for production websites I would wait for the dev's answer on this.
More information on the bug :
- appears when :
[list]cancelling or saving contents in the frontend
viewing static content [/list]
- does not appear when :
[list]applying changes on content on frontend
editing the content on the backend
viewing non-static content on the frontend (works when published on the frontpage, didn't test otherwise) [/list]
It seems that the getPath method returns an empty string...
BTW, thanks for the amazing component.
I had the same issue and came up with the following quickfix :
Replace :
require_once( $mainframe->getPath( 'class') );with
require_once( $mainframe->getPath( 'class', 'com_frontpage' ) );I'm a complete beginner so please be aware that I might be doing it the wrong way, if meant for production websites I would wait for the dev's answer on this.
More information on the bug :
- appears when :
[list]
- does not appear when :
[list]
It seems that the getPath method returns an empty string...
BTW, thanks for the amazing component.
Thanks Orion, did you try it this way :
does this happen with the Profile plugin only ?
let me know!
Regards
Max
require_once( $mainframe->getPath( 'class', 'com_chronocontact' ) )does this happen with the Profile plugin only ?
let me know!
Regards
Max
Hello,
it works just fine your way.
I didn't see any issue with the others plugins, but my tests were not as thorough.
Thank you for the great work !
it works just fine your way.
I didn't see any issue with the others plugins, but my tests were not as thorough.
Thank you for the great work !
Hi Cheryl,
I think in the profile plugin file
Regards
Max
I think in the profile plugin file
Regards
Max
This topic is locked and no more replies can be posted.
