Skip to main content
Recent Posts
31
Bug Reports / Select to remove isssue
Last post by ScottJB -
Quote from: Spuds – Could you let me know exactly what page you are one for each of those can't remove issues.  I found the drafts one under profile and have that fixed.  The others I'm not 100% sure where to look as there are a several areas it might be.  Since you already found them (and thank you for the testing / reporting) letting me know where on the sire you are really helps me track things down quicker.

Lets start opening each of these as their own topic on the bug reports board, helps me keep track of what is open / closed:smile:

I found this first on portal pages. The others I can't remember, but will run into again, knowing me.  :tongue:
32
General ElkArte discussions / Re: Load time achievement
Last post by Hj Ahmad Rasyid Hj Ismail -
Via terminal, both connected to database just fine, so this has become more mysterious to me, but if I changed 127.0.0.1 to localhost in the Settings.php, internal server error 500 occurred, so I am not so sure, except to assume the bug is on Beta 2 from this error.log:
Code: [Copy]
tail -f /var/www/clients/clientXX/webYY/log/error.log
#1 /web/sources/ElkArte/Database/AbstractQuery.php(539): ElkArte\Database\Mysqli\Query->executeQuery()
#2 /web/sources/ElkArte/Database/Mysqli/Connection.php(54): ElkArte\Database\AbstractQuery->query()
#3 /web/sources/database/Database.subs.php(73): ElkArte\Database\Mysqli\Connection::initiate()
#4 /web/sources/Load.php(1261): database()
#5 /web/bootstrap.php(358): loadDatabase()
#6 /web/bootstrap.php(90): Bootstrap->bringUp()
#7 /web/bootstrap.php(66): Bootstrap->bringUpBasics()
#8 /web/index.php(41): Bootstrap->__construct()
#9 {main}
  thrown in /web/sources/ElkArte/Database/Mysqli/Query.php on line 165" while reading response header from upstream, client: xxx.xxx.xxx.xxx, server: elkarte2.sch .my, request: "GET / HTTP/2.0", upstream: "fastcgi://unix:/var/lib/php8.4-fpm/webYY.sock:", host: "elkarte2.sch.my"
33
Bug Reports / Re: ElkArte 2.0 Beta 1 Issues
Last post by Spuds -
Could you let me know exactly what page you are one for each of those can't remove issues.  I found the drafts one under profile and have that fixed.  The others I'm not 100% sure where to look as there are a several areas it might be.  Since you already found them (and thank you for the testing / reporting) letting me know where on the sire you are really helps me track things down quicker.

Lets start opening each of these as their own topic on the bug reports board, helps me keep track of what is open / closed:smile:
34
Bug Reports / Re: ElkArte 2.0 Beta 1 Issues
Last post by Spuds -
Quote from: "ScottJB" – When try to do select via checkbox and remove anything, it will not remove. It just refreshes the screen
In order to remove post, topic, draft, etc., you need to remove one at a time.
I see what that is .... at least for drafts.  Need to decide what I want to do about that one.
Quote from: "ScottJB" – On mobile device, it seems trying to insert attachment into the post does not work. You can upload and post, but can't insert the item into the post itself.
Have not checked that one yet, still stuck on the first one:laughing:
35
Bug Reports / Re: ElkArte 2.0 Beta 1 Issues
Last post by ScottJB -
@Spuds

Couple things found:

1. When try to do select via checkbox and remove anything, it will not remove. It just refreshes the screen
In order to remove post, topic, draft, etc., you need to remove one at a time.


2. On mobile device, it seems trying to insert attachment into the post does not work. You can upload and post, but can't insert the item into the post itself.
37
General ElkArte discussions / Re: Load time achievement
Last post by Spuds -
That is strange.  

This site is on a ispconfig control panel, mariadb, apache and connects via localhost in the admin panel.  What happens when you are at the command line and try to connect with mysql -h localhost -u youruser -p and then mysql -h 127.0.0.1 -u youruser -p  to see if you get a socket or permissions error.
38
Addons / Re: [ADDON] Levertine Gallery
Last post by Spuds -
Edit Addons/Levertine/Helper/Verify.php

Find (line 35)
$context['require_verification'] = VerificationControlsIntegrate::create($verificationOptions, true);
change it to
$context['require_verification'] = VerificationControlsIntegrate::create($verificationOptions, $do_test);
39
General ElkArte discussions / Re: Load time achievement
Last post by Hj Ahmad Rasyid Hj Ismail -
I will retry, but last time it was not working, and I have to use 127.0.0.1. Anyway, queries delays are facts, whether or not localhost vs 127.0.0.1 was the main issue or otherwise not.

Edited: Changing it to localhost definitely causing error 500 issues. I've just re-tried. 1.1 is using localhost just fine as mentioned earlier, so not my server issue.