ITS WORKING with 4.1.11, thanks! (all problems solved, just read below)
Code:
Warning: require_once(./includes/functions_wysiwyg.php) [function.require-once]: failed to open stream: No such file or directory in [path]/cart.php on line 66
Fatal error: require_once() [function.require]: Failed opening required './includes/functions_wysiwyg.php' (include_path='.:/usr/local/php5/lib/php') in /home/idcom/public_html/forums/cart.php on line 66
got fixed? if yes, wheres the patch/code? cant find it, thanks!
UPDATE:
uploaded the functions_wysiwyg.php file from VB 3.8.x, its working, making some tests now.
UPDATE2 [FIXED] (just CHMOD microcart folder to 777, and all sub dirs):
now im getting this:
Code:
Warning: require_once(./microcart/pdf/tcpdf.php) [function.require-once]: failed to open stream: No such file or directory in [path]/microcart/functions.php on line 1103
Fatal error: require_once() [function.require]: Failed opening required './microcart/pdf/tcpdf.php' (include_path='.:/usr/local/php5/lib/php') in /home/idcom/public_html/forums/microcart/functions.php on line 1103
UPDATE3:
i had an issue with paypal redirect, and found the solution here,
Quote:
Originally Posted by clutchthese
Add this to the white list in settings>options>site name/url/contact details
Code:
https://www.paypal.com
https://www.sandbox.paypal.com
|
ITS WORKING with 4.1.11, thanks! (all problems solved)