You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the trick is to edit the file located @ [$DRUPAL_HOME]/sites/all/modules/uc_bitcoin/uc_bitcoin.module and change each of the lines that call ::
'include_once("bitcoin.inc");
and change it to the FULL-PATH to your bitcoin-php/bitcoin.inc file, on godaddy for me it is ::
'include_once("/home/content/XX/XXXXXX/html/sites/all/libraries/bitcoin-php/src/bitcoin.inc");
Now to deal with "Fatal error: Class 'BitcoinClient' not found in C:\foo\modules\uc_bitcoin\uc_bitcoin.module on line 251"
This appears on cron run. Any ideas?
Drupal 6-x.x, with curl and both RPCs present.
The text was updated successfully, but these errors were encountered: