Loading...
 
Skip to main content
Copy to clipboard

rsstest

N/A


N/A
Forum: Tiki Wiki CMS Groupware Author: pogogames201 Posted: Thu, 31 Mar 2016 17:10:44 +0200 Last post: Thu, 31 Mar 2016 17:10:44 +0200

Forum: Tiki Wiki CMS Groupware Author: Mack Posted: Tue, 29 Mar 2016 22:45:33 +0200 Last post: Tue, 29 Mar 2016 22:45:33 +0200

Forum: Tiki Wiki CMS Groupware Author: gary_c Posted: Mon, 28 Mar 2016 09:42:30 +0200 Last post: Mon, 28 Mar 2016 09:42:30 +0200


While testing version 27.7 as an upgrade from 24.14, I’m experiencing behaviour similar to that with 24.13. I can’t log in with the 2FA option enabled. The URL ‘tiki-login.php’ is displayed, but the page is blank – it’s just a white screen. It also appears that the separation of the customer login and 2FA into two separate steps has not yet been implemented here. If I replace the 27.7 version of tiki-login.php with the 27.5 version, I can log in normally using 2FA.

I wanted to update our Tiki instances to 24.13. Unfortunately, I can no longer log in with this version. Message when logging in correctly (tiki-login.php) – STATUS_CODE 500 If you enter invalid login details, you can access tiki-login.php without any problems. Does anyone have any ideas as to why this is happening?

In my php error log I see several:
Copy to clipboard
[09-Jul-2026 10:04:49 Asia/Jerusalem] PHP Warning: Undefined array key "_filter" in /home/domain/public_html/lib/core/Services/Search/CustomSearchController.php on line 121 [09-Jul-2026 10:04:49 Asia/Jerusalem] PHP Warning: Undefined array key "_filter" in /home/domain/public_html/lib/core/Services/Search/CustomSearchController.php on line 119 [09-Jul-2026 09:23:45 Asia/Jerusalem] PHP Warning: Undefined array key "_filter" in /home/domain/public_html/lib/core/Services/Search/CustomSearchController.php on line 123 [09-Jul-2026 09:23:45 Asia/Jerusalem] PHP Warning: Undefined array key "_filter" in /home/domain/public_html/lib/core/Services/Search/CustomSearchController.php on line 121 [09-Jul-2026 09:23:45 Asia/Jerusalem] PHP Warning: Undefined array key "_filter" in /home/domain/public_html/lib/core/Services/Search/CustomSearchController.php on line 119 [09-Jul-2026 09:08:44 Asia/Jerusalem] PHP Warning: Undefined array key "_filter" in /home/domain/public_html/lib/core/Services/Search/CustomSearchController.php on line 123 [09-Jul-2026 09:08:44 Asia/Jerusalem] PHP Warning: Undefined array key "_filter" in /home/domain/public_html/lib/core/Services/Search/CustomSearchController.php on line 121 [09-Jul-2026 09:08:44 Asia/Jerusalem] PHP Warning: Undefined array key "_filter" in /home/domain/public_html/lib/core/Services/Search/CustomSearchController.php on line 119
This seems to be PHP8.x being strict. At /home/domain/public_html/lib/core/Services/Search/CustomSearchController.php I added a temporary variable to avoid the warning. From line 117 to 137 I changed to:
Copy to clipboard
$filter = 'content'; //default if (isset($config['_filter']) || $name == 'categories' || $name == 'daterange' || $name == 'distance') { // Safely extract _filter value to avoid PHP 8+ undefined key warnings $configFilterVal = $config['_filter'] ?? null; if ($configFilterVal === 'language') { $filter = 'language'; } elseif ($configFilterVal === 'type') { $filter = 'type'; } elseif ($configFilterVal === 'categories' || $name == 'categories') { $filter = 'categories'; } elseif ($name == 'daterange') { $filter = 'daterange'; } elseif ($configFilterVal === 'multivalue') { $filter = 'multivalue'; } elseif ($configFilterVal === 'exact') { $filter = 'exact'; } elseif ($name == 'distance') { $filter = 'distance'; if (! $input-sort_mode-text()) { $config['sort'] = true; } } }

