Hello,
As per the last part of the upgrade instructions:
UPDATE `sys_modules` SET `version` = '1.0.8' WHERE `uri` = 'pageac' AND `version` = '1.0.7';
UPDATE `sys_modules` SET `version` = '1.0.8' WHERE `uri` = 'smtpmailer' AND `version` = '1.0.7';
UPDATE `sys_modules` SET `version` = '1.0.8' WHERE `uri` = 'zipcodesearch' AND `version` = '1.0.7';
Before I ran the above SQL statements I had a quick look at the table "sys_modules" and sure enough the version numbers for smtpmailer & zipcodesearch were still 1.0.7 but the line I highlighted in RED above, pageac record wasn't found in the table. Either case I copy/pasted/ran the SQL statements and the version numbers for smtpmailer & zipcodesearch was changed but again the pageac wasn't in the table to be found.
- According to the upgrade script the upgrade was successful.
- double checked the file I uploaded (pageac/install/config.php) and the new file is confirmed.
copy/past: sys_module table (deleted parts of the records to keep it clean within the edit window)
1 Articles Boonex 1.0.8 boonex/articles/ articles BxArl bx_arl_
2 Avatar Boonex 1.0.8 boonex/avatar/ avatar BxAva bx_avatar_
3 Blog Boonex 1.0.8 boonex/blogs/ blogs BxBlogs bx_blogs
4 Chat Boonex 1.0.8 boonex/chat/ chat BxChat bx_chat_
5 Custom RSS Boonex 1.0.8 boonex/custom_rss/ custom_rss
6 Feedback Boonex 1.0.8 boonex/feedback/ feedback BxFdb bx_fdb_
7 Messenger Boonex 1.0.8 boonex/messenger/ messenger BxMsg bx_msg_
8 News Boonex 1.0.8 boonex/news/ news BxNews bx_news_
9 OpenSocial Boonex 1.0.8 boonex/open_social/ open_social
10 Orca Forum Boonex 1.0.8 boonex/forum/ forum BxOrca bx_forum_
28 Photos Boonex 1.0.8 boonex/photos/ photos BxPhotos bx_photos
12 Poll Boonex 1.0.8 boonex/poll/ poll BxPoll bx_poll_
13 Profile Customizer Boonex 1.0.8 boonex/profile_customiz
32 Profiles Map Boonex 1.0.8 boonex/map_profiles/
16 Quotes Boonex 1.0.8 boonex/quotes/ quotes BxQuotes bx_quotes_
17 Simple Messenger Boonex 1.0.8 boonex/simple_messenger
31 Groups Boonex 1.0.8 boonex/groups/ groups BxGroups
19 Spy Boonex 1.0.8 boonex/spy/ spy BxSpy bx_spy_
20 Videos Boonex 1.0.8 boonex/videos/ videos BxVideos bx_videos
35 Profile info checker eSASe 1.0.0 esase/profile_info/
36 ZIP Code Search BoonEx 1.0.8 boonex/zipcodesearch/
23 Sounds Boonex 1.0.8 boonex/sounds/ sounds BxSounds bx_sounds
29 Wall Boonex 1.0.8 boonex/wall/ wall BxWall
30 Events Boonex 1.0.8 boonex/events/ events BxEvents bx_events_
26 Files Boonex 1.0.8 boonex/files/ files BxFiles bx_files
37 SMTP Mailer BoonEx 1.0.8 boonex/smtpmailer/
Any thought on how to fix this issue?
Robin