Zum Inhalt der Seite gehen


Wer Party feiern kann, kann auch feste drauf hauen.....
#friedel54 #Polizeigewalt #Räumung #wirbleibenalle #gentrification #zwangsräumungverhindern


@Friendica Developers

Hi @Michael Vogel I have a problem with dba::select(). It seems that this function doesn't work without parameters. E.g.:
$g = dba::select('photo',
	array('width', 'height'),
	array(
		'resource-id' => $image_id,
		'uid' => local_user(),
		'scale' => 2
	)
);

gives me no result. It seems that the $sql (query) is constructed correctly in dba:select()but something happens while executing dba::p() so dba::select() don't output the result.
Or is this an intended behavior?
Ahh ok, this may be the cause of the error,


@Friendica Developers
Just to demonstrate how helpful our #doxygen docu could be while writing code
I can't see the full-size images since your SSL certificate has been revoked according to Chrome.
Yes newer versions of FF and Chrome revoke the WoSign CA certificates.
Problem is that I'm on a shared host (netcup) and don't get LetsEncrypt certificates in an easy way (with automatic renew)

If anybody knows a very simple way to create LetsEncrypt certificates (for all my subdomains) with a reminder after 3 months to update the certificates, let me know.
Works for me. Firefox 53.0.3


@Friendica Developers

I have just realized that when I open a profile page from the "new" global directory, the zrl parameter isn't transmitted anymore to the opened profile.

@Hypolite Petovan
Can you have a look on this issue
The fix has been deployed on dir.friendica.social, thanks for your vigilance!