TikiWiki and Telegram
Hi everyone in the Tiki Community. I want to share with you a software I made to send telegram group messages into a tracker. The purpose was to incorparte into the tiki enviroment a telegram group. It was all vibecoded and I'm not a software developer, so please use with caution. I'm sharing this to receive some feedback. You can do whatever you want with this, that's the point of this post. The project: https://github.com/cheperico/trackergram In action: https://wiki.chela.org.ar/QuepasacheLA https://cuencas.chela.org.ar/tiki-index.php?page=Telegram_LCC2026 Extra: In trackergram github there's a folder called tikipickit; i'm working on a offline data gatherer inspired in odk / kobotoolbox... at this moment this is just made and never tested, be warned!!!

Tiki H5P: H5P editor upload returns 404 because action_library_upload is missing Environment: - Windows 11 - WampServer - PHP 8.3.18 - Tiki 27.x - H5P support enabled - Plugin H5P enabled - Default H5P gallery set Problem: When using the H5P editor Upload tab, Firefox Network shows: POST /tiki-ajax_services.php?controller=h5p&action=library_upload Result: 404 Not Found In: lib/core/Services/H5P/Controller.php there is no: action_library_upload Also, uploading .h5p files through File Galleries stores them as ordinary/plain text files and does not create playable H5P content. Only storage/public/h5p/libraries was populated.

I’ve been exploring different casino platforms lately and noticed how much the overall experience depends on variety and usability. I usually check out options through https://cazinooooz.com/ because it gives access to a wide range of games and features in one place, which makes it easier to compare and find what actually suits my style while still keeping everything simple to navigate. What I like most is when a platform Casino combines slots, live dealer games, and even sports betting without feeling overloaded. It’s also important that payments are smooth and support is responsive, since that really builds trust. In my opinion, a good casino site is not just about games, but about how comfortable and secure the whole process feels from start to finish.

Editor not showing
Fairly inexperienced user here, Editing a page does not display the editor. I have tried all the various fixes. Checked files, toggled WYSIWYG, php mem, etc. I cant seem to find the issue. When clicking Edit it just displays like this:

Çevrimiçi vakit geçirmek için keyifli bir yer bulmak, sıradan anları bile biraz daha özel hale getirebilir. Akıcı performans, hoş görseller ve rahat bir atmosfer bir araya geldiğinde, zaman geçirmekten öte gerçekten keyif almak mümkün olur. Düşünülmüş bir tasarım ve kolay gezinme, her şeyin baştan itibaren doğal hissettirmesini sağlar. İster kısa bir mola sırasında gir, ister akşam daha uzun vakit ayır — konfor her zaman fark yaratır. Göz atmak istersen: ✨ https://lukklycasino1.com

Hello everyone, I'm trying to install Tiki 27.5 (but got the same result with 27.1) on a fresh Debian 13, and I'm stuck very early in the process - browsing tiki-install.php ends up in "Fatal error: Maximum execution time of 30 seconds exceeded in (various .php files)". This is pretty puzzling, as my previous attempt at installing Tiki 27 went without a hitch on a Debian sid. My PHP skills are scarce, so I started placing "echo"s in various places and found that tiki-install.php never gets passed the "$content = tr('No content specified. Something went wrong.')" line. Defined in lib/init/tra.php, tr() calls tra(), which doesn't get passed the call to \I18n\LanguageTranslator
getInstance. Which is defined in lib/language/LanguageTranslator.php and doesn't get passed the "new self" line; the constructor doesn't get beyond the call to loadThemeOverrides, which gets stuck at \TikiLib
lib('theme'). This is defined in lib/tikilib.php, doesn't seem to get the chance to return and calls tr() at the end, which completes the loop. What am I missing here? Thank you.

Calendar translate
Hello everyone, I notice that one sections on Tiki calendar is not fully translated. Specifically, the In Which file I can find for translate this section? I've been looking but can't find it. The section is: today - year - semester - quarter - month - week - day. Juste look on picture I would like to translate it into French.


<?xml version="1.0"?> <!-- RSS generated by SourceForge.net at Mon, 09 Nov 2009 04:04:35 GMT on sfs-web-8 The content in this RSS feed was generated by SourceForge.net regarding the SourceForge.net site or a project hosted on SourceForge.net. Each project hosted on SourceForge.net is responsible for their own content, file releases and support. For a full list of available RSS feeds http://p.sf.net/sourceforge/rssfeedsQuestion For terms of use: http://p.sf.net/sourceforge/termsQuestion For content issues, comments and questions: contact the project via the comment link or the resources on their summary page. For technical issues with this feed: contact the SourceForge.net team at: http://p.sf.net/sourceforge/supportQuestion In the event that you need to report abuse: contact the SourceForge.net team at: http://p.sf.net/sourceforge/supportQuestion
-->
<rss version="2.0">
<channel>
<title>SourceForge.net: Project Summary: TikiWiki CMS/Groupware (tikiwiki project)</title>

