<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Phorum Support Forums - 5.1 Phorum Support</title>
        <description>If you are having a problem with Phorum in versions 5.1 or 5.0 (deprecated), this is the place to look for an answer. You can also find help in our chat room.</description>
        <link>https://www.phorum.org/phorum5/list.php?12</link>
        <lastBuildDate>Mon, 18 May 2026 08:24:15 -0400</lastBuildDate>
        <generator>Phorum 5.2.22</generator>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,162766,162766#msg-162766</guid>
            <title>Legacy problem: phorum5.1.25 on Debian 12</title>
            <link>https://www.phorum.org/phorum5/read.php?12,162766,162766#msg-162766</link>
            <description><![CDATA[ Disclaimer: yes, I know that 5.1.25 is outdated and depreciated, but I&#039;m stuck with it as I will explain.<br />
yes, I know that I am an irresponsible server admin to others, but between upgrade hell, data loss abyss and potential legacy security issues I&#039;m on the legacy side. If you want to help me despite all this, read on.<br />
<br />
After many years I couldn&#039;t ignore the upgrade problem of my Debian server anymore and I will switch from Debian 9 to Debian 12 and I try to move my legacy phorum forums to it. With 5.2.x forums this worked almost flawlessly. Another phorum 5.1.25 (low traffic) I could upgrade to 5.2.23. But one 5.1.25 is causing problems. As I realized that 5.1.25 does not work (just blank install page after configuring config.php) on Debian 12 LAMP, even with php5.6-fpm, I also tried to upgrade to 5.2.23 but failed the step after<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />Upgrading from patch level 2007100800 to 2007100801</div></blockquote>
I only get the header of the admin.php upgrade page, it breaks in the second HTML-table.<br />
<br />
Now my questions:<br />
Is there a way to find out what breaks the upgrade?<br />
Is there a way to run phorum5.1.25 on Debian 12? <br />
I guess it&#039;s a database problem. mariadb 10.1.48-0+deb9u2 on Debian 9 works.  mariadb 10.11.6-0+deb12u1 on Debian 12 doesn&#039;t. Which version still works with 5.1.25?<br />
<br />
I will continue testing, but if someone knows a quick solution it would save much time and nerves. Thanks.<br />
<br />
P.S. I brutally skipped mysql-patch 2007100802.php. It just renews the thread info. Does not seem to be necessary. At least I got all my phorum-forums databases in ver5.2.23, &quot;just&quot; loosing templates and modules ... well maybe I can save a bit of them. Is probably the better solution as this works with current mariadb version of Debian 12 and at least php7.4 (php8.2 seem to work to but the default template is broken; maybe not much needed to fix this)]]></description>
            <dc:creator>orinoco</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Mon, 15 Jul 2024 06:16:04 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,162093,162093#msg-162093</guid>
            <title>Possible to Purge Stale Files from a command line?</title>
            <link>https://www.phorum.org/phorum5/read.php?12,162093,162093#msg-162093</link>
            <description><![CDATA[ version 5.1.25<br />
<br />
When I run Purge Stale Files on the admin interface I get Internal Server Error<br />
<br />
Error log says:<br />
Premature end of script headers: admin.php, referer: [<a href="http://www.sitename.co.uk/forum/admin.php?module=message_prune" target="_blank"  rel="nofollow">www.sitename.co.uk</a>]<br />
<br />
Is it possible to run Purge Stale Files from a command line to reduce the overhead?<br />
<br />
Thanks<br />
Mark]]></description>
            <dc:creator>Mark Fresh</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Tue, 07 Aug 2018 12:25:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,129153,162092#msg-162092</guid>
            <title>Re: How to switch the Phorum database to support Unicode?</title>
            <link>https://www.phorum.org/phorum5/read.php?12,129153,162092#msg-162092</link>
            <description><![CDATA[ Thanks for the script!<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Ulf Dunkel</strong><br />
Run the script ;-) <br />
<br />
Is it possible that this script requires Phorum 5.2.7? It won&#039;t run with 5.1.25:<br />
<br />
Fatal error: Call to undefined function: phorum_db_interact() in /.../phorum/convert_to_utf8.php<br />
<br />
Any hints?</div></blockquote>
<br />
As a simple solution, you could copy mysql.php and mysql folder from 5.2 to your installation, run the script and then restore old mysql.php. It works for me, so I can upgrade to UTF8 without having dozens of issues with upgrade to 5.2.<br />
<br />
Also you may want to comment the block for converting tables, since it&#039;s better to do manually from mysql console (also it could take a lot of time, ~5-10 min for my small phorum instance)<br />
<br />
<pre class="bbcode">
SET @DATABASE_NAME = &#039;phorum&#039;;
SELECT CONCAT(  &#039;ALTER TABLE `&#039;, t.`TABLE_SCHEMA` ,  &#039;`.`&#039;, t.`TABLE_NAME` ,  &#039;` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;&#039; ) AS sqlcode FROM  `information_schema`.`TABLES` t WHERE t . `TABLE_COLLATION` = &#039;cp1251_general_ci&#039; AND t.`TABLE_SCHEMA` =  @DATABASE_NAME ORDER BY 1 LIMIT 0 , 999;
#then execute all the queries which will be printed by this query
</pre>]]></description>
            <dc:creator>Lega4</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Mon, 06 Aug 2018 11:00:57 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,123690,161796#msg-161796</guid>
            <title>Re: phpBB conversion</title>
            <link>https://www.phorum.org/phorum5/read.php?12,123690,161796#msg-161796</link>
            <description><![CDATA[ HM...]]></description>
            <dc:creator>sborzabor</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Wed, 01 Nov 2017 15:25:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,129153,161792#msg-161792</guid>
            <title>Re: How to switch the Phorum database to support Unicode?</title>
            <link>https://www.phorum.org/phorum5/read.php?12,129153,161792#msg-161792</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Maurice Makaay</strong><br />
