Category: Installer (profiles, upgrades and server-related issues)
Show subcategories objects| Name | Type |
|---|---|
|
Running upgrade from 1.9.x to 2.x requires being logged into the app before starting process
When upgrading to 2.0 rc4 from 1.9.11 install failed because I was not logged into the app. By the time I reached that stage, I was no longer able to login. Need to make note at the beginning of the upgrade procedure instructions to FIRST LOG INTO TIKIWIKI AS ADMIN |
tracker item |
|
See PHP error logs from within Tiki
This would be useful for troubleshooting. If Tiki can't find the location automatically, maybe we could have a pref, which indicates where the error log is. |
tracker item |
|
SEF URL Search Engine Friendly URL
__A CMS without SEF URL means it is a Bug : Usability__ it's a by setup checkable standart in a high quality CMS simple weblogs like http://www.s9y.org/ have such a feature why : google likes */this_is_a_very_god_page.html and normaly google didn't index */mybugy.php?bestpage=my&t1=page&t2=is&t3=the&t4=best&indexed_by_SE=normalnever i think the best webpage is nothing if SEFURL isn't working the half way is done with the htaccess - ok the next half way was a mod from http://www.coofercat.com/wiki/TikiURLtInstall It's working in a root env with 1.9.x and 1.10cvs that means only if /tmp is writable for the webserver - this is the bug but online on a vserver this shit happens to me Warning: mkdir(): open_basedir restriction in effect. File(/tmp/71) is not within the allowed path(s): (/srv/nww/webx/:/srv/nww/htdocs/phpMyAdmin/:/srv/nww/htdocs/confixx/html/gesperrt/) in /srv/nww/webx/html/wiki/lib/adodb/adodb.inc.php on line 1551 Warning: fopen(): open_basedir restriction in effect. File(/tmp/71/adodb_716f2422695ca15b221f4ce6f146321c.cache) is not within the allowed path(s): (/srv/nww/webx/:/srv/nww/htdocs/phpMyAdmin/:/srv/nww/htdocs/confixx/html/gesperrt/) in /srv/nww/webx/html/wiki/lib/adodb/adodb-csvlib.inc.php on line 298 ......this msg repeats about 1000 times did you know what's going on I started to debug this problem but it seams to get bigger and bigger saved data titles must be renamed becorce http://localhost/HEAD/page-page%202.html didn't result in page 2 and so on |
tracker item |
|
sender_email can't be set as $profilerequest:sender_email$YourEmail@example.com$
This profile https://profiles.tiki.org/Bug_Tracker_15 makes an attempt to allow the user to set the sender_email if they haven't done so yet (which is usually the case when we are creating new show.t.o instances, or reproducing some scenario in localhost to debug some feature, etc.) I'm using the same type of syntax which seems to be working in other profiles: But this one in Bug_Tracker_15 profile seems not to work: {CODE()} sender_email: $profilerequest:sender_email$YourEmail@example.com$ {CODE} while these other ones, in [https://profiles.tiki.org/Easy+GeoBlog|Easy GeoBlog], for instance, work as expected: {CODE()} style: $profilerequest:style$gradiant.css$ sitetitle: $profilerequest:sitetitle$My Easy GeoBlog$ sitesubtitle: $profilerequest:sitesubtitle$My thoughts and musings$ browsertitle: $profilerequest:browsertitle$Easy GeoBlog$ {CODE} I tried if the issue was adding an "@" character in the working fields of Easy Geoblog, but that worked as expected also even if an email was written there. |
tracker item |
|
session_lifetime in tiki_preferences table causes system error. This causes migration to Tiki 5 to fail.
Upgrading a site from 4.x to 5.0 appeared to be successful (i.e. no error messages are given) but the site opens only with an error page. The message on the page is "System error. An error occured while performing the request." I traced the problem to the presence of a record in the tiki_preferences database with name=session_lifetime and value=20. It appears that if the value is non-zero, the system error occurs. Deleting the record or setting the value to zero solve the problem. |
tracker item |
|
Setting User Tracker id login and registration fields from Profile fails
Setting User Tracker id login and registration fields from Profile fails See example in this profile: https://profiles.tiki.org/User_Trackers#Group {CODE()} permissions: Members: description: members of the association include: [ Registered ] user_tracker: $user_tracker #and once this work, we need to tell the system about which field ID to connect to user_tracker_field: $login # On a clean install, the following both should be at "1" registration_fields: $profileobject:user_name$ {CODE} names as indicated in the documentation: http://profiles.tiki.org/tiki-index.php?page=Permission%20Management&redirectpage=Group%20Handler |
tracker item |
|
update.dogfoodserver.sh cannot be used in a non-interactive way
EDIT: The main problem was that doc/devtools/update.dogfoodserver.sh was interactive. It was fixed in commit r51249 by providing the default modelname to setup.sh. Also, the -n option to setup.sh has been deprecated in r51251, since it wasn't used anyways. sh setup.sh -n should make the script non-interactive. It is still interactive and prompts for user input, though. To reproduce: sh setup.sh -n |
tracker item |
|
setup.sh enters endless loop
When I run sh setup.sh on a fresh svn install on a fresh server, I get an endless loop of errors even though the error message claims that it is retrying __“for a few times.”__ See excerpt below (still looping by the time I end up writing this) ^ Problem 1 - Installation request for phpunit/phpunit-selenium 1.3.2 -> satisfiable by phpunit/phpunit-selenium[1.3.2]. - phpunit/phpunit-selenium 1.3.2 requires ext-curl * -> the requested PHP extension curl is missing from your system. Composer failed, retrying in 5 seconds, for a few times. Hit Ctrl-C to cancel. setup.sh: 486: setup.sh: N++: not found Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Your requirements could not be resolved to an installable set of packages. Problem 1 - Installation request for phpunit/phpunit-selenium 1.3.2 -> satisfiable by phpunit/phpunit-selenium[1.3.2]. - phpunit/phpunit-selenium 1.3.2 requires ext-curl * -> the requested PHP extension curl is missing from your system. Composer failed, retrying in 5 seconds, for a few times. Hit Ctrl-C to cancel. setup.sh: 486: setup.sh: N++: not found Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Your requirements could not be resolved to an installable set of packages. Problem 1 - Installation request for phpunit/phpunit-selenium 1.3.2 -> satisfiable by phpunit/phpunit-selenium[1.3.2]. - phpunit/phpunit-selenium 1.3.2 requires ext-curl * -> the requested PHP extension curl is missing from your system. Composer failed, retrying in 5 seconds, for a few times. Hit Ctrl-C to cancel. setup.sh: 486: setup.sh: N++: not found Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Your requirements could not be resolved to an installable set of packages. Problem 1 - Installation request for phpunit/phpunit-selenium 1.3.2 -> satisfiable by phpunit/phpunit-selenium[1.3.2]. - phpunit/phpunit-selenium 1.3.2 requires ext-curl * -> the requested PHP extension curl is missing from your system. Composer failed, retrying in 5 seconds, for a few times. Hit Ctrl-C to cancel. setup.sh: 486: setup.sh: N++: not found Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Your requirements could not be resolved to an installable set of packages. Problem 1 - Installation request for phpunit/phpunit-selenium 1.3.2 -> satisfiable by phpunit/phpunit-selenium[1.3.2]. - phpunit/phpunit-selenium 1.3.2 requires ext-curl * -> the requested PHP extension curl is missing from your system. Composer failed, retrying in 5 seconds, for a few times. Hit Ctrl-C to cancel. setup.sh: 486: setup.sh: N++: not found Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Your requirements could not be resolved to an installable set of packages. ^ |
tracker item |
|
setup.sh fails with error 'wrong PHP version 52 but >= 55 necessary'
So, i am encountering this error while running setup.sh on Bluehost shared environment. PHP 5.2, 5.4 & 5.6 are installed and available for my use. Currently PHP Version 5.6.17 is the default php version (confirmed with phpinfo), which has been set by an apache set-handler in the .htaccess. After many attempts to modify setup.sh, I managed to by pass the warning by manually changing the php calls to php56s (my local php5.6). Now I get a error with composer saying that it should be run with the command line version of php. This has clearly gone past my expertise. Help please! I have set this as a bug as I have met the requirements outlined and have followed the documentation here: https://dev.tiki.org/Get+code I have solved the issue on bluest shared environments. I wrote a little tutorial on how to fix it located on the [https://tiki.org/Bluehost|Bluehost page]. I updated the ((Get code|Get code)) page, so if one reads and follows the whole, thing, it will eventually lead to the Bluehost page. |
tracker item |
|
setup.sh not utilizing found PHP version
Hi guys, I don't have time to bugfix this right now, but I think I might have found a possible explanation for some weirdness happening in svnup.php When you run sh setup.sh when your PHP version in $PATH is too low (ie, clearos) it searches known locations for correct PHP versions and uses them. Now, the issue I have found is that it does this, but skips the section where it downloads and configures the dependencies. So setup.sh completes without errors and does perform some tasks, like setting permissions but does not do what you thought it would (download and install dependencies). Running sh setup.sh -p xxxx where xxxx is the PHP path that setup.sh previously identified as a good PHP version, works flawlessly. |
tracker item |
|
Setup.sh verbose need to be clarified and updated (php7.4)
Tiki22 require PHP 7.4. After installing Tiki22 (git master) I ran setup.sh while running PHP7.2 and it thrown the following. {CODE()} Your choice [c]? c Wrong PHP version: php54 < required PHP version. A version >= php72 is necessary. Searching for typically named alternative PHP version ... which: no php73 in (/usr/clearos/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin) {CODE} Not having 7.4 installed yet I tried 7.3 and got the following. {CODE()} Your choice [c]? c Wrong PHP version: php54 < required PHP version. A version >= php72 is necessary. Searching for typically named alternative PHP version ... which: no php73 in (/usr/clearos/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin) {CODE} And then a lot of deprecation errors. Tiki 22 work with 7.4 and it should verbose correctly and warn the users. |
tracker item |
|
setup.sh: Hardcoded "php" entries
When locally testing use of __setup.sh__ with a custom PHP binary location (i.e. using the -+-p+- option), I found two instances of hardcoded "php" invocations. All other invocations are done using the ~np~"${PHPCLI}"~/np~ variable, so I figure these are oversights. At this writing, trunk/setup.sh is at r64051. The hardcoded references are at: {CODE(caption="Line 553" wrap="0" colors="shell" theme="default")}curl -s https://getcomposer.org/installer | php -- --install-dir=temp{CODE} {CODE(caption="Line 556" wrap="0" colors="shell" theme="default")}php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));" -- --install-dir=temp{CODE} |
tracker item |
|
Site Not Available Notice after running tiki-install.php
Hello, I am trying to install Tiki 1.9.11 for a client that is currently using this version and cannot upgrade. After running the installer I get the following message when I try to access tiki-index.php: Notice: this site is currently unavailable. Please try again later or contact the admin. -Ashley |
tracker item |
|
SMTP Configuration from inside Admin Interface
A lot of people who install this aren't doing it via Fantastico and trying to change email settings to suit your hosting provider is a pain. Editing the php.ini isn't always wise either because what works for one app will break another. I know that you can copy the php.ini to the directory, but that's something of a security risk. There's a reason that the default php.ini is stored outside the web root directory. I know that I see a lot of users posting on the TikiWiki forums with questions about configuring SMTP. |
tracker item |
|
Softaculous: On a fresh install, MyISAM is used instead of InnoDB
Since Tiki 18x, fresh installs of Tiki use InnoDB by default. MyISAM still works but InnoDB is recommended: ((doc:InnoDB)). ((tw:Softaculous)) offers a one-click installer. This installer should be updated to use InnoDB. Reported by Rafael on the Tiki chat: https://matrix.to/#/!SLEgqpTNTlGYAhzNvK:gitter.im/$6lFlw5LfooOs5YXvWy_n9sXPjAamMcFFDgCkJcCD0aY?via=matrix.org&via=gitter.im&via=sans-nuage.fr |
tracker item |
|
Some DB tables are not created on MySQL 5.5 and above during install
I created a test environment with the following components: Apache 2.2.10 PHP 5.2.8 MySQL 6.0.8 alpha I was not able to get MySQL 5.1 working on my machine, but I was abe to get 6.0.8alpha runnning smooth. I checked out the latest code in TRUNK 15953 pointed Apache to the files. I ran tiki-install.php without problems except the following 3 SQL problems which I suppose is due to MySQL version 6.0.8alpha As my SQL skills are not up to date... Are there any solutions for these bug? Do not propose, that version 6 of MySQL is not supported :-) ~np~CREATE TABLE tiki_banning ( banId int(12) NOT NULL auto_increment, mode enum('user','ip') default NULL, title varchar(200) default NULL, ip1 char(3) default NULL, ip2 char(3) default NULL, ip3 char(3) default NULL, ip4 char(3) default NULL, user varchar(200) default '', date_from timestamp(14) NOT NULL, date_to timestamp(14) NOT NULL, use_dates char(1) default NULL, created int(14) default NULL, message text, PRIMARY KEY (banId) ) ENGINE=MyISAM AUTO_INCREMENT=1~/np~ You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(14) NOT NULL, date_to timestamp(14) NOT NULL, use_dates char(1) default NUL' at line 10 ~np~CREATE TABLE tiki_friendship_requests ( userFrom varchar(200) NOT NULL default '', userTo varchar(200) NOT NULL default '', tstamp timestamp(14) NOT NULL, PRIMARY KEY (userFrom(120),userTo(120)) ) ENGINE=MyISAM~/np~ You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(14) NOT NULL, PRIMARY KEY (userFrom(120),userTo(120)) ) ENGINE=MyISAM' at line 4 ~np~CREATE TABLE tiki_users_score ( user char(200) NOT NULL default '', event_id char(200) NOT NULL default '', expire int(14) NOT NULL default '0', tstamp timestamp(14) NOT NULL, PRIMARY KEY (user(110),event_id(110)), KEY user (user(110),event_id(110),expire) ) ENGINE=MyISAM~/np~ You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(14) NOT NULL, PRIMARY KEY (user(110),event_id(110)), KEY user (user(110),ev' at line 5 |
tracker item |
|
some failed database operations following 3.0beta1 upgrade from 2.2
Doesn't seem to have had any adverse effects but did see these errors when upgrading a test site from 2.2 to 3.0beta1 #2008-10-19 sylvieg ALTER TABLE tiki_users_score CHANGE event_id event_id char(200) NOT NULL default '' Specified key was too long; max key length is 1000 bytes ALTER TABLE tiki_users_score ADD PRIMARY KEY (user(110),event_id(110)) Incorrect sub part key; the used key part isn't a string, the used length is longer than the key part, or the storage engine doesn't support unique sub keys ALTER TABLE tiki_users_score ADD KEY user (user(110),event_id(110),expire) Incorrect sub part key; the used key part isn't a string, the used length is longer than the key part, or the storage engine doesn't support unique sub keys INSERT INTO users_permissions (permName, permDesc, level, type) VALUES ('tiki_p_search_categorized', 'Can search on objects of this category', 'basic', 'category') Duplicate entry 'tiki_p_search_categorized' for key 1 |
tracker item |
|
Some people on windows can't figure out how to install composer
I got the following discussion on IRC. Someone whoc knows about windows should have a look. {CODE()} [samedi 2 novembre 2019] [11:44:10 CET] <s79535> Hello I was wondering if anyone could assist me in properly installing composer so I can run packages for Tiki Wiki? [dimanche 3 novembre 2019] [15:18:43 CET] <s7953544> Well I installed composer using the installer. Then I ran setup.sh on my cmd window in my tikiwiki directory [dimanche 3 novembre 2019] [15:18:44 CET] <s7953544> found [dimanche 3 novembre 2019] [15:31:16 CET] <s7953544> I don't believe I am "behind" a proxy so I am confused as to what could be causing this issue. [dimanche 3 novembre 2019] [16:04:43 CET] <s79535> Well I installed composer using the installer. Then I ran setup.sh on my cmd window in my tikiwiki directory [dimanche 3 novembre 2019] [16:04:43 CET] <s79535> found We have failed to obtain the composer executable. NB: Maybe you are behing a proxy, just export https_proxy variable and relaunch setup.sh 1) Download it from http://getcomposer.org 2) Store it in temp/ [dimanche 3 novembre 2019] [16:09:31 CET] <s79535> Support would be greatly appreciated, my end goal is to be able to install packages, but the composer installation is hindering me from doing that [lundi 4 novembre 2019] [11:10:48 CET] <Jyhem_laptop> s79535: Any hint about WHY composer was not downloaded in the error messages before the « We have failed to obtain the composer executable » thing? [lundi 4 novembre 2019] [11:10:57 CET] <Jyhem_laptop> setup.sh attempts to download composer.phar using curl. If curl is not there, it attempts to user php's fil_get_content() function [lundi 4 novembre 2019] [11:11:01 CET] <Jyhem_laptop> maybe curl is missing? [lundi 4 novembre 2019] [11:11:22 CET] <Jyhem_laptop> the same result can be achieved by following https://getcomposer.org/download/ in directory temp [lundi 4 novembre 2019] [11:21:17 CET] <s79535> what is curl? [lundi 4 novembre 2019] [11:24:33 CET] <s79535> I've done the command line installation, but tiki still says composer not found [lundi 4 novembre 2019] [11:31:19 CET] <s79535> Maybe tiki's composer 'detector' is not working properly? [lundi 4 novembre 2019] [11:34:13 CET] <Jyhem> is there a file named composer.phar in directory temp ? [lundi 4 novembre 2019] [11:37:20 CET] <Jyhem> If there is, tiki's composer 'detector' is not working properly. [lundi 4 novembre 2019] [11:37:51 CET] <Jyhem> If there is not, then Tiki's guesses about what is wrong and what could be done is wrong [lundi 4 novembre 2019] [11:39:25 CET] <s79535> Oh wait I did the command line installation directly in my tiki folder [lundi 4 novembre 2019] [11:39:36 CET] <Jyhem> curl is command-line tool (curl) for transferring data using various protocols [lundi 4 novembre 2019] [11:39:52 CET] <s79535> But you're saying I should have done that in the temp directory [lundi 4 novembre 2019] [11:40:16 CET] <Jyhem> if you got composer.phar in the root Tiki folder, just move it to temp [lundi 4 novembre 2019] [11:40:32 CET] <s79535> ok [lundi 4 novembre 2019] [11:42:24 CET] <Jyhem> sh setup.sh should be run in the root Tiki folder, but the workaround I suggested skips running setup.sh and is supposed to be done from temp (the https://getcomposer.org/download/ thing) [lundi 4 novembre 2019] [11:43:01 CET] <Jyhem> Did you get composer.phar in temp? [lundi 4 novembre 2019] [11:43:18 CET] <s79535> Yes, and tiki now detected composer [lundi 4 novembre 2019] [11:43:25 CET] <s79535> Thank you very much [lundi 4 novembre 2019] [11:44:34 CET] <Jyhem> I have the feeling you should install the curl package on your computer. It's useful and some software expects it to be there [lundi 4 novembre 2019] [11:45:15 CET] <Jyhem> Also, Tiki should improve the messages which are shown when this fails. [lundi 4 novembre 2019] [11:45:20 CET] <Jyhem> You are welcome {CODE} --- I see more than one issue here. First issue (solved): when curl is not found, there was no hint about what was wrong. I added a line for informing about curl missing (revision 71422) but I don't know what went wrong for the PHPCLI thing. Second issue: when curl is not found, Tiki attempts the following: {CODE()}"${PHPCLI}" -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));" -- --install-dir=temp{CODE} Maybe someone with windows can improve the messages or the detection of PHP? And make this work on windows for people without CURL? Or put some appropriate help messages for windows users? |
tracker item |
|
change the table definitions to support the new utf8mb4 character
I was creating a wiki page entry and encounter a bug. When a special character is used in the text, text is deleted at the instance of the first special character and below. I just upgraded from 10.2 to 11.1 hoping to fix this problem. Both version delete text using special characters inserted using the character feature of the editor. mu, epsilon, pi, kappa, h bar were used. epsilon is the first special character and was the start of the deleted text. ----- This is now converted into a Feature Request for tiki 13, See comment thread for reasons why {sign user="pascalstjean" datetime="2013-11-27T16:09:44+00:00"} |
tracker item |
|
sql error "specified key was too long" during install with utf-8 InnoDB mysql engine
When my default mysql engine is InnoDB and default charset is utf8, I get these errors both during a clean 3.0 install and during a DB 2.4->3.0 upgrade (excluding duplicate key/item errors): ~pp~ CREATE TABLE `tiki_sefurl_regex_out` ( `id` int(11) NOT NULL auto_increment, `left` varchar(256) NOT NULL, `right` varchar(256) NULL default NULL, `type` varchar(32) NULL default NULL, `silent` char(1) NULL default 'n', `feature` varchar(256) NULL default NULL, `comment` varchar(256), `order` int(11) NULL default 0, PRIMARY KEY(`id`), UNIQUE KEY `left`(`left`(256)), INDEX `idx1` (silent, type, feature(30)) ) Specified key was too long; max key length is 767 bytes INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`) VALUES('tiki-index.php\\?page=(.+)', '$1', 'wiki', 'feature_wiki') Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`) VALUES('tiki-slideshow.php\\?page=(.+)', 'show:$1', '', 'feature_wiki') Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`) VALUES('tiki-read_article.php\\?articleId=(\\d+)', 'article$1', 'article', 'feature_articles') Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`) VALUES('tiki-browse_categories.php\\?parentId=(\\d+)', 'cat$1', 'category', 'feature_categories') Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`) VALUES('tiki-view_blog.php\\?blogId=(\\d+)', 'blog$1', 'blog', 'feature_blogs') Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`) VALUES('tiki-view_blog_post.php\\?postId=(\\d+)', 'blogpost$1', 'blogpost', 'feature_blogs') Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`) VALUES('tiki-browse_image.php\\?imageId=(\\d+)', 'browseimage$1', 'image', 'feature_galleries') Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`) VALUES('tiki-view_chart.php\\?chartId=(\\d+)', 'chart$1', 'chart', 'feature_charts') Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`) VALUES('tiki-directory_browse.php\\?parent=(\\d+)', 'directory$1', 'directory', 'feature_directory') Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`) VALUES('tiki-view_faq.php\\?faqId=(\\d+)', 'faq$1', 'faq', 'feature_faqs') Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`) VALUES('tiki-list_file_gallery.php\\?galleryId=(\\d+)', 'file$1', 'file', 'feature_file_galleries') Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`) VALUES('tiki-download_file.php\\?fileId=(\\d+)', 'dl$1', 'file', 'feature_file_galleries') Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`) VALUES('tiki-view_forum.php\\?forumId=(\\d+)', 'forum$1', 'forum', 'feature_forums') Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`) VALUES('tiki-browse_gallery.php\\?galleryId=(\\d+)', 'gallery$1', 'gallery', 'feature_galleries') Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`) VALUES('show_image.php\\?id=(\\d+)', 'image$1', 'image', 'feature_galleries') Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`) VALUES('show_image.php\\?id=(\\d+)&scalesize=(\\d+)', 'imagescale$1/$2', 'image', 'feature_galleries') Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`) VALUES('tiki-newsletters.php\\?nlId=(\\d+)', 'newsletter$1', 'newsletter', 'feature_newsletters') Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`) VALUES('tiki-take_quiz.php\\?quizId=(\\d+)', 'quiz$1', 'quiz', 'feature_quizzes') Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`) VALUES('tiki-take_survey.php\\?surveyId=(\\d+)', 'survey$1', 'survey', 'feature_surveys') Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`) VALUES('tiki-view_tracker.php\\?trackerId=(\\d+)', 'tracker$1', 'tracker', 'feature_trackers') Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`) VALUES('tiki-integrator.php\\?repID=(\\d+)', 'int$1', '', 'feature_integrator') Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`) VALUES('tiki-view_sheets.php\\?sheetId=(\\d+)', 'sheet$1', 'sheet', 'feature_sheet') Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`) VALUES('tiki-directory_redirect.php\\?siteId=(\\d+)', 'dirlink$1', 'directory', 'feature_directory') Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `comment`, `type`, `feature`, `order`) VALUES('tiki-calendar.php\\?calIds\\[\\]=(\\d+)\&calIds\\[\\]=(\\d+)\&callIds\\[\\](\\d+)\&callIds\\[\\](\\d+)\&callIds\\[\\](\\d+)\&callIds\\[\\](\\d+)\&callIds\\[\\](\\d+)', 'cal$1,$2,$3,$4,$5,$6,$7', '7', 'calendar', 'feature_calendar', 100) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `comment`, `type`, `feature`, `order`) VALUES('tiki-calendar.php\\?calIds\\[\\]=(\\d+)\&calIds\\[\\]=(\\d+)\&callIds\\[\\](\\d+)\&callIds\\[\\](\\d+)\&callIds\\[\\](\\d+)\&callIds\\[\\](\\d+)', 'cal$1,$2,$3,$4,$5,$6', '6', 'calendar', 'feature_calendar', 101) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `comment`, `type`, `feature`, `order`) VALUES('tiki-calendar.php\\?calIds\\[\\]=(\\d+)\&calIds\\[\\]=(\\d+)\&callIds\\[\\](\\d+)\&callIds\\[\\](\\d+)\&callIds\\[\\](\\d+)', 'cal$1,$2,$3,$4,$5', '5', 'calendar', 'feature_calendar', 102) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `comment`, `type`, `feature`, `order`) VALUES('tiki-calendar.php\\?calIds\\[\\]=(\\d+)\&calIds\\[\\]=(\\d+)\&callIds\\[\\](\\d+)\&callIds\\[\\](\\d+)', 'cal$1,$2,$3,$4', '4', 'calendar', 'feature_calendar', 103) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `comment`, `type`, `feature`, `order`) VALUES('tiki-calendar.php\\?calIds\\[\\]=(\\d+)\&calIds\\[\\]=(\\d+)\&callIds\\[\\](\\d+)', 'cal$1,$2,$3', '3', 'calendar', 'feature_calendar', 104) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `comment`, `type`, `feature`, `order`) VALUES('tiki-calendar.php\\?calIds\\[\\]=(\\d+)&calIds\\[\\]=(\\d+)', 'cal$1,$2', '2', 'calendar', 'feature_calendar', 105) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `comment`, `type`, `feature`, `order`) VALUES('tiki-calendar.php\\?calIds\\[\\]=(\\d+)', 'cal$1', '1', 'calendar', 'feature_calendar', 106) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`, `order`) VALUES('tiki-calendar.php', 'calendar', 'calendar', 'feature_calendar', 200) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`, `order`) VALUES('tiki-view_articles.php', 'articles', '', 'feature_articles', 200) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`, `order`) VALUES('tiki-list_blogs.php', 'blogs', '', 'feature_blogs', 200) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`, `order`) VALUES('tiki-browse_categories.php', 'categories', '', 'feature_categories', 200) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`, `order`) VALUES('tiki-list_charts.php', 'charts', '', 'feature_charts', 200) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`, `order`) VALUES('tiki-contact.php', 'contact', '', 'feature_contact', 200) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`, `order`) VALUES('tiki-directory_browse.php', 'directories', '', 'feature_directory', 200) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`, `order`) VALUES('tiki-list_faqs.php', 'faqs', '', 'feature_faqs', 200) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`, `order`) VALUES('tiki-file_galleries.php', 'files', '', 'feature_file_galleries', 200) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`, `order`) VALUES('tiki-forums.php', 'forums', '', 'feature_forums', 200) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`, `order`) VALUES('tiki-galleries.php', 'galleries', '', 'feature_galleries', 200) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`, `order`) VALUES('tiki-login_scr.php', 'login', '', '', 200) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`, `order`) VALUES('tiki-my_tiki.php', 'my', '', '', 200) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`, `order`) VALUES('tiki-newsletters.php', 'newsletters', 'newsletter', 'feature_newsletters', 200) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`, `order`) VALUES('tiki-list_quizzes.php', 'quizzes', '', 'feature_quizzes', 200) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`, `order`) VALUES('tiki-stats.php', 'stats', '', 'feature_stats', 200) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`, `order`) VALUES('tiki-list_surveys.php', 'surveys', '', 'feature_surveys', 200) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`, `order`) VALUES('tiki-list_trackers.php', 'trackers', '', 'feature_trackers', 200) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`, `order`) VALUES('tiki-mobile.php', 'mobile', '', 'feature_mobile', 200) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist INSERT INTO `tiki_sefurl_regex_out` (`left`, `right`, `type`, `feature`, `order`) VALUES('tiki-sheets.php', 'sheets', '', 'feature_sheet', 200) Table 'tiki3.tiki_sefurl_regex_out' doesn't exist ~/pp~ Possibly related bug: http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=2346 |
tracker item |
|
Kaltura-related SQL errors {installing/upgrading to} Tiki 18 alpha populating tiki_secdb
On Tiki 18 alpha during the DB installation I have errors related to Kaltura. {img fileId="1139" thumb="box"} {CODE()}INSERT INTO `tiki_secdb` (`filename`, `md5_value`, `tiki_version`) VALUES('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/AdminConsole/Service/ReportAdminService.php', 'a317425c77e8cdcf2ce1048465dcb0bc', '18.0alpha') Duplicate entry 'a317425c77e8cdcf2ce1048465dcb0bc-./vendor_bundled/vendor/kaltura' for key 'PRIMARY' INSERT INTO `tiki_secdb` (`filename`, `md5_value`, `tiki_version`) VALUES('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/AdminConsole/Service/UiConfAdminService.php', 'a317425c77e8cdcf2ce1048465dcb0bc', '18.0alpha') Duplicate entry 'a317425c77e8cdcf2ce1048465dcb0bc-./vendor_bundled/vendor/kaltura' for key 'PRIMARY' INSERT INTO `tiki_secdb` (`filename`, `md5_value`, `tiki_version`) VALUES('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ContentDistribution/Service/ContentDistributionBatchService.php', 'a317425c77e8cdcf2ce1048465dcb0bc', '18.0alpha') Duplicate entry 'a317425c77e8cdcf2ce1048465dcb0bc-./vendor_bundled/vendor/kaltura' for key 'PRIMARY' INSERT INTO `tiki_secdb` (`filename`, `md5_value`, `tiki_version`) VALUES('./vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ContentDistribution/Service/TvComService.php', 'a317425c77e8cdcf2ce1048465dcb0bc', '18.0alpha') Duplicate entry 'a317425c77e8cdcf2ce1048465dcb0bc-./vendor_bundled/vendor/kaltura' for key 'PRIMARY'{CODE} |
tracker item |
|
jonnybradley jonny B
This should be migrated to the community site, and handled with ((doc:Organic groups)) and ((doc:User Trackers)) |
tracker item |
|
Quick Admin module no longer assigned by default (starting from Tiki 19)
The "Quick Admin" module is no longer assigned in default installs starting from {commit id=67387} (Tiki 19). |
tracker item |
|
Installer fails when upgrading a 1.9 tiki
Installer broke (for me) trying to find the group home page when logging in as admin to run the update script. Somewhere in tiki-login.php - SQL error lost i'm afraid |
tracker item |
|
tiki 2.0: db password should be hidden at typing time on upgrade through tiki-install.php
Using the released tiki 2.0: db password should be hidden at typing time on upgrade through tiki-install.php Right now, password can be seen by others when the admin type it on the screen when first calling to tiki-install.php on an upgrade of running tiki site. |
tracker item |