john01 Posted November 4, 2005 Posted November 4, 2005 Temp. fix for New PM popup: jscripts/ipb_global_xmlenhanced.js myass_content.style.width = '399px'; myass_content.style.overflow = 'auto'; Removing above lines enables popups again Thanks! It was one of the things that guys complained about for sure! Hoping this fix works! :)
Talmar Posted November 4, 2005 Posted November 4, 2005 Matt is uploading the updated, fixed files right now, so better use his fixes than this one :)
Management Matt Posted November 4, 2005 Management Posted November 4, 2005 Update is here: http://forums.invisionpower.com/index.php?...dpost&p=1311959
dflorin Posted November 4, 2005 Posted November 4, 2005 I've updated the templates.xml file, I've uploaded the missing lang_tar.php and I've fixed the new PM pop-up as well as the ajax topic edit. I'll post a little update pack to the announcement in just a moment. THIS i appreciate! thank you. @talmar: do you think i over react when something that is supposed to bring an improvement brings me more trouble? i had no issue with 2.1.2, but i wanted to stay up to date.
TestingSomething Posted November 4, 2005 Posted November 4, 2005 I am so confused. 1. my buttons already arent stacked and I downloaded this 10 hours ago. 2. I never had anything to click "yes" to reverting skin change to, yet others did??? 3. I went to my forum/upgrade not upgrade/upgrade.php because when i went to the latter it said "you are already using 2.0.0, there is no available upgrade" 4. It said it couldnt find my default skin and so I am responsible for changing html templates or something????????????
Dll Posted November 4, 2005 Posted November 4, 2005 Thanks Matt, that has fixed the problem of no pm popup, but it hasn't sorted the rss import problems and the no option to only prune posts. My rss feed hasn't updated since the upgrade, this is the error I get if I click update in the ACP RSS Import(s) Re-cached XML error: not well-formed (invalid token) at line 402 There is no option to prune only in the prune/mass move screen, screenshot:
Will L. Posted November 4, 2005 Posted November 4, 2005 Thanks Matt, that has fixed the problem of no pm popup, but it hasn't sorted the rss import problems and the no option to only prune posts. My rss feed hasn't updated since the upgrade, this is the error I get if I click update in the ACP There is no option to prune only in the prune/mass move screen, screenshot: for your RSS error change the character set toISO-8859-1 in the import edit manager
Dll Posted November 4, 2005 Posted November 4, 2005 Thanks Will, that seems to have sorted that one - so just the prune option to fix now :D
roe Posted November 4, 2005 Posted November 4, 2005 Upgraded to 2.1.3 and applied those extra little fixes supplied by Matt... All working fine o:) Thanks guys :thumbsup:
Will L. Posted November 4, 2005 Posted November 4, 2005 Thanks Will, that seems to have sorted that one - so just the prune option to fix now :D np :thumbsup: check to make sure in your group settings you are allowed to prune and also check the moderator permissions of that said forum ;)
Management Matt Posted November 4, 2005 Management Posted November 4, 2005 Fixed the forum options prune and updated the zip attached at the end of the announcement. Just download it again and update sources/action_public/moderate.php. Will look into the XML error now. PBM - got a link to the XML you're attempting to import? If it's a char set issue, then fair enough - but it might be something else.
TestingSomething Posted November 4, 2005 Posted November 4, 2005 someone please answer me about my issues. I am wondering if those happenings mean my templates didnt even get updated.
FrostedPopTart Posted November 4, 2005 Posted November 4, 2005 A big thank you to Matt for taking the time to look into these issues! :) My forum runs much smoother now. :) :D
Management Matt Posted November 4, 2005 Management Posted November 4, 2005 For technical support, your best bet is to submit a ticket. :)
Dll Posted November 4, 2005 Posted November 4, 2005 Fixed the forum options prune and updated the zip attached at the end of the announcement. Just download it again and update sources/action_public/moderate.php. Will look into the XML error now. PBM - got a link to the XML you're attempting to import? If it's a char set issue, then fair enough - but it might be something else. Thanks Matt, the RSS import is a BBC news one (http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml) - it has fixed itself now that I have changed the character set to ISO-8859-1 from UTF-8, although it was definitely fine before the upgrade yesterday, so perhaps something may have gone wrong on the update to cause it to need to be changed? I'll re-download the zip now, thanks again for sorting this :)
Management Matt Posted November 4, 2005 Management Posted November 4, 2005 I know Brandon did a lot of work to the RSS import feature, so it's most likely that it's a little more fussy so that it gets the character conversion correct. That BBC feed is "ISO-8859-1" encoded, so UTF-8 would have thrown errors with the character conversion, so that's what the problem is. We'll make sure we make this very clear in any documentation we make available.
CyberSEAL Posted November 4, 2005 Posted November 4, 2005 Following Matt's instructions, this is what I get when I attempt to Rebuild Master Templates:Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 2942 bytes) in /home/virtual/site9/fst/var/www/html/ips_kernel/class_xml.php on line 654 I've seen this error in php before, just not sure if I need to modify something in the ipb software, or in my php.ini to get around it. I'm starting to lose track of the problems I have to resolve from this update... [EDIT: Fixed this by upping memory limit in php.ini...]
Management Matt Posted November 4, 2005 Management Posted November 4, 2005 Open up ips_kernel/class.xml.php and look for: var $lite_parser = 0; Make that: var $lite_parser = 1; Save and re-upload.
Dll Posted November 4, 2005 Posted November 4, 2005 I know Brandon did a lot of work to the RSS import feature, so it's most likely that it's a little more fussy so that it gets the character conversion correct. That BBC feed is "ISO-8859-1" encoded, so UTF-8 would have thrown errors with the character conversion, so that's what the problem is. We'll make sure we make this very clear in any documentation we make available. Cheers, the prune problem has now been sorted with your latest update, so thanks for that. I now have a problem with AOL members having issues logging in, but I think I'll put a ticket in for that one!!!
Management Matt Posted November 4, 2005 Management Posted November 4, 2005 Sure - AOL is always fun with sessions.
bfarber Posted November 4, 2005 Posted November 4, 2005 Thanks Matt, the RSS import is a BBC news one (http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml) - it has fixed itself now that I have changed the character set to ISO-8859-1 from UTF-8, although it was definitely fine before the upgrade yesterday, so perhaps something may have gone wrong on the update to cause it to need to be changed? I'll re-download the zip now, thanks again for sorting this :) Previously, the character set wasn't sent to the xml parser for proper conversion. Characters common to UTF-8 and ISO-8859-1 would have worked fine, but UTF-8 specific characters weren't getting converted because of this. This has been resolved, so you have to ensure you set the correct character set (or it will try to 'convert' the feed). Also, note that PHP's xml parser only supports UTF-8, ISO-8859-1 and US-ASCII, so these are the only character sets you would be able to support in RSS Import feeds (a limitation in PHP outside of our control).
Will L. Posted November 4, 2005 Posted November 4, 2005 uh oh i have like 6 AOL users >_< none have been on yet since the upgrade @Matt thanks for fixing these issues so fast :thumbsup:
TestingSomething Posted November 4, 2005 Posted November 4, 2005 funny I am asked to submit a ticket in the middle of you and Matt answering other people. I dont have any problem going on on my site. i want to know why it said something about not finding a default skin and that i am "responsible for changing templates" and if going through /upgrade alone is different than upgrade/upgrade.php For a situation where there keeps being bugs over and voer and over on each release, I think you should answer people when they ask about them. What other company is still having bugs on the fourth release?
CyberSEAL Posted November 4, 2005 Posted November 4, 2005 Thanks Matt... My only current issue is this error when trying to delete posts:mySQL query error: DELETE FROM ibf_posts WHERE topic_id=8545 SQL error: Incorrect key file for table 'ibf_posts'; try to repair it SQL error code: Date: Friday 04th of November 2005 04:23:33 AM Any thoughts on that? I've repaired it a dozen times tonight...
Management Matt Posted November 4, 2005 Management Posted November 4, 2005 If repairing the table doesn't work, then try dropping all indexes and rebuilding them.funny I am asked to submit a ticket in the middle of you and Matt answering other people. I dont have any problem going on on my site. i want to know why it said something about not finding a default skin and that i am "responsible for changing templates" and if going through /upgrade alone is different than upgrade/upgrade.php I asked you to submit a ticket because you had four separate questions which require some explanation that is outside the scope of this announcement discussion topic. I am answering people that are reporting issues with the software that has been caused by issues in the software. It's vital we understand what the issue is so that we can provide a fix immediately. Your questions were about the upgrade procedure and the impact of making certain choices. Most of your questions could be answered by reading the announcement or reading the "readme.html" file that comes with the download (with regards to using upgrade/index.php NOT upgrade/upgrade.php).For a situation where there keeps being bugs over and voer and over on each release, I think you should answer people when they ask about them. What other company is still having bugs on the fourth release? Apple, Microsoft, Mozilla, Opera, BareBones (BBEdit) and just about every other software company, ever. :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.