By Serena Taccari on Wednesday, 05 March 2014
Posted in Technical Issues
Replies 8
Likes 0
Views 488
Votes 0
hi i'm trying to delete a entry in front end i have core joomla sef enabled and get this page:
Hello Serena Taccari,

I have applied some fixes in your file :
JoomlaFolder\components\com_easyblog\themes\dashboard\system\ajax.dialog.entries.delete.php
LINE 16

<form id="dashboard" name="dashboard" method="post" action="index.php">

Replace with

<form id="dashboard" name="dashboard" method="post" action="<?php echo JRoute::_('index.php');?>">

Please have a check.
·
Thursday, 06 March 2014 15:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Serena Taccari,

Sorry for late reply to this,
It seems like you hitting that message is mostly because when visiting any url with index.php in it
Are you using GoDaddy server? If yes, you can see below the similar issues of below 2 reference link,
>> http://joomla-tips.org/joomla-troubleshooter/no-input-file-specified-error-on-godaddy.html
>> http://www.ostraining.com/blog/joomla/how-to-enable-joomla-sef-urls-on-godaddy-for-seo/
And consult to you webhosting provider and see how it goes.

If no, please let us know that, so we can investigate in other way.
·
Wednesday, 05 March 2014 18:55
·
0 Likes
·
0 Votes
·
0 Comments
·
i've tried those solutions whenever i'm not hosted on godaddy.
they did not solve my problems. i have to say i can't access my php.ini file ... the only url which gives me back that error is this "delete post" in your component. everywhere else is all working fine.
thank you.
·
Thursday, 06 March 2014 07:08
·
0 Likes
·
0 Votes
·
0 Comments
·
hi, i'm not hosted on godaddy...
i've tried to follow those steps anyway but nothing changed. i'm not able to delete an entry in frontend. i have to say i can't access php.ini file on my server.
i have this error only with this link , the rest of the website is working fine.
hope this can help.. waiting for your support. thank you.
·
Thursday, 06 March 2014 07:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Serena Taccari,

Thanks for getting to us that info is not work
Also, i have checked when you delete some blog post from your page URL is http://www.il-dono.org/diari-di-bordo , then everything fine, it redirect to http://www.il-dono.org/diari-di-bordo/latest.html
But when you delete the blog post from this page http://www.il-dono.org/diari-di-bordo/latest.html , then it will redirect to http://www.il-dono.org/diari-di-bordo/index.php
then it will show -> No input file specified.

May i ask where can i see this menu item from your frontpage? see my screenshot : http://screencast.com/t/UKdeOUweF
Because i will try to configure the Easyblog SEO behavior routing and see is it hit the same error.
·
Thursday, 06 March 2014 13:06
·
0 Likes
·
0 Votes
·
0 Comments
·
sorry for double posting! i could not see the 1st one
about itemid : the only menu item about easyblog is in the jomsocial toolbar and it's easyblog frontpage. do i have to publish menu items for each category i may create?
i' going to apply the changes you wrote and tell you. thank you
·
Thursday, 06 March 2014 17:09
·
0 Likes
·
0 Votes
·
0 Comments
·
i've tested it and works perfectly, thank you for support
·
Thursday, 06 March 2014 17:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Serena Taccari,

You're welcome, glad to heard your issues resolved.
·
Thursday, 06 March 2014 17:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post