Thread subject: muscapaul's PHP-Fusion website :: Extended Profile v3.XX

Posted by muscapaul on 16-12-2009 05:05
#40

New version: v3.04

Remark:
Don't forget to read the first post in the thread for updating from v2.xx and additional information.

Update from v3.03:
Upload the modified files mentioned under the changes below. Next upload the infusion.php file and update the infusion in Admin Panel -> System Admin -> Infusions. Please note that you need to modify core files you are to upload manually following the instructions in the read-me file if you modified a core file for other reasons.

Changes in v3.04:
- Modified core files ../profile.php, ../administration/members.php, ../administration/updateuser.php and ..includes/update_profile_include.php updated to PHP-Fusion v7.00.06.
- Error fixed: Upgrade script was faulty for updating the admin rights in the admin table. If you experience any problems related to admin rights, please run the code as given in the forum on http://www.muscapaul.com/forum/viewthread.php?thread_id=38.

If you are currently using v3.00 or v3.01, you may eventually run into a problem because of an incorrect setting in the admin table. Previewing the code below in a Custom Page should correct it:
Code
<?php
$result = dbquery ("UPDATE ".DB_ADMIN." SET admin_rights = 'TER' WHERE admin_link='../infusions/terms/terms_admin.php'");
?>



v3.02 and v3.03 can simply be updated by overwriting the existing files and running the infussion upgrade in Admin Panel -> System Admin -> Infusions.

DOWNLOAD (last version: 15.12.2009)


Notice: Undefined index: post_edituser in /home/muscapal/public_html/print.php on line 147
Edited by muscapaul on 16-12-2009 05:11