Forum Activity for @sbhadauria

sbhadauria
@sbhadauria
07/23/18 03:48:24AM
129 posts

Redis module installation error


Jamroom Developers

Thanks guys! issue resolved
sbhadauria
@sbhadauria
07/20/18 10:43:14AM
129 posts

Redis module installation error


Jamroom Developers

I have installed redis module on my server. But when I am accessing server info tab then I am getting below mentioned error:

[20-Jul-2018 13:31:47 America/New_York] PHP Fatal error: Uncaught Error: Class 'Redis' not found in /home/dev/public_html/modules/jrRedis/index.php:443 [1]
thrown in /home/dev/public_html/modules/jrRedis/index.php on line 443 [1
updated by @sbhadauria: 10/21/18 02:14:33PM
sbhadauria
@sbhadauria
05/29/18 02:32:25AM
129 posts

MySQL error after updating Jamroom


Jamroom Developers

Hi @brian sorry for late response was busy in another task.

why I am not getting any error in 6.1.5 version?
sbhadauria
@sbhadauria
05/07/18 12:04:02PM
129 posts

MySQL error after updating Jamroom


Jamroom Developers

still not working, I can not update production
sbhadauria
@sbhadauria
05/03/18 10:16:18PM
129 posts

MySQL error after updating Jamroom


Jamroom Developers

Not coming only from dashboard. Below mentioned type of searching giving errors.
                $_cnt = array(
			'search' => array(
				"notification_user_id = {$_user['_user_id']}",
				"notification_status = unread"
			),
			'return_keys'   => array('_item_id','notification_type','notification_title','notification_url','notification_status'),
			'limit'			=> 1000000,
			'skip_triggers' => true,
			'pending_check' => false,
			'privacy_check' => false,
			'no_cache'      => true
		);
		$items = jrCore_db_search_items('xtCustomMod', $_cnt);
sbhadauria
@sbhadauria
05/01/18 07:55:51AM
129 posts

MySQL error after updating Jamroom


Jamroom Developers

not working still getting errors
sbhadauria
@sbhadauria
04/30/18 09:00:24AM
129 posts

MySQL error after updating Jamroom


Jamroom Developers

_jrCore_db_search_items function in datastore.php is creating errors. when I have replaced this function to old jamroom release (6.1.5) then MySql errors fixed.
sbhadauria
@sbhadauria
04/30/18 08:07:02AM
129 posts

MySQL error after updating Jamroom


Jamroom Developers

Thanks for reply @michale but I already did
sbhadauria
@sbhadauria
04/30/18 04:15:15AM
129 posts

MySQL error after updating Jamroom


Jamroom Developers

My website stopped working after jamroom update from 6.1.5 to 6.1.7

Please find the attached screenshot.
Screenshot-2018-4-30 Debug Entry dev cleartracks com.png Screenshot-2018-4-30 Debug Entry dev cleartracks com.png - 25KB

updated by @sbhadauria: 08/28/18 07:02:53AM
sbhadauria
@sbhadauria
02/10/18 08:51:30AM
129 posts

Send attachment in mail


Jamroom Developers

I want to use the Mailgun API but is it necessary to set delivery settings for attachments?
  2