SOLVED erreur 500 sur layout=form&itemid404

More
10 years 10 months ago - 10 years 10 months ago #52830 by esinet
Bonjour,
j'ai lu sur le forum que les erreurs 500 étaient difficilement solutionnables sur le forum mais sait-on jamais ...
Quand un rédacteur veut créer un nouvel article en frontend, j'obtiens une erreur 500 avec l'url suivante :
Code:
http://monsite.fr/index.php?option=com_flexicontent&view=item&layout=form&Itemid=104

Quelqu'un aurait-il déjà eu ce genre de problème ?
D'avance merci

Joomla 3.9.14 /3.6.5 FLEXIcontent v 3.3.1.6
Last edit: 10 years 10 months ago by esinet.

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago #52832 by esinet
Si cela peut vous aider à m'orienter dans mes recherches, voici ce que j'obtiens lors de l'appel de la page :
http://www.flexicontent.org/phpbb/download/file.php?mode=view&id=2744&sid=ab8ef99acc7bb4b42004a9d4e59b6817

L'adresse de la page appelée est :
Code:
http://localhost:8888/pedagogie3mars/index.php?option=com_flexicontent&view=item&layout=form&Itemid=104
Dans quel fichier pourrais-je commencer à chercher ?
D'avance merci

PS : J'obtiens aussi une erreur 500 en éditant un item en frontend.

Joomla 3.9.14 /3.6.5 FLEXIcontent v 3.3.1.6

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago #52837 by ggppdk
Hello

please use v2.2.1


how do you get this URL, is it a submit menu item ?


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago #52846 by esinet
Thanks for your answer.
This url is create when i click on a user menu which is an "item submission form" for connected publisher.
i just saw that "104" is the menuId to the "item submission form" ...

If i click on the edition button of an article , i've got this
http://www.flexicontent.org/forum/index.php?mode=view&id=2746&sid=10550c9925a95e5a77fb157ffe97cfb1&rb_v=file
with, at the end of the url : ...&Itemid=294&task=edit and that's the code i can see with firebug
Code:
<html> <head> <script type="text/javascript" language="javascript"> jQuery(document).ready(function() { document.formvalidator.setHandler('cid', function (value) { if(value == -1) { return true; } else { timer = new Date(); time = timer.getTime(); regexp = new Array(); regexp[time] = new RegExp('^[1-9]{1}[0-9]{0,}$'); return regexp[time].test(value); } } ); }); function addToList(id, name) { obj = jQuery('#ultagbox'); obj.append("<li class=\"tagitem\"><span>"+name+"</span><input type='hidden' name='jform[tag][]' value='"+id+"' /><a href=\"javascript:;\" class=\"deletetag\" onclick=\"javascript:deleteTag(this);\" title=\"Cliquez pour supprimer le tag.\"></li>"); } function addtag(id, tagname) { if(id==null) { id=0; } if(tagname == '') { alert('Saisir le nom du tag' ); return; } if(id) return; var tag = new itemscreen(); tag.addtag( id, tagname, 'index.php?option=com_flexicontent&task=addtag&format=raw&1446cb586d3b850f51bf1b162bd03ea8=1'); } function deleteTag(obj) { var parent = obj.parentNode; parent.innerHTML = ""; parent.parentNode.removeChild(parent); } </script> </head> <body> <div id="flexicontent" class="flexi_edit" style="font-size:90%;max-width:800px;"> <form id="adminForm" class="form-validate" enctype="multipart/form-data" name="adminForm" method="post" action="https://web2.ac-reims.fr/pharos/index.php?option=com_flexicontent&view=item&cid=564:enseigner-allemand-lycee-auth&id=2584:ressources-cyberprof&Itemid=639&task=edit"> </div> <div class="placeholder-icon" title="Click to Show Translation" state="voice" style="background-image: url("resource://jid1-dqs9BdQga04hBw-at-jetpack/igtexttospeech/data/content_script/voice.png");"> <canvas id="text-to-speech-loader" class="loading-circle" width="36" height="36" style="display: none;"></canvas> </div> </body> </html>
Best regards

Joomla 3.9.14 /3.6.5 FLEXIcontent v 3.3.1.6

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago #52849 by esinet
I tried to change the template, i've got the same error with beez3
looking for ...

Joomla 3.9.14 /3.6.5 FLEXIcontent v 3.3.1.6

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago #52851 by ggppdk
Hello

so have you installed v2.2.1 ?


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago #52852 by esinet
Yes i did on my local server but after the problem ... to see if it could solve it ...
But not ...

Joomla 3.9.14 /3.6.5 FLEXIcontent v 3.3.1.6

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago #52859 by esinet
Only the superadmin has a good item submission form without error 500
Admin, gest, ... have an error 500
Thanks for your light

Joomla 3.9.14 /3.6.5 FLEXIcontent v 3.3.1.6

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago #52860 by ggppdk
Hello

since you have local copies of the websites, please install and try this:
v3.0 Beta4b

github.com/FLEXIcontent/flexico ... k/releases


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago #52892 by esinet
Bad news ...
it does not change my problem, I am always forced to make an F5 to go beyond the errur 500 and display the item submission form ...

Joomla 3.9.14 /3.6.5 FLEXIcontent v 3.3.1.6

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Save