dot
Manual:
Read me
Install
Know Bugs
Customize
Templates

Links:
Belchior Foundry
Support Forum

Resources:
PHP
MySQL

vCard Lite
 

No copy! Verify permission of your uploaded !
Well if you set correct permission (chmod 777) and continue receiving this
error then you have a problem with PHP server configuration. It's not an error
of vCard Lite. Sorry!

I tested vCard Lite in NEXEN.net (trial) and Datablocks.net (free) and receive this
error from them.
But in a paid web hosting I didn't receive this error. Hmmm I suspect that the
problem is from them because "it's free" and don't allow use all feature of PHP.

Example:
Nexen.net disable mail function in trial test.

The copy function is really powerful command soo it's no surprise that it's disabled.
The "SAFE MODE" it's enabled by system administrator.

In your admin center see "PHP Info" and looking for "safe_mode". It's "ON"

ISP useally set in PHP configuration (SAFE MODE) to NOT allow
function which could possibly be a security risk.

Soo you will need DISABLE this feature from your config.inc file.

More info:
http://www.php.net/manual/phpfi2.html#safemode

Cookie feature don't work. The auto fill of recipient's name/email and
your name/email don't work after recipients retrieved postcard and try create
a new postcard!
- Other problem with virtual server is that some URL are change from
http://WWW.domain.com to http://domain.com without you asking. Soo
you need make sure that The BASE URL of pickup page is the same of
creation page to make cookie work.

Example : If you pickup URL is:
http://www.domain.com/vCardLite/pickup.php?MessageID=123456

your creation page MUST be
http://www.domain.com/vCardLite/create.php?f=xxx.jpg

if you creation URL was

http://domain.com/vCardLite/create.php?f=xxx.jpg
"withou www" the cookie system wont work!

Warning: Cannot add header information - headers already sent by
- Other possible problem is inclusion of SPACE, ENTER (new line), or
other output information before cookie is send.

Any character included before <?php and after ?> in these files:
- config.inc.php
- functions.inc.php
- language.lang.inc.php

will return this kindy of error. Pay attention!

can't delete old postcards image/flash files from UPLOADED direcoty
- vCard Lite use unlike() command to delete old postcard that has been
uploaded to webserver whe you use admin center to delete old cards
from database.
- In PHP manual has this note:

(PHP 3, PHP 4 )
unlink -- Deletes a file

"Note: This function may not work on Windows systems."

Solution:
- Disable upload feature in config.inc


Copyright © 2001 Belchior Foundry, All Rights Reserved.