Page 1 of 1

FrontEndUsers Export Users to CSV

Posted: Thu Mar 15, 2007 2:24 pm
by benn
I am having a problem with exporting users to CSV using the module FrontEndUsers.

When I Export Users to CSV the file i get reads Table 'news24.cms_module_feusers_groups' doesn't exist
end
.

Why is it looking for the table prefix cms_ when my table prefix is fn24_

Am I supposed to leave the default prefix cms_ when I first install cmsms or is there something wrong with FrontEndUsers?

Can someone please help

Re: FrontEndUsers Export Users to CSV

Posted: Tue Mar 20, 2007 10:01 am
by rhys
Hello

I am having the same problem Benn.

If the module is trying to find the prefix cms_ then it must also be trying to write to a prefix called cms_ which doesn't exist because I changed it in the install setup.

I have made 20+ websites each time changing the default prefix cms_ in the install setup (to the company name). I hope that this isn't causing similar problems with other modules.

Any ideas... anyone...?

Re: FrontEndUsers Export Users to CSV

Posted: Wed Mar 21, 2007 12:27 am
by calguy1000
Uhm, because it's a bug :)

I just looked in the SVN version of FEU and it has the same problem.  I quickly fixed it and checked it into SVN.  It should be fixed with the next beta.

Re: FrontEndUsers Export Users to CSV

Posted: Wed Mar 21, 2007 9:20 am
by benn
Hello calguy1000

Thanks for the answer. How can I  temporarily fix this? Could I just replace the prefix cms_ to my fn24_ prefix? If this is possible what files do I need to change?

Re: FrontEndUsers Export Users to CSV

Posted: Wed Mar 21, 2007 12:29 pm
by skypanther
If you're willing to give a shot at running untested development-grade code, you can grab the updates from SVN--either the individual files that have changed or grab the whole SVN version of the module. Make sure to back up your existing files and database!

To get individual files:
Visit http://viewsvn.cmsmadesimple.org/viewsv ... ntendusers
Click the file's name
Click the (download) link and save the file someplace convenient
Upload it over the top of the existing file of that name

It looks like you'll need to grab the FrontEndUsers.module.php and lang/en_US.php files for this update.


To get the whole SVN version:
Visit http://dev.cmsmadesimple.org/scm/?group_id=14
Click the Download The Nightly SVN Tree Snapshot link
Upload the files over the top of your existing FEU files

With either method, you should check the Modules list page to see if any upgrade operations are required (click the "upgrade" link).

Tim

Re: FrontEndUsers Export Users to CSV

Posted: Wed Mar 21, 2007 2:37 pm
by calguy1000
I hope to spit out another beta either today or tomorrow.  If I have the time.

Re: FrontEndUsers Export Users to CSV

Posted: Thu Mar 22, 2007 9:22 am
by benn
Thank you both.

Will wait for the beta.
Great module and looking forward to the NMS integration with selfreg and feusers.

Benn