Hello I uploaded all the files and ran install.php and I get this error
2013-10-08 02:33
SQL error 42000: Syntax error or access violation: 1061 Duplicate key name 'page_title'
#0  cot_diefatal(SQL error 42000: Syntax error or access violation: 1061 Duplicate key name 'page_title') called at [/home/mysite/public_html/system/database.php:478]
#1  CotDB->query(ALTER TABLE `sed_pages` ADD INDEX `page_title` (`page_title`)) called at [/home/mysite/public_html/system/database.php:420]
#2  CotDB->runScript(/* 0.9.14 update table schema for larger data sets, #981 */
ALTER TABLE `cot_pages` ADD INDEX `page_ownerid` (`page_ownerid`);
ALTER TABLE `cot_pages` ADD INDEX `page_begin` (`page_begin`);
ALTER TABLE `cot_pages` ADD INDEX `page_expire` (`page_expire`);
ALTER TABLE `cot_pages` ADD INDEX `page_title` (`page_title`);
) called at [/home/mysite/public_html/system/extensions.php:83]
#3  cot_apply_patches(modules/page/setup, 0.9.12) called at [/home/mysite/public_html/system/extensions.php:498]
#4  cot_extension_install(page, 1, 1) called at [/home/mysite/public_html/modules/install/inc/install.update.php:279]
#5  include(/home/mysite/public_html/modules/install/inc/install.update
Then after going to my site and ADMIN I see this
Done
- Applied patch ./setup/siena/patch_0.9.14-01.sql: OK
 
	- Applied patch ./setup/siena/patch_0.9.14-02.inc: OK
 
	- Applied patch ./setup/siena/patch_0.9.14-03.sql: OK
 
	- Updating Module "forums"
 
	- Removed 5 hook bindings
 
	- Installed 5 hook bindings
 
	- Updated structure configuration options
 
	- Updated authorization locks
 
	- Module "forums" has been updated to version 0.9.15
 
	- Updating Module "page"
 
	- Removed 7 hook bindings
 
	- Installed 7 hook bindings
 
	- Updated structure configuration options
 
	- Updated authorization locks
 
 
In extensions Moudules Pages: it has this
Version: 0.9.12 / 0.9.15
0.9.12 is red and 0,9,15 has a green background
When I click update for this module I get an Ajax No Module error
Should I be worried???