This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
91
Archived fixes / [Install] Re: Error 500
« on May 16th, 2014, 08:08 AM »
Seems to be fixed.
But there are some errors remaining in the logs:Quote Also the same error for latest-news.js and search. :)
But there are some errors remaining in the logs:
/viewremote/?filename=current-version.js
2: array_merge(): Argument #2 is not an array
Datei:/wedge/gz/app/Subs-Template.php
Zeile: 406
92
Archived fixes / [Install] Error 500
« on May 15th, 2014, 11:59 AM »
Index will give a error 500 while trying to do a fresh install.Quote
PHP Fatal error: Can't use function return value in write context in /gz/app/Subs.php on line 2
94
Archived fixes / Re: More language bugs
« on May 4th, 2014, 11:17 PM »
Nice find!
Perhaps you can make a pull request for it?
Perhaps you can make a pull request for it?
95
Bug reports / Re: SMF bug 4940: sending pm to user with quotes in name
« on April 29th, 2014, 12:15 PM »Try to register a new user with quotes.
System throws the following error:
Invalid character used in Username.
Sorry, sometimes read it line by line would help :)
Yes, if you change your display name it's possible to set quotes.
So we should not allow quotes in names.
96
Archived fixes / Re: first post in thread is out of line
« on April 26th, 2014, 09:37 AM »
Yes, it's working now.
97
Archived fixes / [Installer] Re: Blank screen and errors
« on April 19th, 2014, 11:34 AM »
And fixed. :)
98
Archived fixes / [Installer] Re: Blank screen and errors
« on April 19th, 2014, 09:46 AM »
I'm not at home at the moment. Will try it later that day. :)
99
Archived fixes / [Installer] Re: Blank screen and errors
« on April 17th, 2014, 06:53 PM »
It's just a blank install without other language folders. So the value seems to be "english".
100
Features / Re: Bookmarks
« on April 17th, 2014, 06:51 PM »
Wow!
This was back in 2011 :)
So here is the point:
Social integration is easy. We've got flitter,etc.
Bookmarks:
Should be easy too, but...
Either we adapt the Bookmark-Mod from S*F, or we can so it smarter. Therefor we need a bit work and a "follow this user" feature ;)
This was back in 2011 :)
So here is the point:
Social integration is easy. We've got flitter,etc.
Bookmarks:
Should be easy too, but...
Either we adapt the Bookmark-Mod from S*F, or we can so it smarter. Therefor we need a bit work and a "follow this user" feature ;)
101
Archived fixes / [Installer] Blank screen and errors
« on April 17th, 2014, 12:20 PM »PHP Fatal error: require_once(): Failed opening required '/usr/local/var/www/core/languages//english' (include_path='.:/usr/share/php:/usr/share/pear') in /usr/local/var/www/install/install.php on line 280
102
Archived fixes / Re : Re: [Installer] Sub language folders are not recognized
« on April 17th, 2014, 11:48 AM »
Sorry, revert my posting. Bug is still present.
Take a look at the inserted code.
< > are transformed to <>
Take a look at the inserted code.
< > are transformed to <>
103
Archived fixes / Re : Re: [Installer] Sub language folders are not recognized
« on April 17th, 2014, 11:47 AM »Now I can safely insert code without transition to > or <.
$incontext['detected_languages'][substr($entry, 8, -4)] = '<img src="core/languages/Flag.' . substr($entry, 8, -4) . '.png"> ' . $txt['lang_name'];104
Archived fixes / Re: Profile page unnotify broken
« on April 16th, 2014, 08:00 PM »
Perhaps it's related to cache settings?
Will take a look at this tomorrow when I'm back home agian and test it.
Will take a look at this tomorrow when I'm back home agian and test it.
105
Importing into Wedge / Re: SMF 2 to Wedge importer errors
« on April 16th, 2014, 07:23 PM »
Wedge dir is writeable and running under the same user as your webserver?