J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
Problem with docman (1 viewing) 
Go to bottom
TOPIC: Problem with docman
#2526
Sfweb di Sergio Di Mare
Fresh Boarder
Posts: 2
User Offline
Problem with docman Karma: 0  
in docman with paypal plugin enabled i have this error:

Notice: Indirect modification of overloaded property ComDocmanModelEntityDocument::$introtext has no effect in /httpdocs/plugins/content/instantpaypal/instantpaypal.php on line 98

Notice: Indirect modification of overloaded property ComDocmanModelEntityDocument::$text has no effect in /httpdocs/plugins/content/instantpaypal/instantpaypal.php on line 98

Fatal error: Cannot assign by reference to overloaded object in /httpdocs/plugins/content/instantpaypal/instantpaypal.php on line 98

i change
Code:

$article->text = &$article->introtext;
in
Code:

$article->text = $article->introtext;
and work
 
Logged Logged  
  The administrator has disabled public write access.
#2527
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Problem with docman Karma: 79  
Thanks for posting this code change, however the plugin is not aimed to work with Docman but only with Joomla contents or modules.
 
Logged Logged  
  The administrator has disabled public write access.
#2528
Sfweb di Sergio Di Mare
Fresh Boarder
Posts: 2
User Offline
Re:Problem with docman Karma: 0  
ok, infact i use the plugin code in Joomla content article but the plugin cause error in Docman pages even if i not insert the shortcode in docman description
 
Logged Logged  
  The administrator has disabled public write access.
#2529
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Problem with docman Karma: 79  
ok, probably some strange conflict... however i will double test the plugin code to check if i can change it how you suggested without side effects
 
Logged Logged  
  The administrator has disabled public write access.
Go to top