I did a second instal of 1.3 on a a backup to check and had the same issue, maybe its interaction with something else maybe not.
v1.3 alinks folder was in the modules when i loaded the database backup
Warnings
Database schema Out of date
Some modules have database schema updates to install. You should run the database update script immediately.
after runnuing update
warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/xxxxx/public_html/cms2/update.php on line 309.
warning: Invalid argument supplied for foreach() in /home/xxxxx/public_html/cms2/update.php on line 540.
Looked in the logs and saw this
Message array_merge() [function.array-merge]: Argument #2 is not an array in /home/xxxx/public_html/cms2/update.php on line 309.
Comments
Comment #1
tic2000 commentedHmm, strange. What db do you use? Cause I did an upgrade also and I had no errors whatsoever. This was the only module that needed upgrade, or there were others too?
Comment #2
Anonymous (not verified) commentedI use MySQL
This was the only upgrade needed, tried twice, same warning in both cases
Seems to be working OK though
Comment #3
tic2000 commentedThis should be fixed in 1.3.1
Comment #4
Anonymous (not verified) commentedReloaded database and installed 1.3.1,
The following queries were executed
alinks module
Update #1
ALTER TABLE {alinks} ADD COLUMN alink_start_boundary TINYINT(1) NOT NULL DEFAULT 0 AFTER id
ALTER TABLE {alinks} ADD COLUMN alink_end_boundary TINYINT(1) NOT NULL DEFAULT 0 AFTER alink_text
Looks like it worked OK this time. so assume this issue can be closed
Comment #5
tic2000 commented