BMW Garage BMW Meets Register Today's Posts
Go Back   6Post.com | BMW 6-Series Forum > BIMMERPOST Universal Forums > Site Related Announcements - Suggestions - Feedback - Questions

Post Reply
 
Thread Tools
      03-16-2026, 10:12 PM   #45
apptest
all I do is test!!6
apptest's Avatar
No_Country
5414
Rep
1,004
Posts

Drives: I lost count of how many2
Join Date: Aug 2010
Location: Akcent3

iTrader: (0)

Garage List
Quote:
Originally Posted by analogue View Post
The current notification mailer is not using UTF-8 text encoding after you switched the sites to use UTF-8 content at the end of February.

So right now we get mangled quotes, etc. in email text due to the classic UTF-8 vs. iso-8859-1 (er, Windows-1252) problem:


Quote:
X-Mailer: PHPMailer 7.0.2 (https://github.com/PHPMailer/PHPMailer)
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Thank you! let me know if its not corrected for you now...
Appreciate 0
      03-16-2026, 11:14 PM   #46
analogue
Lieutenant
analogue's Avatar
United_States
917
Rep
509
Posts

Drives: 1M, iX
Join Date: Apr 2005
Location: WI

iTrader: (1)

Hopefully the last report for a bit from me


I have everything working with my code to post and reply to either the vBulletin site or the beta. But I'm noticing that the beta site will not show very large posts. Take a look at the second post in this test thread: https://g80.bimmerpost.com/beta/show...php?p=32677698

If you look at the same content on the current site it appears fine: https://g80.bimmerpost.com/forums/sh...php?p=32677698

The vBulletin site limited posts to 100k characters, so that is my ceiling. For the content to appear on the beta I have to drop that down to around 26k characters of HTML before I convert it to JSON or you get nothing to display.


Let me know what you think - The post is being saved regardless of whether I send it to the beta or the current site, so I don't know if it is purely a rendering problem on the beta or if you are synchronizing two different storage formats on the back and have different limits. Most of the existing service bulletin sticky threads I maintain have a massive second post as it is a reverse chrono digest (e.g. https://g45.bimmerpost.com/beta/show...php?p=32306476 shows the same issue). Not sure if there are many other posts that will hit this "new" limit, but hoping those won't disappear on people.
Appreciate 1
apptest5413.50
      03-16-2026, 11:36 PM   #47
apptest
all I do is test!!6
apptest's Avatar
No_Country
5414
Rep
1,004
Posts

Drives: I lost count of how many2
Join Date: Aug 2010
Location: Akcent3

iTrader: (0)

Garage List
Quote:
Originally Posted by analogue View Post
Hopefully the last report for a bit from me


I have everything working with my code to post and reply to either the vBulletin site or the beta. But I'm noticing that the beta site will not show very large posts. Take a look at the second post in this test thread: https://g80.bimmerpost.com/beta/show...php?p=32677698

If you look at the same content on the current site it appears fine: https://g80.bimmerpost.com/forums/sh...php?p=32677698

The vBulletin site limited posts to 100k characters, so that is my ceiling. For the content to appear on the beta I have to drop that down to around 26k characters of HTML before I convert it to JSON or you get nothing to display.


Let me know what you think - The post is being saved regardless of whether I send it to the beta or the current site, so I don't know if it is purely a rendering problem on the beta or if you are synchronizing two different storage formats on the back and have different limits. Most of the existing service bulletin sticky threads I maintain have a massive second post as it is a reverse chrono digest (e.g. https://g45.bimmerpost.com/beta/show...php?p=32306476 shows the same issue). Not sure if there are many other posts that will hit this "new" limit, but hoping those won't disappear on people.
No these bug reports are incredibly helpful, keep em coming...!

As for that second post, yes that is bizarre, im going to look into this more deeply and get it fixed. Luckily, the data is there, ill see why its crapping out with super long posts. I do have a text limit set for the beta site and that might be the problem. was that last super long edit submitted using the vb or beta site?

It seems the content is all there its just not outputting correctly, but I want to make sure

Last edited by apptest; 03-17-2026 at 12:14 AM..
Appreciate 0
      03-17-2026, 12:14 AM   #48
vreihen16
Recovering Perfectionist
vreihen16's Avatar
30751
Rep
1,098
Posts

Drives: BMW-less :(
Join Date: Jun 2019
Location: Orange County, NY

iTrader: (0)

Could this be happening because the server's php.ini file needs both upload_max_filesize and post_max_size raised to account for new HTTP POST encoding formats?????
__________________
Currently BMW-less.
Appreciate 0
      03-17-2026, 12:15 AM   #49
apptest
all I do is test!!6
apptest's Avatar
No_Country
5414
Rep
1,004
Posts

Drives: I lost count of how many2
Join Date: Aug 2010
Location: Akcent3

iTrader: (0)

Garage List
Quote:
Originally Posted by apptest View Post
Quote:
Originally Posted by analogue View Post
Hopefully the last report for a bit from me


I have everything working with my code to post and reply to either the vBulletin site or the beta. But I'm noticing that the beta site will not show very large posts. Take a look at the second post in this test thread: https://g80.bimmerpost.com/beta/show...php?p=32677698

If you look at the same content on the current site it appears fine: https://g80.bimmerpost.com/forums/sh...php?p=32677698

The vBulletin site limited posts to 100k characters, so that is my ceiling. For the content to appear on the beta I have to drop that down to around 26k characters of HTML before I convert it to JSON or you get nothing to display.


Let me know what you think - The post is being saved regardless of whether I send it to the beta or the current site, so I don't know if it is purely a rendering problem on the beta or if you are synchronizing two different storage formats on the back and have different limits. Most of the existing service bulletin sticky threads I maintain have a massive second post as it is a reverse chrono digest (e.g. https://g45.bimmerpost.com/beta/show...php?p=32306476 shows the same issue). Not sure if there are many other posts that will hit this "new" limit, but hoping those won't disappear on people.
No these bug reports are incredibly helpful, keep em coming...!

As for that second post, yes that is bizarre, im going to look into this more deeply and get it fixed. Luckily, the data is there, ill see why its crapping out with super long posts. I do have a text limit set for the beta site and that might be the problem. was that last super long edit submitted using the vb or beta site?

It seems the content is all there its just not outputting correctly, but I want to make sure
Never mind, the problem was so incredibly stupid, but it should be fixed now 👍
Appreciate 1
analogue916.50
      03-17-2026, 12:51 AM   #50
apptest
all I do is test!!6
apptest's Avatar
No_Country
5414
Rep
1,004
Posts

Drives: I lost count of how many2
Join Date: Aug 2010
Location: Akcent3

iTrader: (0)

Garage List
Quote:
Originally Posted by vreihen16 View Post
Could this be happening because the server's php.ini file needs both upload_max_filesize and post_max_size raised to account for new HTTP POST encoding formats?????
No alot more simple, I had put a limit of 20k characters, and forgot I did that so I just raised it for him

Last edited by apptest; 03-17-2026 at 12:52 AM..
Appreciate 1
vreihen1630751.00
      03-17-2026, 01:09 PM   #51
smokinjoe64
Naval Aviator
smokinjoe64's Avatar
United_States
3407
Rep
1,377
Posts

Drives: e92 M3 6MT
Join Date: Nov 2008
Location: OC SoCal

iTrader: (1)

Garage List
2012 BMW M3  [9.75]
2025 Mazda MX-5  [0.00]
2003 BMW M5  [0.00]
2024 Ranger Raptor  [0.00]
Page Errors - Notifications

Errors after selecting a new notification.
  • 1st pic - shows error result clicking on listed notifications
  • 2nd pic - show 'blank' notifications when one actually remain
Attached Images
  
__________________
e92 M3 - Interlagos Blue | Recaro GTs w/Fox Red Extended |Carbon Leather
BPM Stage II; SuperSprint: header-back, catless, nonresonated, F1s; Infinity Design CF intake; Partee Racing CF plenum; do88 coolers; Bilstein B16 kit w/EDC, monoball links; Brembo BBK; AutoSolutions SSK

Appreciate 1
apptest5413.50
      03-17-2026, 09:47 PM   #52
apptest
all I do is test!!6
apptest's Avatar
No_Country
5414
Rep
1,004
Posts

Drives: I lost count of how many2
Join Date: Aug 2010
Location: Akcent3

iTrader: (0)

Garage List
Quote:
Originally Posted by smokinjoe64 View Post
Errors after selecting a new notification.
  • 1st pic - shows error result clicking on listed notifications
  • 2nd pic - show 'blank' notifications when one actually remain
About the first error, next time you have a notification can you copy/paste the link and either post it here or send me a PM so I can investigate further? thanks!
Appreciate 0
      03-18-2026, 03:43 PM   #53
analogue
Lieutenant
analogue's Avatar
United_States
917
Rep
509
Posts

Drives: 1M, iX
Join Date: Apr 2005
Location: WI

iTrader: (1)

Quote:
Originally Posted by apptest View Post
Thank you! let me know if its not corrected for you now...
It looks like the email text encoding issue is half fixed. I got another message today with mojibake. The content type header is set to UTF-8 now, but the post text in the message appears to have already suffered being decoded as Windows-1252 from a UTF-8 source before being added to the message.

snippet of raw email with encoding problems highlighted in red:



Quote:
From: BIMMERPOST <no-reply@bimmerpost.com>
Subject: New reply: US Dealer: IX is dead after MY2026
Message-ID: <8Q9MS7uwsXs6Z4DU4hoa2sg9fImqGK0w6LxFoQmbQ7k@ne wwe b7>
X-Mailer: PHPMailer 7.0.2 (https://github.com/PHPMailer/PHPMailer)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Authenticated-Id: no-reply@bimmerpost.com


Dear analogue,

There is a new reply to a thread you are subscribed to:

Title: US Dealer: IX is dead after MY2026
Link: https://www.bimmerpost.com/forums/showthread.php?t=2232656&goto=newpost

Here is the message posted by ubercruise
I get it, but I just feel like thereâs lots less differentiation with this. I can easily tell today at a distance based on the front end if thereâs an X3, 5, or 7 coming at me. This I feel id have a tougher time until they were close enough for me to perceive the size. To be clear I still like it. Iâm just now expecting the iX7 to be the exact same thing, just even larger. Which lowers a bit of the mystique and anticipation. But who knows.

Last edited by analogue; 03-18-2026 at 05:11 PM..
Appreciate 1
apptest5413.50
      03-18-2026, 05:38 PM   #54
analogue
Lieutenant
analogue's Avatar
United_States
917
Rep
509
Posts

Drives: 1M, iX
Join Date: Apr 2005
Location: WI

iTrader: (1)

  • Most of the editor buttons (except for font and highlight color) do not have tool-tip titles on hover. Would be good to have that for usability.
  • The code blocks in the editor do not work as expected. You can create one, but on save it just renders divs for bbcode_code, bbcode_code_head, bbcod_code_body without any style or PRE tags. If you edit the post again on the beta, it does not recognize the code block so you see plain text for what was originally created as a code block. Probably not a heavily used feature, but vBulletin code blocks will not translate well to the 2.0 sites.

Last edited by analogue; 03-18-2026 at 05:39 PM..
Appreciate 1
apptest5413.50
      03-18-2026, 07:53 PM   #55
apptest
all I do is test!!6
apptest's Avatar
No_Country
5414
Rep
1,004
Posts

Drives: I lost count of how many2
Join Date: Aug 2010
Location: Akcent3

iTrader: (0)

Garage List
Quote:
Originally Posted by analogue View Post
Quote:
Originally Posted by apptest View Post
Thank you! let me know if its not corrected for you now...
It looks like the email text encoding issue is half fixed. I got another message today with mojibake. The content type header is set to UTF-8 now, but the post text in the message appears to have already suffered being decoded as Windows-1252 from a UTF-8 source before being added to the message.

snippet of raw email with encoding problems highlighted in red:




Quote:
From: BIMMERPOST
Subject: New reply: US Dealer: IX is dead after MY2026
Message-ID:
X-Mailer: PHPMailer 7.0.2 (https://github.com/PHPMailer/PHPMailer)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Authenticated-Id: no-reply@bimmerpost.com


Dear analogue,

There is a new reply to a thread you are subscribed to:

Title: US Dealer: IX is dead after MY2026
Link: https://www.bimmerpost.com/forums/sh...6&goto=newpost

Here is the message posted by ubercruise
I get it, but I just feel like thereâs lots less differentiation with this. I can easily tell today at a distance based on the front end if thereâs an X3, 5, or 7 coming at me. This I feel id have a tougher time until they were close enough for me to perceive the size. To be clear I still like it. Iâm just now expecting the iX7 to be the exact same thing, just even larger. Which lowers a bit of the mystique and anticipation. But who knows.
Im thinking this might have to do with the current (old) app interaction with the beta site, im ASSuming that reply came from him posting from the app. That's the one part oft he site that's still only partially switched over to utf8, so until the new app is released in the App Store I can't rule that out for certain. If you are willing to hang with me on this issue until the the new app is out that would be really helpful, then again it could take some time for the app to really disseminate to all the different devices
Appreciate 1
analogue916.50
      03-18-2026, 07:53 PM   #56
apptest
all I do is test!!6
apptest's Avatar
No_Country
5414
Rep
1,004
Posts

Drives: I lost count of how many2
Join Date: Aug 2010
Location: Akcent3

iTrader: (0)

Garage List
Quote:
Originally Posted by analogue View Post
  • Most of the editor buttons (except for font and highlight color) do not have tool-tip titles on hover. Would be good to have that for usability.
  • The code blocks in the editor do not work as expected. You can create one, but on save it just renders divs for bbcode_code, bbcode_code_head, bbcod_code_body without any style or PRE tags. If you edit the post again on the beta, it does not recognize the code block so you see plain text for what was originally created as a code block. Probably not a heavily used feature, but vBulletin code blocks will not translate well to the 2.0 sites.
Awesome catches, added to the todo list and should be relative easy fixes
Appreciate 0
      03-19-2026, 08:44 PM   #57
apptest
all I do is test!!6
apptest's Avatar
No_Country
5414
Rep
1,004
Posts

Drives: I lost count of how many2
Join Date: Aug 2010
Location: Akcent3

iTrader: (0)

Garage List
I added the ability to have a floating editor, I would love to hear feedback from anyone after using it for sometime, either positive or negative or neutral. but give it a few days to try it out and marinate on it

Last edited by apptest; 03-19-2026 at 09:07 PM..
Appreciate 0
      03-21-2026, 04:16 PM   #58
emulajavi
First Lieutenant
emulajavi's Avatar
Spain
442
Rep
373
Posts

Drives: MINI JCW F56
Join Date: Jun 2009
Location: Spain

iTrader: (0)

Invalid request

When I try to access something related to the new 3 series from the main page I get an ‘invalid request’ message if I’m logged in. If I’m not logged in, the forum page it redirects to displays fine. Same thing happens if I try to enter into any notification that point to something 3 Series related

Message I always see


My notifications pane


Example link of notification about the new 3 series
https://www.bimmerpost.com/beta/show...php?p=32681433

https://www.bimmerpost.com/beta/show...php?p=32682132

This one of other series works fine
https://www.bimmerpost.com/beta/show...php?p=32680108


So it seems to be related only to the 3 Series things
Appreciate 0
      03-22-2026, 08:37 AM   #59
apptest
all I do is test!!6
apptest's Avatar
No_Country
5414
Rep
1,004
Posts

Drives: I lost count of how many2
Join Date: Aug 2010
Location: Akcent3

iTrader: (0)

Garage List
Quote:
Originally Posted by emulajavi View Post
When I try to access something related to the new 3 series from the main page I get an ‘invalid request’ message if I’m logged in. If I’m not logged in, the forum page it redirects to displays fine. Same thing happens if I try to enter into any notification that point to something 3 Series related

Message I always see


My notifications pane


Example link of notification about the new 3 series
https://www.bimmerpost.com/beta/showthread.php?p=32681433

https://www.bimmerpost.com/beta/showthread.php?p=32682132

This one of other series works fine
https://www.bimmerpost.com/beta/showthread.php?p=32680108


So it seems to be related only to the 3 Series things
Are you saying if you click it’s from the homepage and you were already logged into the g50 site the. You get redirected to that blank page?
Appreciate 0
      03-22-2026, 10:42 AM   #60
emulajavi
First Lieutenant
emulajavi's Avatar
Spain
442
Rep
373
Posts

Drives: MINI JCW F56
Join Date: Jun 2009
Location: Spain

iTrader: (0)

Quote:
Originally Posted by apptest View Post
Quote:
Originally Posted by emulajavi View Post
When I try to access something related to the new 3 series from the main page I get an ‘invalid request’ message if I’m logged in. If I’m not logged in, the forum page it redirects to displays fine. Same thing happens if I try to enter into any notification that point to something 3 Series related

Message I always see


My notifications pane


Example link of notification about the new 3 series
https://www.bimmerpost.com/beta/show...php?p=32681433

https://www.bimmerpost.com/beta/show...php?p=32682132

This one of other series works fine
https://www.bimmerpost.com/beta/show...php?p=32680108


So it seems to be related only to the 3 Series things
Are you saying if you click it’s from the homepage and you were already logged into the g50 site the. You get redirected to that blank page?
Exactly. If (while logged in as you can see on the screenshots) I click on any of the red circled, the invalid request page appears. For the 7 Series I get fine into the post.

If I log out and try again, everything works fine.

I’ve tried deleting cooking and bimmerpost website data with no difference.
Attached Images
  

Last edited by emulajavi; 03-22-2026 at 10:45 AM..
Appreciate 1
apptest5413.50
      03-22-2026, 11:12 AM   #61
apptest
all I do is test!!6
apptest's Avatar
No_Country
5414
Rep
1,004
Posts

Drives: I lost count of how many2
Join Date: Aug 2010
Location: Akcent3

iTrader: (0)

Garage List
Quote:
Originally Posted by emulajavi View Post
Quote:
Originally Posted by apptest View Post
Are you saying if you click it’s from the homepage and you were already logged into the g50 site the. You get redirected to that blank page?
Exactly. If (while logged in as you can see on the screenshots) I click on any of the red circled, the invalid request page appears. For the 7 Series I get fine into the post.

If I log out and try again, everything works fine.

I’ve tried deleting cooking and bimmerpost website data with no difference.
Ok I think I understand, thank you! When you highlight the link (not click it) what is the url that shows up for you as what the link is supposed to be?
Appreciate 0
      03-22-2026, 03:24 PM   #62
abc
Captain
29
Rep
774
Posts

Drives: 325
Join Date: May 2005
Location: NYC

iTrader: (0)

hello. i am able to properly sign into e90post.com. if i test the e90post.com beta site, i have to log in again (successfully)
what i can't seem to do however is with the same login account, get into bimmerpost.com at all.
Appreciate 0
      03-22-2026, 07:00 PM   #63
emulajavi
First Lieutenant
emulajavi's Avatar
Spain
442
Rep
373
Posts

Drives: MINI JCW F56
Join Date: Jun 2009
Location: Spain

iTrader: (0)

Quote:
Originally Posted by apptest View Post
Quote:
Originally Posted by emulajavi View Post
Exactly. If (while logged in as you can see on the screenshots) I click on any of the red circled, the invalid request page appears. For the 7 Series I get fine into the post.

If I log out and try again, everything works fine.

I’ve tried deleting cooking and bimmerpost website data with no difference.
Ok I think I understand, thank you! When you highlight the link (not click it) what is the url that shows up for you as what the link is supposed to be?
This is for example what shows for the current two top on the home page about the new M3

https://g50.bimmerpost.com/forums/sh....php?t=2234079

https://g50.bimmerpost.com/forums/sh....php?t=2234079

both lead to the invalid request page

If I click on them while here, they also lead to the invalid request page.


The link that show for the 7 series article (the first that opens fine is)

https://www.7post.com/forums/showthread.php?t=2233538

Last edited by emulajavi; 03-22-2026 at 07:02 PM..
Appreciate 1
apptest5413.50
      03-22-2026, 07:32 PM   #64
apptest
all I do is test!!6
apptest's Avatar
No_Country
5414
Rep
1,004
Posts

Drives: I lost count of how many2
Join Date: Aug 2010
Location: Akcent3

iTrader: (0)

Garage List
Quote:
Originally Posted by emulajavi View Post
Quote:
Originally Posted by apptest View Post
Ok I think I understand, thank you! When you highlight the link (not click it) what is the url that shows up for you as what the link is supposed to be?
This is for example what shows for the current two top on the home page about the new M3

https://g50.bimmerpost.com/forums/sh....php?t=2234079

https://g50.bimmerpost.com/forums/sh....php?t=2234079

both lead to the invalid request page

If I click on them while here, they also lead to the invalid request page.


The link that show for the 7 series article (the first that opens fine is)

https://www.7post.com/forums/showthread.php?t=2233538
Ok im not exactly sure why it would give you that problem, so im taking a few guesses and I just made a change. Could you see if going there from the homepage still gives you the error? you should essentially see a G50 header graphic as well (instead of it saying E90)
Appreciate 0
      03-22-2026, 07:56 PM   #65
emulajavi
First Lieutenant
emulajavi's Avatar
Spain
442
Rep
373
Posts

Drives: MINI JCW F56
Join Date: Jun 2009
Location: Spain

iTrader: (0)

Quote:
Originally Posted by apptest View Post
Quote:
Originally Posted by emulajavi View Post
This is for example what shows for the current two top on the home page about the new M3

https://g50.bimmerpost.com/forums/sh....php?t=2234079

https://g50.bimmerpost.com/forums/sh....php?t=2234079

both lead to the invalid request page

If I click on them while here, they also lead to the invalid request page.


The link that show for the 7 series article (the first that opens fine is)

https://www.7post.com/forums/showthread.php?t=2233538
Ok im not exactly sure why it would give you that problem, so im taking a few guesses and I just made a change. Could you see if going there from the homepage still gives you the error? you should essentially see a G50 header graphic as well (instead of it saying E90)
Still showing the error but the graphic shows G50 as you said

while being in that page that shows the invalid request message, if I click on my username, and log out, it reloads the page and the forum post is displayed correctly.
If then I click on login on the top right and log in, I’m directed back to the ‘invalid request’ message.
Attached Images
 

Last edited by emulajavi; 03-22-2026 at 08:00 PM..
Appreciate 1
apptest5413.50
      03-22-2026, 07:59 PM   #66
apptest
all I do is test!!6
apptest's Avatar
No_Country
5414
Rep
1,004
Posts

Drives: I lost count of how many2
Join Date: Aug 2010
Location: Akcent3

iTrader: (0)

Garage List
Ok that's a step forward. Now if you click on Forums (just beneath new posts) do you see a normal forum list that you can correctly navigate through? does new posts work?

Finally I see a black empty space above the image, if you drag your mouse to highlight it, is there any text in there?
Appreciate 0
Post Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -5. The time now is 03:41 AM.




6post.com
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
1Addicts.com, BIMMERPOST.com, E90Post.com, F30Post.com, M3Post.com, ZPost.com, 5Post.com, 6Post.com, 7Post.com, XBimmers.com logo and trademark are properties of BIMMERPOST