HI, I just installed FrontEndUsers filt in al the information and put it in my template, everything looked all right but now i get an error:
DEBUG: Array ( [module] => FrontEndUsers )
Anybody have an idea where this is coming from?
I allready have UderID installed, can it be this?
Error Installing FrontEndUsers
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Error Installing FrontEndUsers
this is an errant debug statement that got left in there, the latest version (in svn) has it cleaned up, I have one more error to fix and I'll be cutting a new release. Sorry for the inconvenience.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Error Installing FrontEndUsers
You should be able to add an account to the forge, and then monitor these changes, I've got lots of features to add in the near future.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Error Installing FrontEndUsers
I now use the latest svn (daily) and still get this error:
DEBUG: Array ( [module] => FrontEndUsers )
its a clean brand new install.... in a different subdomain... and a new MySQL database...
DEBUG: Array ( [module] => FrontEndUsers )
its a clean brand new install.... in a different subdomain... and a new MySQL database...
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Error Installing FrontEndUsers
search through the FrontEndUsers.module.php for a print_r statement or an "echo" line containing the word DEBUG, and delete it.
if there is a "return" statement directly below the DEBUG statement, delete that as well.
if there is a "return" statement directly below the DEBUG statement, delete that as well.
Anduril wrote: I now use the latest svn (daily) and still get this error:
DEBUG: Array ( [module] => FrontEndUsers )
its a clean brand new install.... in a different subdomain... and a new MySQL database...
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.