Please Log in or Create an account to join the conversation.
I'm getting this too, on my home page. Goes away after login. FYI, it appeared after upping to latest CB RC, I haven't installed latest Subs RC, still on 1.2.2.dotcom22 wrote:
1) I get now on the Registration page a error message telling:
Warning: Invalid argument supplied for foreach() in <span>/</span>home<span>/</span>mydev/public_html/administrator/components/com_comprofiler/plugin.foundation.php on line 167
Any idea why I get this ?
Please Log in or Create an account to join the conversation.
Do you have xdebug installed for your host or is the full callstack provided? That shows where the error is at but not what is causing it. Please also provide Joomla version and exact steps to duplicate so can try and find the cause.Warning: Invalid argument supplied for foreach() in <span>/</span>home<span>/</span>mydev/public_html/administrator/components/com_comprofiler/plugin.foundation.php on line 167
Not sure where we told you this was the case, but it's not the case. You can't have substitutions in a description because descriptions are full public and the user viewing is typically not a registered user. If you can provide a URL where we've provided a feature ticket number for this I can scan our forge for it and provide its status.2) You told me several weeks ago, the fact to be able to include "Substitution" inside Plan Description was a feature planned for version 1.3. I tried to test by including [username] in my plan description for see if that work but is not the case. I was logged in when testing so except if I need to make some more thing it seem you finally not included this feature.
DEFINE language strings are depreciated. We don't use them anymore and they'll be completely removed with future CB releases (CB 2.0 probably). CBSubs doesn't support defines pretty much anywhere. You need to use cbteamplugins method. Example as follows.However it seem the the WYSIWYG text area related to Instruction Text AND Custom HTML do not support language translation like DEFINE tag. I tried to include my own instruction like _UE_INTRUCTION_OFFLINE but I get nothing.
Please Log in or Create an account to join the conversation.
Do you have xdebug installed for your host or is the full callstack provided? That shows where the error is at but not what is causing it. Please also provide Joomla version and exact steps to duplicate so can try and find the cause.
Not sure where we told you this was the case, but it's not the case. You can't have substitutions in a description because descriptions are full public and the user viewing is typically not a registered user. If you can provide a URL where we've provided a feature ticket number for this I can scan our forge for it and provide its status.
DEFINE language strings are depreciated. We don't use them anymore and they'll be completely removed with future CB releases (CB 2.0 probably). CBSubs doesn't support defines pretty much anywhere. You need to use cbteamplugins method. Example as follows.
'This is my instructions' => 'This is my new instructions'
Please Log in or Create an account to join the conversation.
Please PM backend super administrator login credentials and will take a look.I don't have a specific step for reproduce this error because I get the error immediately when I go to Registration page. I simply updated CB and now I get this message. With the old version I had no problem...
It's still scheduled for CBSubs 1.3.0 as #2296, but it's not implemented yet. Please keep in mind you're using an RC, it's not complete.Substitution will not be displayed for non logged-in user but for other users yes...and is one of my goal. However I would like also display in Plan description some Delimiter Field for non logged-in user... My goal is to be able to show a specific public description and another more advanced description for logged-in user...reason why Substitution will be a must do that...
New features won't support DEFINE usage. Older parts of CBSubs still support them. We're just not implementing DEFINE usage any further.Strange because I use DEFINE in some part of CBSUBS without problem... Anyway about language you say you will soon depreciated DEFINE, so that mean:
With release of CB 2.0; yes to both most likely.- All foreign actual language file who are constructed using DEFINE will be soon provided with the same syntax of cbteamplugins method ??
- We must redo all our custom change in our language file ?
Yes, example as follows takes a string with HTML and removes it with its translation. You can do vise verse, etc..- It is possible to use HTML in translation when using cbteamplugins method? With Define is possible...
Please Log in or Create an account to join the conversation.
It's still scheduled for CBSubs 1.3.0 as #2296, but it's not implemented yet. Please keep in mind you're using an RC, it's not complete.
Please Log in or Create an account to join the conversation.