i have enabled notify all users , but now when i submit a new discussion i get internal server 500 error!
There are 11000 users to notify on my website.
There are 11000 users to notify on my website.
Try look at this Easydiscuss Facebook autoposting documentation and check your Facebook app configuration is it set correctly?
http://stackideas.com/docs/easydiscuss/autoposting/setting-up-autoposting-with-facebook
Notice : Remember when you edit something from your Facebook app, you have to click the revoke access from your backend Easydiscuss Facebook Autoposting setting then re-authorization "Sign in with Facebook" again then save it.
If you're still facing this internal server error when submit a discussion post, could you mind provide us with your facebook access so we can help you check on this issues? Please advise.
Thanks for your Cpanel details, i have tried to access in your Joomla backend, but i getting this "Username and password do not match or you do not have an account yet.", could you mind provide us again with your Joomla backend login credential details? Please advise.
I'm suspect that you didn't set the permission to public user view that category, you can configure from your backend > Easydiscuss > Categories > select "YourCategory" > Permission tab > Add "Public" user group in this tab "Who can view discussion in this category" -> see my screenshot : http://screencast.com/t/qygU8dGGq
Okay, keep us updated then.
I have checked in your Cpanel Cronjob, it seems like i didn't receive any email when i put my email address in the Cron mail and i set to 1minute to run this easydiscuss cron command, the server should be send some response to my email address every 1 minute, you have to consult about this issues to your WebHosting provider and see what things caused out this issues.
I have checked in your Joomla backend > Easydiscuss > Categories > Permission tab, it seems like when i added guest user group in this section category permissions "Who can view this discussion in this category" then the subcategory already appear on your page, see my screenshot : http://screencast.com/t/sdtOGfxZgg
I have tried to access in your facebook account, but i getting this -> http://screencast.com/t/4xmcOeAV , please advise.
We're still investigate on this issues, we will getting back to you as soon as possible. Also, could you mind consult this you getting internel server error 500 to your WebHosting provider and see how it goes?
I have help you disabled that option for temporary.
Okay, keep us updated then.
--2014-02-11 00:45:01-- http://ayurvedaconsultants.com/index.php?option=com_easydiscuss&task=cron
Resolving ayurvedaconsultants.com... 108.162.199.204, 108.162.198.204
Connecting to ayurvedaconsultants.com|108.162.199.204|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: “/dev/null”
case 'latest':
default:
$orderby = ' ORDER BY a.`replied` DESC'; //used in getsticky and get created date
break;
case 'latest':
default:
$orderby = ' ORDER BY a.`created` DESC'; //used in getsticky and get created date
break;
<?php if( $category->nestedLink ) { ?>
<div class="row-fluid mb-10">
<span class="pull-left mr-5"><i class="icon-folder-open"></i> <?php echo JText::_( 'COM_EASYDISCUSS_SUBCATEGORY' );?>: </span>
<ul class="unstyled nav-bar discuss-category-sublist">
<?php echo $category->nestedLink; ?>
</ul>
</div>
<?php } ?>