Thread subject: muscapaul's PHP-Fusion website :: extended_profile problem

Posted by muscapaul on 24-05-2007 17:42
#6

See if re-uploading the files does the trick. Just to check whether I maybe accidentaly made a mistake soemwhere I installed the infusion on a clean PHP-Fusion v6.01.10 site without any problem.

One thing you could try if that does not work, though I cannot image that that will be the cause, is removing the lines below from infusion.php:
$inf_insertdbrow_[1] = "table_name VALUES('', '', '', '')";

$inf_altertable_[1] = "table_name ADD etc";

$inf_deldbrow_[1] = "other_table";


These lines should not make a difference as they should not be called during the infusion, but they were left behind after I started updating the infusion. I should have removed them but to my knowledge they did never caused any problems.


Notice: Undefined index: post_edituser in /home/muscapal/public_html/print.php on line 147
Edited by muscapaul on 24-05-2007 19:34