Stuck together glass in porcelain
I currently have a glass stuck in a porcelain. I have already setup cold water in top glass and hot (boiling, I'm careful) around lower but still they remain stuck. Plus I added salt in upper (cold) glass. I got this (last) idea from a #youtube video with ID #HOglOnne3As which seems quite straight-forward but still no success here.
Any ideas? I cannot currently upload images, size limit of 780k exceeded but I set $a->config['system']['maximagesize'] = 2*1024*1024;
which should be enough, right?
Strange #bug in #Friendica ... So you have to live with a link to my #nextcloud instance: cloud.mxchange.org/s/rnFtrpbQq…
Roland Häder🇩🇪 likes this.
Searx instance is working again
I have managed to bring back my #searx instance at
back working again. I had updated my Apache installation to 2.4 and forgot to change the settings to Require all granted
.
Feel free to use it (on your own risk, careful: adult content is possible to find).
like this
XMPP addon does no longer connect to ejabberd
@Friendica Support I had always a working XMPP instance on my friendica instance. Now it doesn't connect. I have enabled debug log in .htaconfig
file but nothing is written there.
With pstree I can only see beam.smp with 18 beam.smp threads but no ejabberd_auth.php sub process which did happen before. strace tells me that it tries to read from 0 (stdin) so it seems to wait for input. Access rights and correct user/group are set (0700, ejabberd.ejabberd according to documentation). Yet still it isn't starting.
Any ideas what might cause this?
http-bind settings and listener
<IfModule mod_proxy.c>
<IfModule mod_proxy_http.c>
ProxyPass /http-bind http://127.0.0.1:5280/http-bind retry=0
</IfModule>
</IfModule>
And:
# netstat -lnp|grep 5280
tcp 0 0 127.0.0.1:5280 0.0.0.0:* LISTEN xxxxx/beam.smp
#
Roland Häder is now friends with Holger (Hubzilla)
Frank Dapor #podmin likes this.
Quiet and calm office room at work ...
Today I have one of the very rare opportunities to have a relatively quiet and calm office room for myself, my workmate is ill and others are not in. Only sometimes the CEO comes in.
Will use that moment to program and focus more.
Adam Magness likes this.
Fixed NPE in PrimeFaces!
I have just pushed a pull request for #PrimeFaces on #GitHub. Let's hope, they accept it.
Here is the link:
Example WAR project
LiMux is dead, maybe one time it lives again?
Wenn #Unkenntnis von Nicht-ITlern zum Ende des Vorzeigeprojektes #LiMux wird, hat der Verstand versagt. Einfach peinlich, was da abgeht ... Und dann sich beschweren, dass Linux eingeschränkt ist?! Hackt es? Ja, die #NSA-Software namens #Skype kann nicht unbeobachtet installiert werden, oh wie schade aber auch ...
Scammer zurück scammen
#ReScam "redet" sogar mit einem ...
German "Pfand" on bottles in English?
I'm currently looking for a proper translation for the German word Pfand. Here in Germany we have 25 EUR cents on some plastic bottles (not all) like soft drinks or even caned drinks (not all cans).
When we bring that empty bottle/can back to the supermarket and put it there in a machine for one-way-bottles/cans, then we can that 25 EUR cents back for each bottle (that has a proper symbol on it's cover printed).
dict.cc gives me a lot words for this: pawn, collateral, mortgage, pledge, deposit, forfeit, earnest, security, gage. I can rule out 2,3 and 5, 6 sounds strange. Any ideas which might be the right one?
Roland Häder🇩🇪 likes this.
Roland Häder is now friends with Adam Magness
Adam Magness likes this.
Hacking friendica code with trailing/leading white-spaces
When editing #Friendica code, I use a local commit hook, finding leading and trailing white-spaces. The hook itself is GIT's default pre-commit
hook plus a few extra lines:
# Find bad scripts
./util/typo.php
# PHPUnit
if [ -x ./vendor/bin/phpunit ]
then
./vendor/bin/phpunit || exit 255
fi
So, please don't wonder when I touch "the whole file". Then I have just changed DOS -> Uni* line-break (CRLF
to LF
) as it was being detected as trailing white-space characters.
Frank Dapor #podmin likes this.
Browsers (even #Firefox #Quantum) tend not to download CSS/JS when they have downloaded it already. This forces your users to press CTRL+F5
(under Firefox at least). The fix is to include a version number in the URL and always increment it when you change something.
Examples: /js/main.js?v=1.0.0
or /css/default.css?v=1.0.0
Static files normally ignore parameters so this is safe to do so. When you change that file, just increment the last patch number until you want it (I prefer to increment from 1.0.9
to 1.1.0
but that is up to the community (you should come up with a versioning convention). #cache-busting
Wieso fällt mir auf Anhieb #BarakObama ein ... Genau, weil er mit Drohnen Menschen tötet.
Fatal error: Call to a member function escape() on null
@Friendica Developers I get the following error after I updated to latest develop
code:
Fatal error: Uncaught Error: Call to a member function escape() on null in /../friendica/include/dba.php on line 1104
Error: Call to a member function escape() on null in /../friendica/include/dba.php on line 1104
Call Stack:
0.0036 371800 1. {main}() /../friendica/include/dbstructure.php:0
0.0533 938728 2. dbstructure_run(array(2), long) /../friendica/include/dbstructure.php:1827
0.0651 1037352 3. update_structure(true, true, ???, ???) /../friendica/include/dbstructure.php:1783
0.0654 1038120 4. Friendica\Core\Config::set(string(6), string(11), long) /../friendica/include/dbstructure.php:207
0.0655 1040408 5. dba::update(string(6), array(1), array(2), true) /../friendica/src/Core/Config.php:167
Variables in local scope (#5):
$array_element = *uninitialized*
$array_key = *uninitialized*
$condition = array ('cat' => 'system', 'k' => 'maintenance')
$condition_string = *uninitialized*
$content = *uninitialized*
$do_insert = *uninitialized*
$do_update = *uninitialized*
$fieldname = *uninitialized*
$fields = array ('v' => '1')
$old_fields = TRUE
$params = *uninitialized*
$params1 = *uninitialized*
$params2 = *uninitialized*
$sql = *uninitialized*
$table = 'config'
$values = *uninitialized*
Any idea how to fix this? Did I miss something to update on my .htconfig.php
file?
Acme-Challenge on Apache 2.4 fails on some virtual hosts, but some not
If you know the answer, please help me.

Roland Häder🇩🇪
in reply to Roland Häder🇩🇪 • •Roland Häder🇩🇪
in reply to Roland Häder🇩🇪 • •Adam Magness
in reply to Roland Häder🇩🇪 • •I've updated my max image size limit over time, but these cameras get so high mp, so I just always go into my camera and change the setting before I take a picture that I know I'm going to post.
I was going to say about the cups, if you throw them against the wall they'll come apart, but that's just silly
Roland Häder🇩🇪
in reply to Roland Häder🇩🇪 • •Roland Häder🇩🇪
in reply to Roland Häder🇩🇪 • •