When I attempt to open Tools-->Send Email in the Admin of a v 1.3.0.2 upgraded from 1.3.0.1 I get the following error:
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ':admin_id' at line 1
in:
[select 'ADMIN' as customers_firstname, admin_name as customers_lastname, admin_email as customers_email_address from admin where admin_id = $SESSION:admin_id ]
I have been unable to locate any of this code using the Developers Tool Kit and see others are posting the same error for the same version.
Information on my server:
PHP Version: 4.4.2 (Zend: 1.3.0)
Server OS: Linux 2.6.9-34.106.unsupportedsmp
Database: MySQL 4.1.20-standard-log
HTTP Server: Apache/1.3.36 (Unix) mod_fastcgi/2.4.2
Any Ideas on how to fix this?



