mirosik123
New Member
- Joined
- May 24, 2012
- Messages
- 5
- Reaction score
- 0
Hello, i have just configured sms shop. When i test 10$ sms code i can see an error but i get those points. Error is:
Warning: fopen(trans/homepay.log) [function.fopen]: failed to open stream: Result too large in D:\xampp\htdocs\buypoints.php on line 105
Warning: fwrite() expects parameter 1 to be resource, boolean given in D:\xampp\htdocs\buypoints.php on line 107
Warning: fclose() expects parameter 1 to be resource, boolean given in D:\xampp\htdocs\buypoints.php on line 108
at the top.
buypoints.php 105-108:
$hak = fopen($file, "a");
fwrite($hak, $code.'='.$acc.'
');
fclose($hak);
Warning: fopen(trans/homepay.log) [function.fopen]: failed to open stream: Result too large in D:\xampp\htdocs\buypoints.php on line 105
Warning: fwrite() expects parameter 1 to be resource, boolean given in D:\xampp\htdocs\buypoints.php on line 107
Warning: fclose() expects parameter 1 to be resource, boolean given in D:\xampp\htdocs\buypoints.php on line 108
at the top.
buypoints.php 105-108:
$hak = fopen($file, "a");
fwrite($hak, $code.'='.$acc.'
');
fclose($hak);