Skip to main content


Friendica Developers reshared this.

in reply to anubis2814

This white screen means that something is wrong. And in the logfiles you should see, what exactly failed.
in reply to Michael Vogel

@Michael Vogel I don't remember when I stopped last night but the only things I'm getting in my error log are undefined variables.

Friendica Developers reshared this.

in reply to anubis2814

It appears that there is some method of defining smarty arrays
The exception it threw now is for $smarty array being undefined. Do i need to "use" a file to make it work?

Friendica Developers reshared this.

in reply to anubis2814

Ok so I used the following $smarty = new Smarty();
Now it throws a white screen but nothing shows up in the error log.

Friendica Developers reshared this.