Admin logout when save content - hello world based component - Joomla! Forum - community, help and support
hello joomla community,
i have big probleme that's put nerve on myself. create new component based on hello world tutorial found on net, seek answer in forums didnt found ..
i create composant add/edit/remove content in database, component easy it'll juste save 5 input in database. component work's percfecly , save add remove publish etc.. in database when save or edit content, click on save , joomla admin session logout!!
ps: redirection in other modules :
$mainframe->redirect( 'index.php?option=com_appeloffres' );
ps2: $mainframe global... don't understand..
thx lot !!
i have big probleme that's put nerve on myself. create new component based on hello world tutorial found on net, seek answer in forums didnt found ..
i create composant add/edit/remove content in database, component easy it'll juste save 5 input in database. component work's percfecly , save add remove publish etc.. in database when save or edit content, click on save , joomla admin session logout!!
ps: redirection in other modules :
$mainframe->redirect( 'index.php?option=com_appeloffres' );
ps2: $mainframe global... don't understand..
thx lot !!
xtasme wrote:hello joomla community,
i have big probleme that's put nerve on myself. create new component based on hello world tutorial found on net, seek answer in forums didnt found ..
i create composant add/edit/remove content in database, component easy it'll juste save 5 input in database. component work's percfecly , save add remove publish etc.. in database when save or edit content, click on save , joomla admin session logout!!
ps: redirection in other modules :
$mainframe->redirect( 'index.php?option=com_appeloffres' );
ps2: $mainframe global... don't understand..
thx lot !!
do have right variables in form?
ian
Comments
Post a Comment