Search found 1199 matches

by Dee
Thu Dec 10, 2009 10:58 pm
Forum: Modules/Add-Ons
Topic: [Solved]Products Module messed up my admin
Replies: 5
Views: 2434

Re: [Solved]Products Module messed up my admin

Cannot redeclare class Products in C:\wamp\www\NewVision12-2009\modules\ ShopMadeSimple \library\products.api.php on line 2. I want to be able to use this. any sugestions as to how I can get this module installed? Thanks. Uninstall ShopMadeSimple before installing the Products module. Regards, D
by Dee
Sat Nov 28, 2009 6:20 pm
Forum: Feature ideas
Topic: template chunks anyone?
Replies: 3
Views: 3638

Re: template chunks anyone?

Try Smarty's include function:

Code: Select all

{include file='___'}
Regards,
D
by Dee
Tue Aug 11, 2009 10:19 am
Forum: CMSMS Core
Topic: [SOLVED - SORT OF] Disk Space being eaten up
Replies: 2
Views: 1405

Re: Disk Space being eaten up

Those are core dumps of something (probably the webserver process) crashing on the server.

There are some forum posts from last year where people had this problem due to a bug in ZendOptimizer.


Kind regards,
D
by Dee
Sat Jul 25, 2009 7:27 pm
Forum: Module und Tags
Topic: [GELÖST] Flash als Block einbinden
Replies: 10
Views: 3152

Re: [GELÖST] Flash als Block einbinden

Die IF-Abfrage mit $flash>0 funktioniert leider nicht. Bei der Ausgabe der Variablen steht manchmal eine "-1" und manchmal "" (nichts). Eine OR Verknüpfung funktioniert auch nicht. Wie sollte das denn gehen? Vielleicht so etwas: {if !(empty($flash) or $flash == "-1")} ...
by Dee
Wed Jul 22, 2009 7:40 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] CMSMS 1.6 : localhost install problem
Replies: 6
Views: 6366

Re: CMSMS 1.6 : localhost install problem

Make sure you have the right ini file, create a page containing

Code: Select all

<?php
phpinfo();
?>
and check the Loaded Configuration File. Apache probably uses a php.ini from another directory.
Also be sure to restart your webserver.

Regards,
D
by Dee
Wed Jul 22, 2009 5:53 pm
Forum: Modules/Add-Ons
Topic: MultiUpload module
Replies: 8
Views: 4224

Re: MultiUpload module

After changing the last bit of Calendar/action.admin_event_update.php The Calendar module redirects to the admin after event update, so the last line of Calendar/action.admin_event_update.php has to be changed from $this->Redirect($id,'defaultadmin',$returnid,array("module_message"=>$messa...
by Dee
Wed Jul 22, 2009 4:48 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] CMSMS 1.6 : localhost install problem
Replies: 6
Views: 6366

Re: CMSMS 1.6 : localhost install problem

calguy1000 wrote: turn off E_STRICT.... we don't support E_STRICT, due to php4 support
That is, in your php.ini file, change the error_reporting directive to something like
error_reporting = E_ALL & ~E_NOTICE
Regards,
D
by Dee
Wed Jul 22, 2009 4:41 pm
Forum: Modules/Add-Ons
Topic: MultiUpload module
Replies: 8
Views: 4224

Re: MultiUpload module

however, i can browse and upload a file but when i go in to my event i  can only view the name of the file i uploaded, but i cannot click it to open. any ideas on how to fix this? You'll have to modify the Calendar "Event Template". For a simple link to the file change the code at the end...
by Dee
Wed Jul 22, 2009 12:12 pm
Forum: Modules/Add-Ons
Topic: MultiUpload module
Replies: 8
Views: 4224

Re: MultiUpload module

Made some quick changes to the FeuCalendar module to make it work with Calendar-0.8.2 and add file inputs for any custom upload fields. See also attached module XML file (extension changed to .txt) FeuCalendar.module.php <?php #------------------------------------------------------------------------...
by Dee
Tue Jul 21, 2009 10:57 am
Forum: CMSMS Core
Topic: RowCount warnings, how to fix
Replies: 5
Views: 4291

Re: RowCount warnings, how to fix

It looks like there's a RowCount call in one of your UDT's.

(line 663 of content.functions.php from version 1.0 evals the code from user plugins)

Regards,
D
by Dee
Mon Jul 20, 2009 8:39 pm
Forum: Modules/Add-Ons
Topic: Guestbook not working
Replies: 7
Views: 3070

Re: Guestbook not working

In 1.1.12 the issue with the missing trailing slash with pretty URL's was fixed (the module method GetURL() was changed to return the right URL), so you shouldn't have to make any changes to any files after an upgrade to Guestbook-1.1.12. If you added the trailing slash to your guestbook form templa...
by Dee
Mon Jul 20, 2009 5:46 pm
Forum: Modules/Add-Ons
Topic: Admin approval
Replies: 2
Views: 1663

Re: Admin approval

If you're writing a module you can simply do:

Code: Select all

check_login();
Regards,
D
by Dee
Mon Jul 20, 2009 5:38 pm
Forum: Modules/Add-Ons
Topic: Guestbook not working
Replies: 7
Views: 3070

Re: Guestbook not working

If you're using URL rewriting/pretty URL's you should install Guestbook-1.1.12
Otherwise I'm not sure what could go wrong, did you remove any of the location/country fields from the template maybe?
Can you post a link to the guestbook?

Regards,
D
by Dee
Mon Jul 20, 2009 3:47 pm
Forum: Modules/Add-Ons
Topic: MultiUpload module
Replies: 8
Views: 4224

Re: MultiUpload module

Which version of Calendar are you using? It seems FEUCalendar is an old, abandoned module, incompatible with the latest Calendar version (0.8.2). I've updated the code so I can at least post a new event, but FEUCalender doesn't seem to have any functionality whatsoever to handle Calendar Custom (upl...
by Dee
Mon Jul 20, 2009 2:53 pm
Forum: Modules/Add-Ons
Topic: MultiUpload module
Replies: 8
Views: 4224

Re: MultiUpload module

I'm not familiar with it, but from the project description I understand the module is intended for use by other modules to provide multi-upload functionality. Allowing an array of easier modules for uploading multiple files than provided with the core FileManager. Starting off with the postlet java-...

Go to advanced search