سلام
با 4.6.2 كمي مثل اينكه مشكل داره
موقع نصب ارور داد در صورتي كه نصب شد!
براي نصب هم فايلي كه من گذاشتم را ابتدا اكستركت و سپس پوشه كامپونت را زيپ كرده و بعد نصب نماييد.
بعد از نصب هم ارور خط 23 را براي فايل easywmailaccess.php مي داد!

کد:
echo $row->text;
از خطوط زير را مي داد:

کد:
<?php
//easywmailaccess Component//
/**
* Content code
* @package easywmailaccess
* @Copyright (C) 2005 Shidix Technologies
* @ All rights reserved
* @ easywmailaccess is Free Software
* @ Released under GNU/GPL License : [مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]
* @version 0.1
**/

defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );

global $database; 
global $my;

$query = "SELECT * FROM #__easywmail WHERE published = 1 LIMIT 1";
$database->setQuery( $query );
$rows = $database->loadObjectList();
$row = $rows[0];

echo $row->text;
$url = $row->server . $row->path;
$domain = $row->domain;
$add_u_at_d = $row->add_username_at_domain;

echo "<form action=\"$url\" method=\"POST\" target=\"parent\" enctype=\"application/x-www-form-urlencoded\">
   <table><th>E-Mail Center of $domain</th>
   <tr><td> E-Mail: </td>";
		if ($add_u_at_d == 1)
      echo "<td><input type=text name=$row->usernamevar size=30 dir=ltr value=@$domain></td></tr>";
		else 
      echo "<td><input type=text name=$row->usernamevar size=30 dir=ltr value=></td></tr>";
   echo "<tr><td> Password: </td><td><input type=password name=$row->passwordvar size=30 dir=ltr value=$my->password></td></tr>
   <tr><td><input type=submit value=\"Login\"></form></td></tr></table>";

?>
يا علــــــــــي