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.
      Topics Author
    thread link
Problem with docman
Sfweb di Sergio Di Mare
    thread link
thread linkthread link Re:Problem with docman
John Dagelmore
    thread link
thread linkthread linkthread link Re:Problem with docman
Sfweb di Sergio Di Mare
    thread link
thread linkthread linkthread linkthread link Re:Problem with docman
John Dagelmore
Go to top