WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [Solved] 500 Internal Server Error for private messages  (Read 1076 times)

Offline CentralWare

  • Administrator
  • Hero Member
  • *****
  • Posts: 1441
Re: [Solved] 500 Internal Server Error for private messages
« Reply #15 on: September 08, 2023, 12:20:42 PM »
TinyCore's forum software has been upgraded to v2.0.19 as of today.  Please test and report back accordingly.

Offline aus9

  • Sr. Member
  • ****
  • Posts: 371
Re: [Solved] 500 Internal Server Error for private messages
« Reply #16 on: September 08, 2023, 04:04:05 PM »
TEST ONLY

I have not kept previous fails...so lets try some code snippets. Rich had some suggestions so here goes

test code with pipe
Code: [Select]
readelf -d $P/usr/local/bin/$P | grep 'NEEDED'
test string with "intact"
leaving the original file intact.

test some random commands
Code: [Select]
chmod a+s $P/usr/local/bin/$P
tar xvf *.xz
ls  | grep -E 'png|txt'

meson setup --prefix=/usr/local --localstatedir=/var -Dbuildtype=plain -Dbuildtype=release \
-Dstrip=true -Dgtk_doc=false -Dinstall-tests=false
pip3 install ./pycparser-2.21-py2.py3-none-any.whl
cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DDOCTEST_WITH_TESTS=off ..
        find usr -not -type d > /tmp/$Z.tcz.list
        sed 's|usr|/usr|g' -i /tmp/$Z.tcz.list

Looks good  ;D


Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 10821
Re: [Solved] 500 Internal Server Error for private messages
« Reply #17 on: September 08, 2023, 06:47:10 PM »
Hi aus9
This is one from Febuary 2021 I couldn't post no matter what I tried:
Code: [Select]
echo $(CC_FLAGS="-march=i486 -mtune=i686" KERNELDIR="/lib/modules/`uname -r`/build" ./make_all 2>&1) > build.txt
Of course this proves nothing, since the mechanism responsible for
flagging the error seems to be rather fickle to say the least.

Case in point, this post documents me posting a command that the
forum would flag with an error just 2 months prior:
https://forum.tinycorelinux.net/index.php/topic,25148.msg161629.html#msg161629

Offline CentralWare

  • Administrator
  • Hero Member
  • *****
  • Posts: 1441
Re: [Solved] 500 Internal Server Error for private messages
« Reply #18 on: September 08, 2023, 09:30:58 PM »
Hello everyone!

The forum has been upgraded to a sorely needed version to make it PHP8 compliant and to fix a good number of bugs from the past.
The upgrade took 14 hours of overall surgery to get us from v2.0.15 to 2.0.19 and there's still a good bit more on my to-do list.

Based on what I've read in the source code, I'd speculate we have a much larger board (database) than they anticipated which
leads to some odd behaviors and/or bugs - most of which "should" be gone or limited here out.  If you find anything out of the
ordinary, please post your findings: https://forum.tinycorelinux.net/index.php/topic,25947.0.html and give as much information as
possible so that we can re-create the situation.
« Last Edit: September 08, 2023, 09:35:31 PM by CentralWare »

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 795
Re: [Solved] 500 Internal Server Error for private messages
« Reply #19 on: September 24, 2023, 11:54:17 AM »
It seems that after the upgrade the forum is visited much more actively! Bravo!

Offline patrikg

  • Hero Member
  • *****
  • Posts: 603
Re: [Solved] 500 Internal Server Error for private messages
« Reply #20 on: September 25, 2023, 12:10:59 AM »
@CentralWare

Thank you for your private time to do this things.
It works much better now, with the newer version.
Have not any internal errors at all, when pasting/writing unwanted word or characters.

:)