Page 1 of 1

[SOLVED]CGEXTENSIONS+FEUSER+CARTMS

Posted: Tue Feb 14, 2012 7:33 pm
by king_cucaracha
Hello dear CMSMSers I've been a lot inactive on the forum but believe me after almost a year, the boss has taken care of the website by herself and has not bugged me with any new functions or smoke and mirrors for the website. So believe me. CMSMS really makes content management SIMPLE that even my boss can manage the site for one whole year without even asking me a question. (in your face Joomla!!!)

Now After a year she asks for a contact form and 'perhaps' a small shopping and very simple cart (we only manage 4 at most 5 different products)

I just have a brand new computer so no test bed server installed. Went to the live site tried to install Form Builder. It asked for a newer CMSMS version.

I tried to upgrade 1.9.2 to 1.10.3 on the live site and the upgrade really went south on step 5 or 6 (can't remember) gave hell a lot of PHP fatal errors claiming something on CGGooglemaps. Not even being able of coming into admin panel. Long story short. Live site is now 1.10.3 brand new install. with every article being a copy paste from last month backup :D

So I decided to make a clean 1.10.3 install on local testbed before going to the forms and shop adventure.

Installed CartMS and ShopMS with all dependencies
my current setup is a WAMP Server and CMSMS setup is
like this
----------------------------------------------

Cms Version: 1.10.3

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.1
Search: 1.7
ThemeManager: 1.1.4
TinyMCE: 2.9.6
FormBuilder: 0.7.1
CGExtensions: 1.27.7
CGSimpleSmarty: 1.4.10
CGGoogleMaps: 2.2.7
JQueryTools: 1.0.10
NMS: 2.3.2
FormBrowser: 0.3.2
FrontEndUsers: 1.17
CMSForms: 0.0.17
CGContentUtils: 1.3
ShopMadeSimple: 0.3.8
CartMadeSimple: 0.4.2


Config Information:

php_memory_limit:
process_whole_template: false
output_compression: false
max_upload_size: 2000000
default_upload_permission: 664
url_rewriting: mod_rewrite
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.3.9
md5_function: Encendido (Verdadero)
gd_version: 2
tempnam_function: Encendido (Verdadero)
magic_quotes_runtime: Apagado (Falso)
E_STRICT: 0
E_DEPRECATED: 8192
memory_limit: 128M
max_execution_time: 30
output_buffering: 1
safe_mode: Apagado (Falso)
file_uploads: Encendido (Verdadero)
post_max_size: 8M
upload_max_filesize: 2M
session_save_path: c:/wamp/tmp (0777)
session_use_cookies: Encendido (Verdadero)
xml_function: Encendido (Verdadero)


Server Information:

Server Api: apache2handler
Server Db Type: MySQL (mysql)
Server Db Version: 5.5.20


----------------------------------------------
Now the problem is when I try to go into FEU Manager and Manage FEU groups (click on CartMadeSimple) group get a fatal error from php
( ! ) Fatal error: Call to undefined function cge_CreateInputSubmit() in C:\wamp\www\waterlcms\modules\CGExtensions\CGExtensions.module.php on line 565
Call Stack
# Time Memory Function Location
1 0.0007 411904 {main}( ) ..\moduleinterface.php:0
2 0.2717 15673584 CMSModule->DoActionBase( ) ..\moduleinterface.php:144
3 0.2718 15674024 FrontEndUsers->DoAction( ) ..\class.CMSModule.php:1628
4 0.2718 15674208 CGExtensions->DoAction( ) ..\FrontEndUsers.module.php:923
5 0.2720 15673888 CMSModule->DoAction( ) ..\CGExtensions.module.php:474
6 0.3078 15790520 include( 'C:\wamp\www\waterlcms\modules\FrontEndUsers\action.addgroup.php' ) ..\class.CMSModule.php:1583
7 0.3253 17048440 CGExtensions->CGCreateInputSubmit( ) ..\action.addgroup.php:328
The same exact error when click on ADD NEW GROUP (FEU)

And when entering
to
Cart Made Simple Menu no problems noticed yet
but when going to Shop Made Simple

get this
( ! ) Notice: Use of undefined constant none - assumed 'none' in C:\wamp\www\waterlcms\modules\ShopMadeSimple\action.defaultadmin.php on line 409
Call Stack
# Time Memory Function Location
1 0.0005 411552 {main}( ) ..\moduleinterface.php:0
2 0.2461 14391936 CMSModule->DoActionBase( ) ..\moduleinterface.php:144
3 0.2462 14392320 CMSModule->DoAction( ) ..\class.CMSModule.php:1628
4 0.2479 14651272 include( 'C:\wamp\www\waterlcms\modules\ShopMadeSimple\action.defaultadmin.php' ) ..\class.CMSModule.php:1583
So, any suggestion of what interaction could be going that doesn't let this modules work together?

Thanks a lot for your help.

UPDATE

Installed CGEXTENSIONS 1.27.9
and CGEcommerceBase1.3.9
But had a lot of trouble.
CGEXTENSIONS not found message not even allowing to show admin page.
renamed modules folder
renamed CGextensions module
and after deleting TMP folder showed another fatal error due to missing cache folder.
recreated cache folder
Admin page OK
Front site still CGExtensions fatal error not found bla bla blah.
Deleted cache from admin advanced preferences.
Still no luck with front site.
Went to another office. and when got back gave a try and Bingo!!!
It was working. What happened? Don't know
But should be great to have an option to uninstall some modules like CGExtensions (shows as installed but no link for uninstalling)
Still have some warnings with Shop Made Simple but I guess that'll be for another thread.