installed
But there is a bug here:
Quote:
Originally Posted by tipoboy
followed the instructions exactly imported the product then done the usercp edit, but not working, usercp has no notes box any idea's??
edit: hen the product is installed i get this error at the top of my page
Parse error: parse error, unexpected '}' in /mounted-storage/home7/sub004/sc14626-UZRO/scottishwheelnut.co.uk/forum/profile.php(154) : eval()'d code on line 64
|
to fix that bug, just edit the xml file you download:
Find:
====
PHP Code:
header("Location:usercp.php")
};]]
Replace it by:
===========
PHP Code:
header("Location:usercp.php")
;}]]
( What I did is just reversing the
}; to
;} 
)
Then, reimport it again. Remember to overwrite the old one.