<xml version="1.0" encoding="UTF-8">
    <rss version="2.0">
        <channel>
            <title>XOOPS Web Application System :: Forum</title>
            <link>https://xoops.org/</link>
            <description>Powered by You! :: XOOPS Community Bulletin Board</description>
            <lastBuildDate>Mon, 13 Apr 2026 18:39:19 +0000</lastBuildDate>
            <docs>https://backend.userland.com/rss/</docs>
            <generator>NewBB 5.1.0</generator>
            <category>Support Forums</category>
            <managingEditor>webmaster@xoops.org</managingEditor>
            <webMaster>webmaster@xoops.org</webMaster>
            <language>en</language>
                            <image>
                    <title>XOOPS Web Application System :: Forum</title>
                    <url>https://xoops.org/modules/newbb/assets/images/logoModule.png</url>
                    <link>https://xoops.org/</link>
                    <width>92</width>
                    <height>52</height>
                </image>
                                    <item>
                <title>Re: Job module [by heh26]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=364908</link>
                <description>2.6.x Support::Job module&lt;br&gt;
Everything seems fine. I installed the module, added a database. I can add, I can display. Well done. Thank you.&lt;br&gt;I haven&#039;t checked my CV yet. I have to check later.&lt;br&gt;Regards Rafał</description>
                <pubDate>Sat, 07 Mar 2020 14:09:18 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=364908</guid>
            </item>
                        <item>
                <title>XOOPS 2.6 - Modules Directory Table MySQL... [by wishcraft]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=364561</link>
                <description>2.6.x Support::XOOPS 2.6 - Modules Directory Table MySQL...&lt;br&gt;
Hey Geekwright, since I last tried the XOOPS 2.6 install on my ubuntu desktop box which is what the code install examples and video should be in, IT WORKED!! so I will play with it later today when the sun goes down, this is only sun up threading... so what I think needs to be changed is the prefix_modules folder to the following as &lt;em&gt;you still haven&#039;t yet addressed the planning documents&lt;/em&gt; in the &lt;strong&gt;&lt;span style=&quot;font-size: x-large;&quot;&gt;XOOPS Forum - XOOPS Documenting Team&lt;/span&gt;&lt;/strong&gt; which was released before you where even in the show Richard!!&lt;br&gt;&lt;br&gt;Currently this is the prefix_modules table&lt;br&gt;&lt;br&gt;&lt;div class=&quot;xoopsCode&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt; &lt;span style=&quot;color: #0000BB&quot;&gt;CREATE TABLE &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;`&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;xxx__modules&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;` ( &lt;br /&gt;  `&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;mid&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;` &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;smallint&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;5&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;unsigned NOT NULL AUTO_INCREMENT&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;br /&gt;  `&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;name&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;` &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;150&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;NOT NULL &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;DEFAULT &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;br /&gt;  `&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;version&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;` &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;smallint&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;5&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;unsigned NOT NULL &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;DEFAULT &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;100&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;br /&gt;  `&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;last_update&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;` &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;int&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;10&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;unsigned NOT NULL &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;DEFAULT &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;0&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;br /&gt;  `&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;weight&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;` &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;smallint&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;3&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;unsigned NOT NULL &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;DEFAULT &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;0&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;br /&gt;  `&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;isactive&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;` &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;tinyint&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;unsigned NOT NULL &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;DEFAULT &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;0&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;br /&gt;  `&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;dirname&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;` &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;25&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;NOT NULL &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;DEFAULT &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;br /&gt;  `&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;hasmain&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;` &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;tinyint&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/sp...</description>
                <pubDate>Wed, 30 Oct 2019 20:44:32 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=364561</guid>
            </item>
                        <item>
                <title>Re: Install xoops 2.6 :: Endroid Installer did not detect a compatible project type [by geekwright]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=363745</link>
                <description>2.6.x Support::Install xoops 2.6&lt;br&gt;
This works fine (just tested on Ubuntu 18.04):&lt;br&gt;&lt;br&gt;&lt;div class=&quot;xoopsCode&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt; &lt;span style=&quot;color: #0000BB&quot;&gt;git &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;clone &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;https&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;//github.com/XOOPS/XoopsCore.git yourdir &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cd yourdir &lt;br /&gt;cp composer&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;json&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;dist composer&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;json &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;./&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;xoops_lib&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;composer&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;phar self&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;update &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;./&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;xoops_lib&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;composer&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;phar install&lt;/span&gt; &lt;/span&gt; &lt;/code&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;You should not be in &lt;em&gt;xoops_lib&lt;/em&gt; when you run composer install. Also, XoopsCore does not contain a composer.lock file, so you might have better results starting from a fresh clone.&lt;br&gt;&lt;br&gt;Installing composer globally is preferred over depending on the included composer.phar, but for now it will work if updated.&lt;br&gt;&lt;br&gt;The message &lt;em&gt;&quot;Endroid Installer did not detect a compatible project type&quot;&lt;/em&gt; is just informational. It is telling you that it didn&#039;t find a Symfony project to add itself to, which is as it should be.&lt;br&gt;&lt;br&gt;For now, XoopsCore is targeted to developers only, and it is expected that developers have or will build their own proficiency with composer.</description>
                <pubDate>Tue, 07 Aug 2018 03:03:52 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=363745</guid>
            </item>
                        <item>
                <title>Re: xoops_version.php and adding RSS Feeds to Theme Template [by wishcraft]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=363607</link>
                <description>2.6.x Support::xoops_version.php and adding RSS Feeds to Theme Template&lt;br&gt;
