FEU Property Not Available

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
User avatar
pukka
Forum Members
Forum Members
Posts: 119
Joined: Thu Nov 12, 2009 6:02 pm

FEU Property Not Available

Post by pukka »

Hello,

I'm getting the following errors relating to FEU:

The tag {$ccuser->property('lastname')} results in the following:
Warning: Invalid argument supplied for foreach() in /mysite.com/user/htdocs/modules/FrontEndUsers/FrontEndUsers.api.php on line 1619

While the tag {FrontEndUsers form='silent'} produces:
Warning: Invalid argument supplied for foreach() in /mysite.com/user/htdocs/modules/FrontEndUsers/FrontEndUsers.module.php on line 371


The tag {$ccuser->property('propertyname')} does not return any FEU property as it should.

And finally the FEU details aren't being passed to the billing page on the orders module.


System & Module info:

------------------------------------------
CMS Install Information
CMS Version 1.10.2
------------------------------------------

Installed Modules
CMSMailer 2.0.2
FileManager 1.2.0
MenuManager 1.7.7
ModuleManager 1.5.3
News 2.12.3
Printing 1.1.2
Search 1.7
ThemeManager 1.1.4
TinyMCE 2.9.4
CGExtensions 1.27.2
FrontEndUsers 1.16.5
AjaxMadeSimple 0.3.1
FormBuilder 0.7.1
CustomContent 1.7.3
CGSimpleSmarty 1.4.10
CGBlog 1.8.1
SelfRegistration 1.6.14
SiteMapMadeSimple 1.2.5
Uploads 1.14.1
JQueryTools 1.0.10
jQuery 1.2.0
CTLModuleMaker 2.0.3
CGEcommerceBase 1.3.9
Products 2.15.1
Cart 1.8.1
CGPaymentGatewayBase 1.0.11
PaypalGateway 2.3.5
Orders 1.13
SiteBanners 1.0
Statistics 1.1.3
CMSPrinting 1.0
MicroTiny 1.1.1
------------------------------------------


Many Thanks

P
User avatar
pukka
Forum Members
Forum Members
Posts: 119
Joined: Thu Nov 12, 2009 6:02 pm

Re: FEU Property Not Available

Post by pukka »

Anyone.

I've been searching for a bit and i still can't work out why the errors are showing and the FEU info not being passed onto the billing form.


P.
User avatar
pukka
Forum Members
Forum Members
Posts: 119
Joined: Thu Nov 12, 2009 6:02 pm

Re: FEU Property Not Available

Post by pukka »

So i uninstalled FEU, SelfReg, Orders & CustomContent, reinstalled them all and the problem still remains.


The following tag:
{$ccuser->property('firstname')} results in the error message below.
Warning: Invalid argument supplied for foreach() in /home/linweb01/t/mysite.com/user/htdocs/modules/FrontEndUsers/FrontEndUsers.api.php on line 1620


Basically {$ccuser->property('propertyname')} doesn't work at all and just gives me the error above.


While the tag {FrontEndUsers form='silent'} produces:
Warning: Invalid argument supplied for foreach() in /mysite.com/user/htdocs/modules/FrontEndUsers/FrontEndUsers.module.php on line 371

Is this a bug in FEU or something?

Some assisance will be seriously appreciated.

P.
spcherub
Power Poster
Power Poster
Posts: 402
Joined: Fri Jun 06, 2008 5:54 pm

Re: FEU Property Not Available

Post by spcherub »

Use a combination of {get_template_vars} and {$var|$print_r} (replace "var" with the variable name you are looking for information about) to find out what variables are being exported into your page at run-time. This may point to something else missing or configured wrong.

-S
beattie
Forum Members
Forum Members
Posts: 98
Joined: Sun Dec 21, 2008 11:35 pm

Re: FEU Property Not Available

Post by beattie »

Hi, I don't know if this helps or if you have since resolved this issue but I have a similar warning:

Warning: Invalid argument supplied for foreach() in /home/username/public_html/modules/FrontEndUsers/FrontEndUsers.api.php on line 1619

This warning has only just come up since I went into the site's database and changed encrypt from '0' to '1' on some of the properties in table cms_module_feusers_propdefn

I realised after I had created all the user properties that I should have set some of the more data sensitive properties to encrypt in the databse and I was only able to change the settings via the database. Perhaps this is related to your problem?
Post Reply

Return to “Modules/Add-Ons”