[eCard 0.0.7] fopen() problem ?!?!
|
galleo
Joined: 2006-03-23
Posts: 2 |
Posted: Thu, 2006-03-23 16:22
|
|
Hi dears, I saw the link for the 0.0.7 and finally I could install it, but actually if I try to send an eCard I receive the following error: "Fatal error: Call to undefined function: fopen() in .... modules/core/classes/GalleryPlatform.class on line 343" that correspond to this lines: $fd = fopen($tempFile, 'wb'); What does it mean? How to solve it? Bye following more info about my Gallery Gallery version = 2.0.4 core 1.0.0.4 |
|
| Login or register to post comments |

Posts: 8598
That's a PHP function... http://us3.php.net/fopen
ask your webhost why you don't have this standard function.
(do you really have php 4.2.2? or you meant 4.4.2?)
Posts: 2
actually i'm running 4.2.2 and in my php.ini the option for fopen is: allow_url_fopen = On
i'm running a Suse :/
where should I check?
thanks again
Posts: 8598
you can compile a new build or use a new version of PHP.
Posts: 116
Can PHP be compiled *without fopen*?!? Maybe safe_mode (but safe_mode does have fopen if I remember correctly)?