Page 1 of 1

Importing new users to MAMS?

Posted: Tue Nov 22, 2022 6:07 am
by pwg
Hi,

I've been using MAMS for a little while with only a small number of users, basically, as a test to show the client how it could work. Now, I'm trying to import a larger list and keep having issues.

I did export my current user list and exactly copied the formatting for the import file, but no go.
Error messages include file not in the correct format or input fields not recognised.

Any tips on how to do this?

Thanks for any help.

Cheers,

Paul

Re: Importing new users to MAMS?

Posted: Tue Nov 22, 2022 7:54 am
by Jo Morg
Anything in the PHP error logs? That would help track it down. Being a fork it may be an inherited bug or it could be introduced in the forking process. Also, knowing the PHP version in that install would help. Always try to give as as much info as possible, please.

Re: Importing new users to MAMS?

Posted: Wed Nov 23, 2022 6:13 am
by pwg
Hi Jo, thanks for the reply. no nothing that I could see in the error logs.

This server is PHP version: 7.4.33

System info below
----------------------------------------------

Cms Version: 2.2.16

Installed Modules:

AdminSearch: 1.0.6
CMSContentManager: 1.1.9
CMSMSExt: 1.1
CmsJobManager: 0.1.3
DesignManager: 1.1.9
FileManager: 1.6.12
FilePicker: 1.0.5
JMFilePicker: 1.0.1
LISE: 1.4.2
LISEBlog: 1.4.2
LISEDates: 1.4.2
LISEGalleryslide: 1.4.2
LISEHomeboxes: 1.4.2
LISENewsletters: 1.4.2
LISEPolicies: 1.4.2
LISEProgram: 1.4.2
LISETeam: 1.4.2
MAMS: 1.0
MicroTiny: 2.2.5
ModuleManager: 2.1.8
Navigator: 1.0.9
Search: 1.53
SitemapMgr: 1.7.1
SmartImage: 1.0
SmartyExt: 1.0

Config Information:

php_memory_limit:
max_upload_size: 20000000
url_rewriting: mod_rewrite
page_extension:
query_var: page
auto_alias_content: true
locale:
set_names: true
timezone: Australia/Sydney
permissive_smarty: true

Php Information:

phpversion: 7.4.33
md5_function: On (True)
json_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_ALL: 32759
E_STRICT: 2048
E_DEPRECATED: 8192
test_file_timedifference: No time difference found
test_db_timedifference: No time difference found
create_dir_and_file: 1
memory_limit: 1024M
max_execution_time: 30
register_globals: Off (False)
output_buffering: On
disable_functions: show_source, system, shell_exec, passthru, exec, popen, proc_open
open_basedir:
test_remote_url: Success
file_uploads: On (True)
post_max_size: 20M
upload_max_filesize: 20M
session_save_path: /var/cpanel/php/sessions/ea-php74 (1733)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)
check_ini_set: On (True)
curl: On

Performance Information:

allow_browser_cache: Off (False)
browser_cache_expiry: 0
php_opcache: On (True)
smarty_cache: Off (False)
smarty_compilecheck: On (True)
auto_clear_cache_age: On (True)
Server Information:

Server Software: LiteSpeed
Server Api: litespeed
Server Os: Linux 3.10.0-1127.8.2.el7.x86_64 On x86_64
Server Db Type: MySQL (mysqli)
Server Db Version: 5.7.40
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable

Permission Information:

tmp: /home/acount/public_html/domain/tmp (0755)
tmp_cache: /home/acount/public_html/domain/tmp/cache (0755)
templates_c: /home/acount/public_html/domain/tmp/templates_c (0755)
modules: /home/acount/public_html/domain/modules (0755)
uploads: /home/acount/public_html/domain/uploads (0755)
File Creation Mask (umask): /home/acount/public_html/domain/tmp/cache (0755)
config_file: 0444
----------------------------------------------

Not sure if any of this helps, but really appreciate the assistance!

Re: Importing new users to MAMS?

Posted: Wed Nov 23, 2022 3:27 pm
by Jo Morg
I'll try to replicate asap, thanks.

Re: Importing new users to MAMS?

Posted: Wed Nov 23, 2022 11:19 pm
by pwg
Thanks so much - only had about 70 new users so I did it manually this time, but perhaps not ideal for the client!

Re: Importing new users to MAMS?

Posted: Fri Nov 25, 2022 9:44 am
by jce76350
Nota
Your E_ALL: 32759 is the php.ini in "Development Value"
so
Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT = 22527
(In a production system, the display_errors value must be set to Off)