For the CURL Routine you will have to include this piece of code for it for file attachments like screen shots of errors for the submit request, submit bug curl URL calls.. in the xoops_version.php&lt;br&gt;&lt;div class=&quot;xoopsCode&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt; &lt;span style=&quot;color: #0000BB&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;if (!&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;function_exists&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;getURIData&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)) { &lt;br /&gt;     &lt;br /&gt;    &lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;/* function getURIData() &lt;br /&gt;     * &lt;br /&gt;     *     Get a supporting domain system for the API &lt;br /&gt;     * @author         Simon Roberts (Chronolabs) simon@labs.coop &lt;br /&gt;     * &lt;br /&gt;     * @return         float() &lt;br /&gt;     */ &lt;br /&gt;    &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;function &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;getURIData&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$uri &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$timeout &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;25&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$connectout &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;25&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$post &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= array(), &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$headers &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= array()) &lt;br /&gt;    { &lt;br /&gt;        if (!&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;function_exists&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;curl_init&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)) &lt;br /&gt;        { &lt;br /&gt;            die(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Install PHP Curl Extension ie: $ sudo apt-get install php-curl -y&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;br /&gt;        } &lt;br /&gt;        &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$GLOBALS&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;php-curl&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;][&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;md5&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$uri&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)] = array(); &lt;br /&gt;        if (!&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$btt &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;curl_init&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$uri&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)) { &lt;br /&gt;            return &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;false&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;br /&gt;        } &lt;br /&gt;        if (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;count&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$post&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)==&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;0 &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;|| empty(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$post&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)) &lt;br /&gt;            &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;curl_setopt&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$btt&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;CURLOPT_POST&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;false&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;br /&gt;        else { &lt;br /&gt;            &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$uploadfile &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;false&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;br /&gt;            foreach(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;...</description>
                <pubDate>Tue, 27 Mar 2018 15:38:00 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=363607</guid>
            </item>
                        <item>
                <title>xoops 2.6.0 --&gt; upgrade script for MySQL Engine=MyISAM to Engine=InnoDB [by wishcraft]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=363606</link>
                <description>2.6.x Support::xoops 2.6.0 --&gt; upgrade script for MySQL Engine=MyISAM to Engine=InnoDB&lt;br&gt;
&lt;div class=&quot;xoopsCode&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt; &lt;span style=&quot;color: #0000BB&quot;&gt;&lt;?php &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;/** &lt;br /&gt; * Class Upgrade_2014 &lt;br /&gt; */ &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;if (!&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;class_exists&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;Upgrade_MySQL_InnoDB&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)) { &lt;br /&gt;    class &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Upgrade_MySQL_InnoDB &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;extends &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;XoopsUpgrade &lt;br /&gt;    &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;{ &lt;br /&gt;         &lt;br /&gt;        public function &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;isApplied&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;() &lt;br /&gt;        { &lt;br /&gt;            &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$applied &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;br /&gt;            &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$result &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$GLOBALS&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;xoopsDB&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;]-&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;queryF&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;SHOW TABLES IN `&#039; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;XOOPS_DB_NAME &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;` WHERE `Tables_in_&#039; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;XOOPS_DB_NAME &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;` LIKE &quot;&#039; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;XOOPS_DB_PREFIX &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;%&quot;&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;br /&gt;            while(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$table &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$GLOBALS&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;xoopsDB&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;]-&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;fetchArray&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$result&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)) &lt;br /&gt;            { &lt;br /&gt;                &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$createtbl &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$GLOBALS&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;xoopsDB&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;]-&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;queryF&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;SHOW CREATE TABLE `&#039; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$table&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;Tables_in_&#039; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;XOOPS_DB_NAME&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;] . &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;`&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;br /&gt;                list(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$tbl&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$create&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) = &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$GLOBALS&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;xoopsDB&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;]-&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;fetchRow&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$createtbl&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;br /&gt;                if (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;s...</description>
                <pubDate>Tue, 27 Mar 2018 13:08:43 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=363606</guid>
            </item>
                        <item>
                <title>xoops 2.6 alpha 3 modules/system/admin.php [by aitor]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=359813</link>
                <description>2.6.x Support::xoops 2.6 alpha 3 modules/system/admin.php&lt;br&gt;
