Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Woodsman Posted November 4, 2019 Posted November 4, 2019 This is one area that is driving me nuts. Has anyone else run into this? Or is this a bug? After a 3.4.7 upgrade to 4.4.6 test install on the Localhost the upgrade went fine with no issues. But after a 4.4.6 to 4.4.7 upgrade for example the Join Dates are AWOL. Being this is not a theme issue (no themes installed) I have looked in the core files and compared every file with WinMerge that could have any possible link to this with absolutely no luck. Maybe I am looking in the wrong files? Has anyone else run into this issue with the upgrade.
Adlago Posted November 4, 2019 Posted November 4, 2019 Check the database table core_members column joined for content. You can try repair this table the content should look like this example
Woodsman Posted November 4, 2019 Author Posted November 4, 2019 With everything else going on I missed that. I'll give that a look.
bfarber Posted November 5, 2019 Posted November 5, 2019 Run the support tool (including letting it disable third party customizations and apply a new unmodified theme), and if you are still experiencing the same issue afterwards go ahead and submit a ticket.
Woodsman Posted November 5, 2019 Author Posted November 5, 2019 1 hour ago, bfarber said: Run the support tool (including letting it disable third party customizations and apply a new unmodified theme), and if you are still experiencing the same issue afterwards go ahead and submit a ticket. Thanks @bfarber, I ran the support tool a quite a few times as you state including disable customization's also manually deleted all content in the datastore directory with no luck. Also nothing showing in the error logs wamp or software. Strange thing is this happened on all 4.4.6 to 4.4.7 test upgrades even those that started out as a fresh 4.4.6 install. Support ticket won't help this is on a localhost environment. Too bad you are not allowed to have give you access via Team Viewer to see it in operation.
Adlago Posted November 5, 2019 Posted November 5, 2019 @bfarberThere are '' " per td class in the ACP Members page columns. @WoodsmanHave you tried ACP login through another browser, or have you removed the cache on your browser?
Woodsman Posted November 5, 2019 Author Posted November 5, 2019 @Adlago, Thanks but yes I tried 3 browsers all with the same output. Firefox Dev edition, Chrome, Edge and Fire Fox Standard. Same issues.
Daniel F Posted November 5, 2019 Posted November 5, 2019 1 hour ago, Adlago said: @bfarberThere are '' " per td class in the ACP Members page columns. @WoodsmanHave you tried ACP login through another browser, or have you removed the cache on your browser? The class (or in this case the empty class attribute) shouldn't matter. 3 minutes ago, Woodsman said: @Adlago, Thanks but yes I tried 3 browsers all with the same output. Firefox Dev edition, Chrome, Edge and Fire Fox Standard. Same issues. Do you see the date in the HTML source code?
Woodsman Posted November 5, 2019 Author Posted November 5, 2019 Let me back up on that. If you are referring to Inspect Element then No. Do I see the code in localhost/forum/system/Members/members.php then yes according to WinMerge Fire Fox Dev Inspect Element show this in the ACP - Members - members list.
Daniel F Posted November 5, 2019 Posted November 5, 2019 2 minutes ago, Woodsman said: Let me back up on that. If you are referring to Inspect Element then No. Yea, this was the one I was referring to 🙂 Thanks for clarification. I'm missing here some details🙂 The values are still present in the core_members table. Can you confirm that ALL members have a value in the joined column? Is it only missing in the backend in the list? When viewing the ACP members profile, is it present? Is the join date shown on the members profile in the frontend?
Woodsman Posted November 5, 2019 Author Posted November 5, 2019 As for the mysql database core_members all members have the unix date stamp. In the ACP - per any member profile there is a join date. Where it seems to be missing is in the ACP members list as shown, and a custom field (custom template) in the members author pane profile.
Adlago Posted November 5, 2019 Posted November 5, 2019 Do test - click and Download Members List, and see in file - are have Joined date?
Woodsman Posted November 5, 2019 Author Posted November 5, 2019 Yes when you hover over the Joined column those dates are revealed.
Adlago Posted November 6, 2019 Posted November 6, 2019 14 hours ago, Daniel F said: The class (or in this case the empty class attribute) shouldn't matter. It only matters for editing an errors code in next release, that's why I pointed it out.
bfarber Posted November 6, 2019 Posted November 6, 2019 4 hours ago, Adlago said: It only matters for editing an errors code in next release, that's why I pointed it out. It's not an error. An empty class attribute is valid HTML (if unnecessary, technically). Woodsman - do you have more than one language? If so, perhaps you are using an outdated language pack for the AdminCP that is causing this issue. Quite odd really, as no one else has reported this issue and I can't reproduce at all. If you get a web-accessible server with the problem available we'd be happy to take a look.
Woodsman Posted November 6, 2019 Author Posted November 6, 2019 1 hour ago, bfarber said: Woodsman - do you have more than one language? If so, perhaps you are using an outdated language pack for the AdminCP that is causing this issue. Quite odd really, as no one else has reported this issue and I can't reproduce at all. If you get a web-accessible server with the problem available we'd be happy to take a look. Thanks Brandon, I retested both, it does not matter if I use the default language pack or the custom pack. Issue is still the same. No Joined Date. I just this minute installed a fresh 4.4.7-test site then tried to download a fresh language pack. English (USA) I created a duplicate language pack English (USA-1) Same error. Then for the hell of it I went back to the test site in question and I was able to download both the default pack as well as the custom.
Woodsman Posted November 7, 2019 Author Posted November 7, 2019 Not sure if this will make a difference but going to see if this happens on xammp.
Woodsman Posted November 12, 2019 Author Posted November 12, 2019 Well after 3 failed installs of XAMPP I guess it don't like me anymore. It probably had a private discussion with @Lindy not to Like me... Just Kidding. But I did perform 3 page source checks the 1st being the 4.4.7 testboard in question. The 2nd from a 4.4.6 testboard and the 3rd from the 4.4.6 live board. All 3 members selections taken from approximately around line 2350 ~ 2621 or so. Notice Line 9 in 4.4.7 the joined date date is missing whereas it is here in both 4.4.6 source files. What else am I not seeing here. I need to know where in the test forum root files I can these html files. I am getting ready to start pulling my beard out. No. 1 4.4.7 testboard. 4.4.7 testboard-2.txt No. 2 4.4.6 testboard. 4.4.6 testboard-2.txt No.3 4.4.6 live board. 4.4.6liveboard-3.txt
Woodsman Posted November 13, 2019 Author Posted November 13, 2019 Well it was a 4.4.7 glitch because the dates are back. This issue is fixed in 4.4.8 but is still an issue in 4.4.7. The upgrade here is from a 4.4.6 to 4.4.8 upgrade I think @Matt and @Lindy owe me a gallon of gorilla glue to glue my beard and hair back.
Daniel F Posted November 13, 2019 Posted November 13, 2019 That's really strange. Nothing was changed here recently
Woodsman Posted November 13, 2019 Author Posted November 13, 2019 Thanks @Daniel F, Well every test upgrade I tested from a 4.6.6 to 4.4.7 failed. At first I thought it had to do with the 3.4.7 upgrade but that was not the case this also happened with a fresh install of 4.6.6 as well. But being we are on a localhost and you not being allowed to view the issues via TeamViewer I won't be able to get actual support to see this.
bfarber Posted November 13, 2019 Posted November 13, 2019 I would suggest at this point it's irrelevant if you aren't experiencing the issue in 4.4.8. At best, if we could identify a problem, we'd have simply fixed it for the next release which appears to be what you are seeing already anyways.
Woodsman Posted November 13, 2019 Author Posted November 13, 2019 @bfarber, I agree and this is what I said here. The only real reason are for those with 4.4.7 and the same issue. 1 hour ago, Woodsman said: Well it was a 4.4.7 glitch because the dates are back. This issue is fixed in 4.4.8 but is still an issue in 4.4.7. The upgrade here is from a 4.4.6 to 4.4.8 upgrade
Recommended Posts
Archived
This topic is now archived and is closed to further replies.