<link>http://sourceforge.net/projects/tikiwiki/</link>

<description>A summary of key project details for the tikiwiki project on SourceForge.net.</description>
<copyright>Copyright and acceptable use information for this RSS feed may be found at: http://p.sf.net/sourceforge/terms</copyright>Question
<lastBuildDate>Mon, 09 Nov 2009 04:04:35 GMT</lastBuildDate>
<generator>SourceForge.net RSS generator</generator>
<image>
<title>SourceForge.net logo</title>
<url>http://images.sourceforge.net/images/sflogo-88-1.png</url>

<link>http://sourceforge.net/</link>

<width>88</width>
<height>31</height>
<description>The world's largest Open Source software development website</description>
</image>
<item>
<title>Project name: TikiWiki CMS/Groupware</title>
<description>Project description: Powerful multilingual Wiki/CMS/Groupware to build & manage your Wiki, File Sharing/Image Gallery, CMS, Blog, Tracker/Forms, Forum, Directory, Polls, Surveys, Quizzes, Newsletters, Calendars, FAQs, Spreadsheets, Maps, Workflow, etc. - That all is Tiki !</description>

<link>http://sourceforge.net/projects/tikiwiki/</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>

</item>
<item>
<title>Developers on project: 440</title>
<description>Project administrators: <a href="http://sourceforge.net/users/chibaguy/">chibaguy</a>, <a href="http://sourceforge.net/users/lrargerich/">lrargerich</a>, <a href="http://sourceforge.net/users/luciash/">luciash</a>, <a href="http://sourceforge.net/users/marclaporte/">marclaporte</a>, <a href="http://sourceforge.net/users/mose/">mose</a>, <a href="http://sourceforge.net/users/nkoth/">nkoth</a>, <a href="http://sourceforge.net/users/nyloth/">nyloth</a>, <a href="http://sourceforge.net/users/ohertel/">ohertel</a>, <a href="http://sourceforge.net/users/pkdille/">pkdille</a>, <a href="http://sourceforge.net/users/redflo/">redflo</a>, <a href="http://sourceforge.net/users/ricks99/">ricks99</a>, <a href="http://sourceforge.net/users/sylvieg/">sylvieg</a>, <a href="http://sourceforge.net/users/xavidp/">xavidp</a></description>

<link>http://sourceforge.net/project/memberlist.php?group_id=64258</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>

</item>
<item>
<title>Activity percentile (last week): 99.97%</title>
<description>Most recent daily statistics ( 9 Nov 2009): Ranking: 71, Activity percentile: 99.97%, </description>

<link>http://sourceforge.net/project/stats/?group_id=64258&ugn=tikiwiki</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>

</item>
<item>
<title>Downloadable files: 784609 total downloads to date</title>
<description>Most recent daily statistics ( 9 Nov 2009): Download count: 233</description>

<link>http://sourceforge.net/project/showfiles.php?group_id=64258</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>

</item>
<item>
<title>Mailing lists (public): 5</title>
<description>Public mailing lists: tikiwiki-cvs, tikiwiki-devel, tikiwiki-pt-br, tikiwiki-users, tikiwiki-artwork</description>

<link>http://sourceforge.net/mail/?group_id=64258</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>

</item>
<item>
<title>Tracker: Bugs (288 open/2021 total)</title>
<description>Tracker description: Bug Tracking System</description>

<link>http://sourceforge.net/tracker/?atid=506846&group_id=64258&func=browse</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>

</item>
<item>
<title>Tracker: Support Requests (2 open/201 total)</title>
<description>Tracker description: Tech Support Tracking System</description>

<link>http://sourceforge.net/tracker/?atid=506847&group_id=64258&func=browse</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>

</item>
<item>
<title>Tracker: Patches (71 open/184 total)</title>
<description>Tracker description: Patch Tracking System</description>

<link>http://sourceforge.net/tracker/?atid=506848&group_id=64258&func=browse</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>

</item>
<item>
<title>Tracker: Feature Requests (690 open/879 total)</title>
<description>Tracker description: Feature Request Tracking System</description>

<link>http://sourceforge.net/tracker/?atid=506849&group_id=64258&func=browse</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>

</item>
</channel>
</rss>

Created by: marclaporte Last Modification: Saturday 08 August 2015 14:33:49 UTC by Torsten Fabricius