I got the same error with Gallery 1.5.2 so I had to copy the Gallery code over from anoither site which had version 1.4.4
This cleared the error. I'll upgrade when this issue is resolved.
Search found 24 matches
- Wed Mar 07, 2012 4:03 pm
- Forum: Dutch - Nederlands
- Topic: Gallery geeft fout bij Nieuwe installatie [al opgelost]
- Replies: 1
- Views: 2103
- Wed Mar 07, 2012 3:27 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: ModuleManager: Error communicating with server (1.10.2)
- Replies: 28
- Views: 16948
Re: ModuleManager: Error communicating with server (1.10.2)
I also got "A problem occurred communicating with the module server" error but changing:
arg_separator.output = "&" to
arg_separator.output = "&" in
C:\xampp\php\php.ini
somehow fixed it.
Thanks CMSMS forum members
arg_separator.output = "&" to
arg_separator.output = "&" in
C:\xampp\php\php.ini
somehow fixed it.
Thanks CMSMS forum members
- Mon Dec 12, 2011 12:46 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] E-commerce - how to add user editable fields
- Replies: 9
- Views: 2867
Re: E-commerce - how to add user editable fields
I've made a slight improvement to this solution. - at the AddToCart stage I save all the user editable fields into a cookie. - in Calguys Ecommerce Base > Supplier Settings, I append the cookie value (containing the user editable field values) onto the 'Line Item Description Template' that generate...
- Wed Nov 23, 2011 1:50 pm
- Forum: CMSMS Core
- Topic: [SOLVED] CG Ecom. modules sends duplicate order conf. emails
- Replies: 1
- Views: 959
Re: CG Ecom. modules sends duplicate order confirmation emai
I'm answering my own question. From memory it was caused by the PayPal IPN not setup up correctly.
- Wed Nov 23, 2011 1:41 pm
- Forum: CMSMS Core
- Topic: [SOLVED] CG Order Manager HTML emails contain  before £
- Replies: 4
- Views: 1748
SOLVED Re: CG Order Manager HTML user & admin emails contain
Thanks for the fix, I'll mark this as solved.
- Mon Sep 26, 2011 4:55 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] E-commerce - how to add user editable fields
- Replies: 9
- Views: 2867
Re: E-commerce - how to add user editable fields
He could have a drop down list of all prescription values e.g. +2, +1.5, +1, +0.5, 0, -0.5 etc. but I suspect he wants a free format text box like I needed.
- Sat Sep 24, 2011 10:05 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] PayPal Payment Gateway PDT & IPN email problems
- Replies: 1
- Views: 1087
Re: [SOLVED] PayPal Payment Gateway PDT & IPN email problems
Sorted my problem with Payment Gateway user and admin emails.
I checked my web logs and I had a script error in my user email template.
Maybe if I set debug on it would have told me on screen....
I checked my web logs and I had a script error in my user email template.
Maybe if I set debug on it would have told me on screen....
- Sat Sep 24, 2011 10:03 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] E-commerce - how to add user editable fields
- Replies: 9
- Views: 2867
Re: E-commerce - how to add user editable fields
I've got round this problem by storing the personalised data into session cookies which I then dump into the Order Notes field at checkout.
- Fri Sep 23, 2011 10:32 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] PayPal Payment Gateway PDT & IPN email problems
- Replies: 1
- Views: 1087
[SOLVED] PayPal Payment Gateway PDT & IPN email problems
CMS Version: 1.9.4.2 Current PHP Version: 5.3.1 mySQL: 5.1.41 Apache: 2.2.17 CMS Version: 1.9.4.2 OS: Windows Vista 32bit Service Pack 2 Ecommerce Modules Installed CGSimpleSmarty: 1.4.8 CGExtensions: 1.26.6 FrontEndUsers: 1.15 SelfRegistration: 1.6.12 CustomContent: 1.7.3 CGEcommerceBase: 1.3.5 Pr...
- Fri Sep 23, 2011 8:53 am
- Forum: Modules/Add-Ons
- Topic: Orders module - orders no longer displaying
- Replies: 4
- Views: 1689
Re: Orders module - orders no longer displaying
I've copied the code and database to my local development area and the orders appear fine! The only difference is the environment which must be affecting the results of the SQL expression. 

- Thu Sep 22, 2011 10:03 pm
- Forum: Modules/Add-Ons
- Topic: Orders module - orders no longer displaying
- Replies: 4
- Views: 1689
Re: Orders module - orders no longer displaying
I'm getting the same problem. It my have happened after I deleted each of the orders one by one. I can see there are orders in the database table "module_orders" but they're just not appearing. I've been comparing this table with one on by local system which does show the orders. Strangly,...
- Thu Sep 22, 2011 2:10 pm
- Forum: CMSMS Core
- Topic: [SOLVED] CG Ecom. modules sends duplicate order conf. emails
- Replies: 1
- Views: 959
[SOLVED] CG Ecom. modules sends duplicate order conf. emails
CMS Version: 1.9.4.2 Current PHP Version: 5.3.1 mySQL: 5.1.41 Apache: 2.2.17 CMS Version: 1.9.4.2 OS: Windows Vista 32bit Service Pack 2 Ecommerce Modules Installed CGSimpleSmarty: 1.4.8 CGExtensions: 1.26.6 FrontEndUsers: 1.15 SelfRegistration: 1.6.12 CustomContent: 1.7.3 CGEcommerceBase: 1.3.5 Pr...
- Wed Sep 14, 2011 11:05 am
- Forum: CMSMS Core
- Topic: [SOLVED] CG Order Manager HTML emails contain  before £
- Replies: 4
- Views: 1748
[SOLVED] CG Order Manager HTML emails contain  before £
CMS Version: 1.9.4.2 Current PHP Version: 5.3.1 mySQL: 5.1.41 Apache: 2.2.17 CMS Version: 1.9.4.2 OS: Windows Vista 32bit Service Pack 2 Ecommerce Modules Installed CGSimpleSmarty: 1.4.8 CGExtensions: 1.26.6 FrontEndUsers: 1.15 SelfRegistration: 1.6.12 CustomContent: 1.7.3 CGEcommerceBase: 1.3.5 Pro...
- Wed Sep 14, 2011 10:49 am
- Forum: Modules/Add-Ons
- Topic: trying to find where currency is defined
- Replies: 3
- Views: 1592
Re: trying to find where currency is defined
I've resorted to using jQuery to search and replace the $ symbol for £ which works OK.
- Mon Sep 12, 2011 4:50 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] E-commerce - how to add user editable fields
- Replies: 9
- Views: 2867
Re: E-commerce - how to add user editable fields
I need to do a similar thing (allow the user to enter embroidery text to personalise garments). I've tried modifying the "AddToCart" template or using jQuery to change a dummy dropdown field (product attribute) to a <input type="text"> control but I get errors each time. There mu...