Modulo podcast Topic is solved

La discussione sul CMS Made Simple in italiano.

Moderator: magallo

Post Reply
bamako

Modulo podcast

Post by bamako »

Ciao a tutti,
qualcuno di voi ha provato a far funzionare il modulo podcast? Io non ci riesco: l'ho installato seguendo le istruzioni:

* Go to your file manager and create a directory there to the toplevel called podcast (fatto)
    * Modify the default settings of Podcast Module in admin section. Please not that the user has to have access rights called "Config Podcast". This is created during the installation of Podcast module but by default, you dont belong to this group. See CMS's documentation on how to archive this. (fatto, associato all'utente il gruppo in questione)
    * Upload your content to newly created podcast directory (fatto)
    * add potcast icon to anywhere in your webpages via following tag:
      {cms_module module="podcast" makerssbutton="true"} (fatto, ma il file xml genera un errore)

Ho la versione 1.0.1 "Oahu".

Saluti

bamako
alby

Re: Modulo podcast

Post by alby »

E' un modulo molto vecchio, non credo che funzioni con le versioni 1.X
Prova a mettere una richiesta nelle "Feature Requests" del progetto

Alby
bamako

Re: Modulo podcast

Post by bamako »

alby wrote: E' un modulo molto vecchio, non credo che funzioni con le versioni 1.X
Prova a mettere una richiesta nelle "Feature Requests" del progetto

Alby
Ho risolto per conto mio, grazie mille. La riga 138 del file PodCast.module.php:

$oneRow->ItemLength = filesize($filename); l'ho sostituita con:

$oneRow->ItemLength = filesize($filesize);

Adesso funziona :)  (cmsms 1.0.2)

bamako
alby

Re: Modulo podcast

Post by alby »

bamako wrote: Ho risolto per conto mio, grazie mille. La riga 138 del file PodCast.module.php:

$oneRow->ItemLength = filesize($filename); l'ho sostituita con:

$oneRow->ItemLength = filesize($filesize);
Mi sembra più un vero e proprio bug che un problema di versione.
Fai un check comunque nel modulo se hai chiamate di adodb del tipo RowCount e DBTimeStamp (vedi http://forum.cmsmadesimple.org/index.ph ... 384.0.html)

Alby
bamako

Re: Modulo podcast

Post by bamako »

alby wrote: Mi sembra più un vero e proprio bug che un problema di versione.
Fai un check comunque nel modulo se hai chiamate di adodb del tipo RowCount e DBTimeStamp (vedi http://forum.cmsmadesimple.org/index.ph ... 384.0.html)

Alby
Non mi e' chiaro come effettuare questo controllo, ma appena posso ci provero'. Grazie ancora.

bamako
Post Reply

Return to “Italian - Italiano”