brand new install - no templates or themes, php errors (tseed and sqliteDB), rail fails #105
jkiser99dev
started this conversation in
General
Replies: 3 comments 12 replies
-
|
Thanks for the feedback jkieser. There is no theme to choose as combostrap comes with a template engine. https://combostrap.com/theme/what-is-a-template-z9tl87hg It just takes over the show actions of Dokuwiki. All other actions are shown via the standard dokuwiki engine. All the best |
Beta Was this translation helpful? Give feedback.
11 replies
-
|
Do you work with IOS (Mac) |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
For the first warning, I resolved it. It's because php8 does not allow any key access on an array without default. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, New user, brand new install. (Windows11, PHP 8.2.12, Apache.) I installed Dokuwiki and all recommended plugins (sqlite, move, etc). After installing Combo all it did was mess up a minimal start page with a canned header/footer. No templates or themes were installed. In the Dokuwiki config->Basic->Template the only option is Dokuwiki (I thought bootstrap should be there). Under Combo settings I see the 5.0.1 stylesheets, but no themes are available. The rail pops up, but no links work at all.
(Same result on Linux and PHP 8.1)
What am I missing?? I see no way to import templates or themes into Combo.
PHP warnings:
2024-06-06 00:32:10
E_WARNING: Undefined array key "tseed"
C:\localweb\dokuwiki\lib\plugins\combo\action\staticresource.php(152)
#0 C:\localweb\dokuwiki\lib\plugins\combo\action\staticresource.php(152): dokuwiki\ErrorHandler::errorHandler(2, 'Undefined array...', 'C:\localweb\dok...', 152)
#1 C:\localweb\dokuwiki\inc\Extension\EventHandler.php(80): action_plugin_combo_staticresource->handleSendFile(Object(dokuwiki\Extension\Event), Array)
#2 C:\localweb\dokuwiki\inc\Extension\Event.php(75): dokuwiki\Extension\EventHandler->process_event(Object(dokuwiki\Extension\Event), 'BEFORE')
#3 C:\localweb\dokuwiki\lib\exe\fetch.php(113): dokuwiki\Extension\Event->advise_before()
#4 {main}
PHP Depricated:
helper_plugin_sqlite::init() is deprecated. It was called from ComboStrap\Sqlite::createOrGetSqlite() in C:\localweb\dokuwiki\lib\plugins\combo\ComboStrap\Sqlite.php:121 dokuwiki\plugin\sqlite\SQLiteDB should be used instead!
Beta Was this translation helpful? Give feedback.
All reactions