Previous Thread
Next Thread
Print Thread
Hop To
Page 2 of 2 1 2
Morgan #253963 11/04/2013 4:52 AM
Joined: Jul 2006
Posts: 4,057
Joined: Jul 2006
Posts: 4,057
If I had to Downgrade PHP i would have to pay my hosting company or someone else.
And that could cost me upto $150 as the security would also have to be looked at again.

If there were problems with the PHP Versions an announcement would have been appreciated.
Fortunately for me after reading this thread i had my server re-installed but with php 5.3.27


The point i'm making is that sometimes the problems cost us money as well as frustration.

Were not all Server Guru's


BOOM !! Version v7.6.1.1
People who inspire me Isaac ME Gizmo
Morgan #254067 11/19/2013 3:11 PM
Joined: Dec 2003
Posts: 117
K
Member
Member
K Offline
Joined: Dec 2003
Posts: 117
The problem is situated with "strange" and accented characters. Eg.

é
è
à
»
ç
£

So I suspect a configuration change/issue in the new PHP version. I'm looking for a solution, but I'm not extremely hopeful.

Morgan #254068 11/19/2013 5:16 PM
Joined: Dec 2003
Posts: 117
K
Member
Member
K Offline
Joined: Dec 2003
Posts: 117
For advanced users who slightly know what they're doing...

Fix... although I don't know if it's 100% (not using the language charset variable).

If you have some time:

Edit all the files in admin, libs, scripts and root directories in an editor that will allow you to do a search across all files. Eg. Editpad.

Find: htmlspecialchars(
(Example: htmlspecialchars($rss_title))

Add this to the function:
, ENT_COMPAT | ENT_HTML401, "ISO-8859-1")
(Example: htmlspecialchars($rss_title, ENT_COMPAT | ENT_HTML401, "ISO-8859-1"))

Note: I've gone for single quotes 'ISO-8859-1' in the libs > smarty files as it seems common there. Do NOT use single quotes in the other files as this fix wil NOT work.

Kayjey #254070 11/19/2013 5:48 PM
Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
I would suspect your issue is not just php>5.3 but what character set you use.
iso-8858 versus utf8
which is in your generic language file.
that is/was another issue with the upcoming upgrades since if you are not using utf-8 then a import would be needed to update all the tables.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Morgan #254071 11/20/2013 4:33 AM
Joined: Dec 2003
Posts: 117
K
Member
Member
K Offline
Joined: Dec 2003
Posts: 117
Looking forward to a switch to UTF-8. But it's a bit unlogic to have a UTF setting in the language file and then everything else in ISO-8859-1 including the database tables.

I guess this will push the devs towards quicker developments though - seeing a whole lot of tickets / mails arrive in their system about this.

Morgan #254079 11/22/2013 11:54 AM
Joined: Dec 2003
Posts: 117
K
Member
Member
K Offline
Joined: Dec 2003
Posts: 117
Ruben... I suspect you could actually then be someone who can convert the whole thing to UTF? Is it just a matter of switching the database table settings and setting the correct variable in the language file?

Morgan #254084 11/22/2013 2:29 PM
Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
Well it becomes a mess at times.
Some people started the install with utf8 because you get a prompt somewhere on a new install as well as the default setting in MYSQL was also UTF8
Some have the tables as utf8 but never changed the language file to utf8.
And probably most have ISO-8859-1 in both the language file and the tables.

I tried to convert one once and it worked fine.
Another site was toast so I set it back to what it had.

SD stated at one time when we get to that point there would need to be a import not a regular upgrade to make multiple table changes as well as convert everything to UTF8.

try

http://rrn.dk/converting-a-mysql-database-from-latin1-to-utf8

for a reference on converting. Read the last line that would be changing the language file.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Morgan #254114 11/28/2013 2:07 PM
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
7.5.8 now supports php 5.4 and 5.5, so this is fixed, when it is released.

SD #254117 11/29/2013 4:31 AM
Joined: Oct 2006
Posts: 358
enthusiast
enthusiast
Joined: Oct 2006
Posts: 358
I hear what you're saying... but we have NOT received 7.5.8 ---- so the problem DOES still exist!!

I received an email just tonight from Texas asking why her "long post" from August disappeared.

I told her that I've already worked with people from Norway, Australia, Canada and North Carolina that had the same experience.

So, maybe the FIX has been added to the 7.5.8 PATCH, but until it's actually installed and verified on my servers, then I'm still SUFFERING from the slings and arrows of my users.

--- and I didn't say ANYTHING about the comment TWO weeks ago that I received regarding my SUPPORT TICKET that said that a fix should be available in 2 or 3 days!!!!????!?!?


--BIll B
Morgan #254122 11/29/2013 7:04 AM
Joined: Dec 2003
Posts: 117
K
Member
Member
K Offline
Joined: Dec 2003
Posts: 117
Hmmm... got a point there.

I've sent in an answer to the Beta Tester question saying I'm interested. A week ago. Waiting for a reply.

Morgan #254137 11/29/2013 11:05 PM
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
7.5.8 should be available for d/l soon. I released the .zip to Brooks and upgraded UBBCentral to latest as well.

Morgan #254143 11/30/2013 12:07 AM
Joined: Oct 2006
Posts: 358
enthusiast
enthusiast
Joined: Oct 2006
Posts: 358
Sir Dude,
Many, many thanks...

Now... is there any chance that you can 1) fix Obama care?, or 2) close Guantanamo, or 3) get more bi-partisan solutions in Congress?

Sorry... but it's way too easy to be a cynic these days. In spite of all of the words and discussions -- we are SINCERELY GRATEFUL for UBB THREADS and YOU GUYS THAT KEEP WORKING ON IT.



--BIll B
Page 2 of 2 1 2

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Forum Privacy Policy
by ECNet - 02/26/2024 11:58 AM
Who's Online Now
2 members (Geoff, domspeak), 353 guests, and 190 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)