There is a small bug in the menu that shows that the menu is not perfect rendered, it is correct in all the other fct options.&lt;br&gt;&lt;br&gt;adding this line after &lt;!-- customized header contents --&gt; in the html generated it works correctly.&lt;br&gt;&lt;br&gt;&lt;script src=&quot;http://localhost/xoops/assets/js/dd12834-7873392.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;img src=&#039;http://www.uskola.com/xoops/fallo1.jpg&#039; class=&#039;left&#039; border=&#039;0&#039; alt=&#039;Original Image&#039; onload=&quot;JavaScript:if(this.width&gt;600) this.width=600&quot; /&gt;</description>
                <pubDate>Wed, 09 Dec 2015 00:17:00 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=359813</guid>
            </item>
                        <item>
                <title>Re: Notebook : a great helpfull module for X2.6 by Kraven_30 (fr) [by Mamba]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=359768</link>
                <description>2.6.x Support::Notebook : a great helpfull module for X2.6 by Kraven_30 (fr)&lt;br&gt;
Updated for the latest version of XOOPS 2.6.0:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://xoops.org/modules/news/article.php?storyid=6736&quot; target=&quot;_blank&quot; rel=&quot;external noopener nofollow&quot;&gt;https://xoops.org/modules/news/article.php?storyid=6736&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;img src=&#039;https://xoops.org/uploads/news/image/453ddeb5-9d00-5bac.jpg&#039; border=&#039;0&#039; alt=&#039;Original Image&#039; onload=&quot;JavaScript:if(this.width&gt;581) this.width=581&quot; /&gt;</description>
                <pubDate>Fri, 27 Nov 2015 18:31:00 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=359768</guid>
            </item>
                        <item>
                <title>Re: 2.6.0 search module errors [by geekwright]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=359539</link>
                <description>2.6.x Support::2.6.0 search module errors&lt;br&gt;
I&#039;ve responded to this issue on GitHub, where we track issues and resolutions.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://github.com/XOOPS/XoopsCore/issues/373&quot; target=&quot;_blank&quot; rel=&quot;external noopener nofollow&quot;&gt;https://github.com/XOOPS/XoopsCore/issues/373&lt;/a&gt;</description>
                <pubDate>Tue, 04 Aug 2015 20:10:27 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=359539</guid>
            </item>
                        <item>
                <title>2.6.0 showing username and password in error message [by jlm69]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=359516</link>
                <description>2.6.x Support::2.6.0 showing username and password in error message&lt;br&gt;
if the database goes down, even if logger is turned off in preferences, your username and password for mysql SHOWS&lt;br&gt;in the error message.&lt;br&gt;&lt;br&gt;Just turn off mysql and try to use your site.&lt;br&gt;&lt;br&gt; PHP - 5.6.10)&lt;br&gt; MYSQL - 5.5.5-10.0.19-MariaDB &lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;John</description>
                <pubDate>Sun, 26 Jul 2015 11:41:07 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=359516</guid>
            </item>
                        <item>
                <title>Re: Installing 2.6.0 get fatal error [by jlm69]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=359498</link>
                <description>2.6.x Support::Installing 2.6.0 get fatal error&lt;br&gt;
Dante,&lt;br&gt;Thanks, this is what I had in .htaccess&lt;br&gt;&lt;br&gt;# Custom Legacy PHP 5.3 handler placed by host&lt;br&gt;AddType application/x-httpd-php53 .php5 .php4 .php .php3 .php2 .phtml&lt;br&gt;suPHP_ConfigPath /usr/local/lib/php53.ini&lt;br&gt;# End Custom Legacy PHP 5.3 handler placed by host&lt;br&gt;&lt;br&gt;&lt;br&gt;I just needed to delete those lines.&lt;br&gt;&lt;br&gt;But then I got this error on the module install page&lt;br&gt;&lt;br&gt;Parse error: syntax error, unexpected &#039;return&#039; (T_RETURN) in /home/xxxx/public_html/xxx/class/xoopseditor/tinymce4/editor_registry.php on line 1&lt;br&gt;&lt;br&gt;I just deleted tinymce4 and everything worked great.&lt;br&gt;&lt;br&gt;Thanks for showing me where to look.&lt;br&gt;&lt;br&gt;John&lt;br&gt;&lt;br&gt;</description>
                <pubDate>Thu, 16 Jul 2015 19:04:24 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=359498</guid>
            </item>
                    </channel>
    </rss>
</xml>
