Page 1 of 1
SelfRegistration Module not installing
Posted: Mon Jun 15, 2015 12:47 pm
by FCazabon
Hi,
I am having difficulty getting the SelfRegistration module to install. When I go to the Module Manager and "Download & Install", I get this message:
Cannot find the required module "FrontEndUsers" (version 1.28.3 or later) in the repository. It is directly required by SelfRegistration version 1.9.2; this could indicate a problem with the version of this module in the repository. Please contact the module's author. Aborting.
The FrontEndUsers module is version 1.28 but it is not giving me an option to upgrade to a newer version.
I am using CMSMS 1.11.13
I tried downloading and importing SelfRegistration 1.8.3 but got the invalid DTD message when trying to import it.
What should I do?
Re: SelfRegistration Module not installing
Posted: Mon Jun 15, 2015 1:09 pm
by Rolf
Re: SelfRegistration Module not installing
Posted: Mon Jun 15, 2015 1:14 pm
by FCazabon
Thanks, but I'm not sure what exactly you are pointing me to. I am running php 5.5.12 if that is what you were trying to tell me.
Re: SelfRegistration Module not installing
Posted: Tue Jun 16, 2015 9:17 am
by velden
Could you post your CMSMS' system information?
Re: SelfRegistration Module not installing
Posted: Tue Jun 16, 2015 10:43 am
by FCazabon
----------------------------------------------
Cms Version: 1.11.13
Installed Modules:
CMSMailer: 5.2.2
CMSPrinting: 1.0.5
FileManager: 1.4.5
MenuManager: 1.8.6
MicroTiny: 1.2.9
ModuleManager: 1.5.8
News: 2.15
Search: 1.7.12
ThemeManager: 1.1.8
Gallery: 2.0.2
FormBuilder: 0.8.1.1
CGExtensions: 1.47.3
FrontEndUsers: 1.28
Captcha: 0.5.2
CustomContent: 1.10
Quotes: 1.0
CGSimpleSmarty: 1.8
JQueryTools: 1.3.5.2
CGBlog: 1.12.10
Forum: 0.9.2
Config Information:
php_memory_limit:
process_whole_template:
max_upload_size: 10000000
url_rewriting: none
page_extension:
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: true
Php Information:
phpversion: 5.4.39
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
E_DEPRECATED: 0
memory_limit: 128M
max_execution_time: 60
output_buffering: 4096
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 10M
upload_max_filesize: 10M
session_save_path: /tmp (1777)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)
Server Information:
Server Api: cgi-fcgi
Server Db Type: MySQL (mysqli)
Server Db Version: 5.5.38
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable
Server Time Diff: No filesystem time difference found
Re: SelfRegistration Module not installing
Posted: Tue Jun 16, 2015 12:30 pm
by velden
You might need to upgrade CGSimpleSmarty and CGExtensions first to be able to upgrade to latest FEU
Code: Select all
<requires>
<requiredname>CGExtensions</requiredname>
<requiredversion>1.48</requiredversion>
</requires>
<requires>
<requiredname>CGSimpleSmarty</requiredname>
<requiredversion>1.9</requiredversion>
</requires>
Re: SelfRegistration Module not installing
Posted: Tue Jun 16, 2015 1:13 pm
by FCazabon
Hmm...
The Module Manager does not show any updates being available for either of those modules. How come they don't show as available upgrades? How would I upgrade them? After my fiasco of trying to upgrade this web site and everything just breaking I am very wary of applying upgrades.
Re: SelfRegistration Module not installing
Posted: Wed Jun 17, 2015 7:39 am
by janvl
Check with cgextensions if in moduleinfo.ini the versionnumber is the right one.
I tried to install 1.45 on a 1.11.9 yesterday and the number in there was 1.44.5
that breaks your system or at least all cg-modules,
BTW Velden, cgextensions in 1.45 the downloadsection - the tag.gz, has this problem, please check.
Kind regards, Jan
Re: SelfRegistration Module not installing
Posted: Wed Jun 17, 2015 11:56 am
by FCazabon
janvl wrote:Check with cgextensions if in moduleinfo.ini the versionnumber is the right one
Could you clarify where I'd find moduleinfo.ini, please?
Re: SelfRegistration Module not installing
Posted: Wed Jun 17, 2015 12:06 pm
by janvl
The file is here
[rooturl]/modules/cgextensions/moduleinfo.ini
only modify if you know what you are doing.
Just an editor is enough to open the file.
Good luck, I hope this is the problem otherwise seaching the cause will be hard.
Kind regards,
Jan
Re: SelfRegistration Module not installing
Posted: Wed Jun 17, 2015 12:14 pm
by FCazabon
Strange, I don't have any such file in any of my installs.
Re: SelfRegistration Module not installing
Posted: Wed Jun 17, 2015 2:10 pm
by janvl
Maybe because this is 1.45
I will check later
Kind regards,
Jan
Re: SelfRegistration Module not installing
Posted: Thu Jun 18, 2015 10:37 am
by janvl
The data is no longer there in 1.47.3.
I read the thread again and I would update CMSMS to 1.12 and then update the modules.
Otherwise you could try downgrading FEU, also a bit tricky.
And, do not forget to make backups, it may save you some trouble.
Sorry I cannot help any better.
Kind regards,
Jan
Re: SelfRegistration Module not installing
Posted: Thu Jun 18, 2015 11:08 am
by FCazabon
Thanks for trying Jan