If you do get problems with serialized data, then check out the conversion script that I am working on. I already used it successfully on my own database test conversion. If you have some weird problems, then this might save you: convert_to_utf8.php.</div></blockquote>
<br />
Once I migrated the forum to UTF-8, the subject of messages is lost if it contains accentuated chars.<br />
How can I correct?]]></description>
            <dc:creator>cactux</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Mon, 30 Oct 2017 11:40:10 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,124966,154420#msg-154420</guid>
            <title>Re: Can&#039;t log-in to Phorum Admin</title>
            <link>https://www.phorum.org/phorum5/read.php?12,124966,154420#msg-154420</link>
            <description><![CDATA[ It&#039;s OK - I went into the database on my hosting site and changed the Admin parameter on my log-in from 0 to 1, and that fixed it. Thanks for your prompt response!]]></description>
            <dc:creator>butterfingersbeck</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Wed, 09 Oct 2013 16:09:08 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,124966,154418#msg-154418</guid>
            <title>Re: Can&#039;t log-in to Phorum Admin</title>
            <link>https://www.phorum.org/phorum5/read.php?12,124966,154418#msg-154418</link>
            <description><![CDATA[ Did you create a new account first and modified the script to update the new user afterwards?]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Wed, 09 Oct 2013 14:25:46 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,124966,154414#msg-154414</guid>
            <title>Re: Can&#039;t log-in to Phorum Admin</title>
            <link>https://www.phorum.org/phorum5/read.php?12,124966,154414#msg-154414</link>
            <description><![CDATA[ My client&#039;s forum was being spammed on a daily basis. I accidentally deleted my e-mail address along with all the spam ones, and now I can no longer access the Admin page. I tried the Rescue-Admin script - it seemed to run OK, but I still can&#039;t get in to Admin. I tried clearing cookies, relaunching Firefox and changing the password.<br />
<br />
HELP!!!]]></description>
            <dc:creator>butterfingersbeck</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Wed, 09 Oct 2013 08:10:57 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,49336,153300#msg-153300</guid>
            <title>Re: Mass user deletion</title>
            <link>https://www.phorum.org/phorum5/read.php?12,49336,153300#msg-153300</link>
            <description><![CDATA[ If you mean that it doesn&#039;t work for 5.2, then I think this is what you need to change in here:<br />
<br />
phorum_user_delete -&gt; phorum_api_user_delete]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Sat, 09 Feb 2013 05:44:43 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,49336,153299#msg-153299</guid>
            <title>Re: Mass user deletion</title>
            <link>https://www.phorum.org/phorum5/read.php?12,49336,153299#msg-153299</link>
            <description><![CDATA[ The script is no longer valid for 5.1.<br />
Which line i need to update so that the script can work?]]></description>
            <dc:creator>autoven</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Fri, 08 Feb 2013 22:35:15 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,153284,153295#msg-153295</guid>
            <title>Re: archive forums</title>
            <link>https://www.phorum.org/phorum5/read.php?12,153284,153295#msg-153295</link>
            <description><![CDATA[ No, just in the phorum admin.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Thu, 07 Feb 2013 16:06:48 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,153284,153294#msg-153294</guid>
            <title>Re: archive forums</title>
            <link>https://www.phorum.org/phorum5/read.php?12,153284,153294#msg-153294</link>
            <description><![CDATA[ OK sorry to bother but can I create this folder in Admin or does it have to be done on the host side?]]></description>
            <dc:creator>Michael Horton</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Thu, 07 Feb 2013 16:06:06 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,153284,153290#msg-153290</guid>
            <title>Re: archive forums</title>
            <link>https://www.phorum.org/phorum5/read.php?12,153284,153290#msg-153290</link>
            <description><![CDATA[ thanks]]></description>
            <dc:creator>Michael Horton</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Wed, 06 Feb 2013 13:44:25 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,153284,153289#msg-153289</guid>
            <title>Re: archive forums</title>
            <link>https://www.phorum.org/phorum5/read.php?12,153284,153289#msg-153289</link>
            <description><![CDATA[ Create a folder &quot;Archive&quot; or &quot;Read only forums&quot; and move your forums there - and make them read-only.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Wed, 06 Feb 2013 13:39:23 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,153284,153288#msg-153288</guid>
            <title>Re: archive forums</title>
            <link>https://www.phorum.org/phorum5/read.php?12,153284,153288#msg-153288</link>
            <description><![CDATA[ Trying to seperate the list of Read Only forums from the active forums to make it easier for folks to find. So seeing if there is some sort of way to do that?]]></description>
            <dc:creator>Michael Horton</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Wed, 06 Feb 2013 13:38:42 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,153284,153287#msg-153287</guid>
            <title>Re: archive forums</title>
            <link>https://www.phorum.org/phorum5/read.php?12,153284,153287#msg-153287</link>
            <description><![CDATA[ What&#039;s the purpose of archiving? If its only to make them read-only, then yes, just set that permission.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Wed, 06 Feb 2013 13:36:33 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,153284,153284#msg-153284</guid>
            <title>archive forums</title>
            <link>https://www.phorum.org/phorum5/read.php?12,153284,153284#msg-153284</link>
            <description><![CDATA[ Is there a way to aechive old forums in a seperate area or is only way to make them READ ONLY? I&#039;d rather archive then delete old forums]]></description>
            <dc:creator>Michael Horton</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Wed, 06 Feb 2013 12:49:38 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,152658,152658#msg-152658</guid>
            <title>Can i edit privacy of forums</title>
            <link>https://www.phorum.org/phorum5/read.php?12,152658,152658#msg-152658</link>
            <description><![CDATA[ Can i create a private forum where my clients can send me samples of coin images.]]></description>
            <dc:creator>Rigel Bernard</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Thu, 29 Nov 2012 11:49:00 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,13550,151020#msg-151020</guid>
            <title>Re: 24 hour format on posts</title>
            <link>https://www.phorum.org/phorum5/read.php?12,13550,151020#msg-151020</link>
            <description><![CDATA[ For example, I modified the following values in the file include/lang/italian.php:<br />
<br />
$PHORUM[&#039;long_date_time&#039;]=&quot;%d %B, %Y [%H:%M]&quot;;<br />
$PHORUM[&#039;short_date_time&#039;]=&quot;%d/%m/%Y [%H:%M]&quot;;<br />
<br />
The chars for the time format are [%H:%M]<br />
<br />
%H stands for 24 hour format.]]></description>
            <dc:creator>lordthistle</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Wed, 07 Mar 2012 17:35:56 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,123690,150492#msg-150492</guid>
            <title>Re: phpBB conversion</title>
            <link>https://www.phorum.org/phorum5/read.php?12,123690,150492#msg-150492</link>
            <description><![CDATA[ Related script for conversions....<br />
<br />
[<a href="http://www.phorum.org/phorum5/read.php?16,10228,page=1" target="_blank" >www.phorum.org</a>]]]></description>
            <dc:creator>Skye N.</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Mon, 28 Nov 2011 23:05:12 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,123690,150491#msg-150491</guid>
            <title>Re: phpBB conversion</title>
            <link>https://www.phorum.org/phorum5/read.php?12,123690,150491#msg-150491</link>
            <description><![CDATA[ Awesome, thank you very much for posting this!!!<br />
<br />
Going to try on Phorum 5.2 and PHP 5.3.3 from a phpBB 3.0 install]]></description>
            <dc:creator>Skye N.</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Mon, 28 Nov 2011 22:37:48 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,149547,149550#msg-149550</guid>
            <title>Re: Getting a blank page on an upgraded Phorum</title>
            <link>https://www.phorum.org/phorum5/read.php?12,149547,149550#msg-149550</link>
            <description><![CDATA[ There&#039;s all kind of stuff going on that isn&#039;t directly Phorum related. Are you administering this machine yourself or is it hosted with a company? In that last case, it might be best to contact that company for help. <br />
<br />
Both issues (open_basedir config in PHP and ModSecurity config in Apache) must be fixed by configuring the host correcty.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Tue, 06 Sep 2011 07:12:07 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,149547,149547#msg-149547</guid>
            <title>Getting a blank page on an upgraded Phorum</title>
            <link>https://www.phorum.org/phorum5/read.php?12,149547,149547#msg-149547</link>
            <description><![CDATA[ Hi, <br />
<br />
I have used a phorum for my students already for quite some while. Originally it was in Korean but since there are no language files anymore I changed it to English. However I haven&#039;t used it for quite a while (nor did my students) and now when I try to take a look at it I understand why. All it gives is a blank page. When I try to go the admin page, I can login but after that I get a blank page as well. <br />
<br />
When I look at the log files I see the following (don&#039;t have that kind of problems with other phorums on the same server though)<br />
<br />
[Tue Sep 06 04:31:19 2011] [error] [client 58.123.210.146] PHP Warning: is_dir() [&lt;a href=&#039;function.is-dir&#039;&gt;function.is-dir&lt;/a&gt;]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/storage/vhosts/student.henny-savenije.pe.kr/httpdocs/:/tmp/) in /storage/vhosts/student.henny-savenije.pe.kr/httpdocs/phorum-5.2.11/include/cache/file.php on line 209, referer: [<a href="http://www.student.henny-savenije.pe.kr/phorum-5.2.11/admin.php" target="_blank"  rel="nofollow">www.student.henny-savenije.pe.kr</a>]<br />
[Tue Sep 06 04:31:19 2011] [error] [client 58.123.210.146] PHP Warning: is_dir() [&lt;a href=&#039;function.is-dir&#039;&gt;function.is-dir&lt;/a&gt;]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/storage/vhosts/student.henny-savenije.pe.kr/httpdocs/:/tmp/) in /storage/vhosts/student.henny-savenije.pe.kr/httpdocs/phorum-5.2.11/include/cache/file.php on line 209, referer: [<a href="http://www.student.henny-savenije.pe.kr/phorum-5.2.11/admin.php" target="_blank"  rel="nofollow">www.student.henny-savenije.pe.kr</a>]<br />
[Tue Sep 06 04:31:19 2011] [error] [client 58.123.210.146] PHP Warning: is_dir() [&lt;a href=&#039;function.is-dir&#039;&gt;function.is-dir&lt;/a&gt;]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/storage/vhosts/student.henny-savenije.pe.kr/httpdocs/:/tmp/) in /storage/vhosts/student.henny-savenije.pe.kr/httpdocs/phorum-5.2.11/include/cache/file.php on line 209, referer: [<a href="http://www.student.henny-savenije.pe.kr/phorum-5.2.11/admin.php" target="_blank"  rel="nofollow">www.student.henny-savenije.pe.kr</a>]<br />
[Tue Sep 06 04:31:25 2011] [error] [client 58.123.210.146] ModSecurity: Audit log: Failed to create subdirectories: /var/asl/data/audit/20110906/20110906-0431 (Permission denied) [hostname &quot;www.student.henny-savenije.pe.kr&quot;] [uri &quot;/phorum-5.2.11/index.php&quot;] [unique_id &quot;TmWF-X8AAAEAADZEdwYAAAAI&quot;] <br />
<br />
Any help is appreciated.]]></description>
            <dc:creator>henny</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Mon, 05 Sep 2011 22:51:18 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,148938,149128#msg-149128</guid>
            <title>Re: Problems with Chrome and Safari logging in</title>
            <link>https://www.phorum.org/phorum5/read.php?12,148938,149128#msg-149128</link>
            <description><![CDATA[ I&#039;ve got no way to diagnose this further and I&#039;ve never seen this.<br />
<br />
Sounds to me like you can&#039;t replicate this problem either and its only users reporting it to you. <br />
<br />
You need to try to get more input from the users having this problem. E.g. screenshots, html sourcecode etc..<br />
As you can see this is not a general problem but either something in your server configuration or the users computers.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Wed, 06 Jul 2011 01:45:57 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,148938,149127#msg-149127</guid>
            <title>Re: Problems with Chrome and Safari logging in</title>
            <link>https://www.phorum.org/phorum5/read.php?12,148938,149127#msg-149127</link>
            <description><![CDATA[ Hi Thomas,<br />
thanks for your reply.<br />
Here is a common request from students in regards to the forum:<br />
<br />
<i>been trying to login to the forum and i get no login page or anything... it´s just stuck on the first page one comes to. i have tried firefox, chrome and using safari all the time, thought it was some browser problem but nothing happens :P neither of the links in the right corner works</i>.<br />
<br />
<i>I am unable to login to the forum.  I still cannot and it is getting very frustrating.  I need to be able to login in order to get support for the modules.  Can this please get sorted asap?  It is really holding me up from completing assessments. I tried logging in from home using Firefox, still to no avail.</i><br />
<br />
These issues have only been happening since we made it a closed forum (i.e. must login to view threads) any further ideas, it is not happening for no reason at all.<br />
<br />
Thanks again, I know it is very hard to research an issue when you cannot replicate it yourself. There is definitely an issue though, we receive an email a day or more of the above nature.<br />
<br />
Perhaps I am off the mark, it may not be a safari or Chrome issue, I am stabbing in the dark too.<br />
Thanks Simone]]></description>
            <dc:creator>simgio</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Wed, 06 Jul 2011 01:31:25 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,148938,149126#msg-149126</guid>
            <title>Re: Problems with Chrome and Safari logging in</title>
            <link>https://www.phorum.org/phorum5/read.php?12,148938,149126#msg-149126</link>
            <description><![CDATA[ Well, I just tried it now with both google chrome and safari - both latest versions. No problems at all. Both logged me in without troubles.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Wed, 06 Jul 2011 01:15:50 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,148938,149125#msg-149125</guid>
            <title>Re: Problems with Chrome and Safari logging in</title>
            <link>https://www.phorum.org/phorum5/read.php?12,148938,149125#msg-149125</link>
            <description><![CDATA[ Hello Thomas, any feedback on this please?]]></description>
            <dc:creator>simgio</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Wed, 06 Jul 2011 01:03:53 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,148938,148969#msg-148969</guid>
            <title>Re: Problems with Chrome and Safari logging in</title>
            <link>https://www.phorum.org/phorum5/read.php?12,148938,148969#msg-148969</link>
            <description><![CDATA[ Hi Thomas,<br />
thank you for your support. The URL is here:<br />
[<a href="http://www.thegraphicdesignschool.co.uk/forum/" target="_blank"  rel="nofollow">www.thegraphicdesignschool.co.uk</a>]<br />
<br />
Thanks <br />
Simone]]></description>
            <dc:creator>simgio</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Thu, 16 Jun 2011 23:49:49 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,148938,148939#msg-148939</guid>
            <title>Re: Problems with Chrome and Safari logging in</title>
            <link>https://www.phorum.org/phorum5/read.php?12,148938,148939#msg-148939</link>
            <description><![CDATA[ Show us your URL.<br />
I&#039;m using Chrome and Safari and never had a problem to log in to a phorum.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Wed, 15 Jun 2011 01:18:35 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?12,148938,148938#msg-148938</guid>
            <title>Problems with Chrome and Safari logging in</title>
            <link>https://www.phorum.org/phorum5/read.php?12,148938,148938#msg-148938</link>
            <description><![CDATA[ Hello support,<br />
recently we have noticed that Chrome and Safari will not let our users log into our Phorum. Firefox is working fine.<br />
Is there anything that can be done by yourselves or us to deal with the browser incompatibility issues please.<br />
Thank you<br />
Simone]]></description>
            <dc:creator>simgio</dc:creator>
            <category>5.1 Phorum Support</category>
            <pubDate>Tue, 14 Jun 2011 23:55:49 -0400</pubDate>
        </item>
    </channel>
</rss>
