Search found 5 matches
- Thu May 21, 2009 2:42 pm
- Forum: Modules/Add-Ons
- Topic: Importing Products to Product Manager [solved]
- Replies: 23
- Views: 7741
Re: Importing Products to Product Manager [solved]
tyman, thanks for the feedback - I'd not seen the FeedMaker module before so yep I'll try that one out. Good point on the delimiter of course, the fact that you can change it (and most other parts of CMS Made Simple to be honest) is that you can set it up to suit yourself and the specific project yo...
- Thu May 21, 2009 1:59 pm
- Forum: Modules/Add-Ons
- Topic: Importing Products to Product Manager [solved]
- Replies: 23
- Views: 7741
Re: Importing Products to Product Manager
Thanks for the advice tyman00 - I found that file and managed to successfully do an import into the 'products' module. One thing that people might find handy is that in the example csv there are a couple of columns in the header which say: ...|#CAT:test1|#CAT:test2|... I didn't spot this at first, ...
- Sat Dec 13, 2008 11:45 am
- Forum: Modules/Add-Ons
- Topic: FormBuilder module - fatal error using 'xml form import'
- Replies: 3
- Views: 2100
[SOLVED] Re: FormBuilder module - fatal error using 'xml form import'
Hi, I'm happy to say the problem is solved. I added blank file into the /modules/formbuilder/classes folder called "field.class.php" as per janb's suggestion. This worked immediately on my localhost - so have tried uploading a blank file through FTP to do the same on my remote hosted site....
- Sat Dec 13, 2008 11:33 am
- Forum: Developers Discussion
- Topic: [SOLVED] : "Warning: makeclassname" and then "Fatal error: makeclassname(): "
- Replies: 10
- Views: 4141
Re: [SOLVED] : "Warning: makeclassname" and then "Fatal error: makeclassname():
Hi, I'm afraid neither of the suggestions worked for me - I changed line 1142 to both: require_once dirname(__FILE__).DIRECTORY_SEPARATOR.$classFile; and require_once cms_join_path(dirname(__FILE__), $classFile); and still got the same error (although it does now have the slash in the correct direct...
- Tue Dec 09, 2008 10:13 pm
- Forum: Modules/Add-Ons
- Topic: FormBuilder module - fatal error using 'xml form import'
- Replies: 3
- Views: 2100
FormBuilder module - fatal error using 'xml form import'
Hi, I've encountered an issue on two implementations of CMSMS and FormBuilder. On both (on several occasions on each) I've tried to export an existing form from within FormBuilder and then import it (either into the same CMSMS implementation to create a duplicate form, or to a different CMSMS insta...