<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 396: Superuser switching to anonymous after selecting folder (on new install)</title><link>https://sourceforge.net/p/simplgroup/support-requests/396/</link><description>Recent changes to 396: Superuser switching to anonymous after selecting folder (on new install)</description><atom:link href="https://sourceforge.net/p/simplgroup/support-requests/396/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 30 Nov 2014 21:08:17 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/simplgroup/support-requests/396/feed.rss" rel="self" type="application/rss+xml"/><item><title>#396 Superuser switching to anonymous after selecting folder (on new install)</title><link>https://sourceforge.net/p/simplgroup/support-requests/396/?limit=25#9ca7</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Some patches to resolwe this bug (see attached file). You need to overwrite existing files before installation.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vlad Zaritsky</dc:creator><pubDate>Sun, 30 Nov 2014 21:08:17 -0000</pubDate><guid>https://sourceforge.net4863cbab10c3ed21d511b670ab08089ce3dcb744</guid></item><item><title>#396 Superuser switching to anonymous after selecting folder (on new install)</title><link>https://sourceforge.net/p/simplgroup/support-requests/396/?limit=50#8a8f</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have the same problem..&lt;br /&gt;
I do not want to create new tickets, as problems may depend on each other.&lt;/p&gt;
&lt;p&gt;PART (1) &lt;/p&gt;
&lt;p&gt;OS openSUSE 13.1 x86_64 (kernel-default 3.11.10), Apache 2.4.6, PHP 5.4.20&lt;br /&gt;
PostgreSQL 9.2.7 (database with ru_RU.UTF8 character type) + PostGIS 1.5.8 &lt;br /&gt;
Language tested English, Russian&lt;br /&gt;
Right access to folders is set as recommended in Q&amp;amp;A, next time all folders reset to 777 with user wwwrun:www (Apache2). The HTTP server was configured to listen port 88. Root folder available like &lt;a href="http://10.10.10.10:88" rel="nofollow"&gt;http://10.10.10.10:88/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Used SeaMonkey 2.30 or FireFox Browser on WIN7 or SUSE 13x.&lt;br /&gt;
Account admin/admin used.&lt;/p&gt;
&lt;p&gt;When I make relogin at current folder point is Workplace -&amp;gt; Organisation -&amp;gt; User, I can get "User - admin" for one click only.&lt;/p&gt;
&lt;p&gt;Next if I click on "New" (New user) then "User - anonymous" seen again and red notification: &lt;strong&gt;&lt;em&gt;Item(s) not found or access denied. (view=new)&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;PART (2)&lt;/p&gt;
&lt;p&gt;While clicking on folder "User" I have error message in &lt;strong&gt;/bin/core/classes/ajax.php&lt;/strong&gt; (unknown index $_SESSION&lt;span&gt;["style"]&lt;/span&gt;) Remove this: &lt;strong&gt;"style" =&amp;gt; $_SESSION&lt;span&gt;&lt;span&gt;["style"]&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt; will remove error but I do not sure in correct future tree_get_category function work.&lt;/p&gt;
&lt;p&gt;PART (3)&lt;/p&gt;
&lt;p&gt;While installation run I have two error's in &lt;strong&gt;pgsql.sql&lt;/strong&gt; file at the sentence:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;create&lt;/span&gt; &lt;span class="n"&gt;or&lt;/span&gt; &lt;span class="n"&gt;replace&lt;/span&gt; &lt;span class="n"&gt;view&lt;/span&gt; &lt;span class="n"&gt;show_processlist&lt;/span&gt; &lt;span class="nf"&gt;as&lt;/span&gt;
&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;select&lt;/span&gt;
&lt;span class="n"&gt;procpid&lt;/span&gt; &lt;span class="n"&gt;as&lt;/span&gt; &lt;span class="s"&gt;"Id"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; 
&lt;span class="n"&gt;usename&lt;/span&gt; &lt;span class="n"&gt;as&lt;/span&gt; &lt;span class="s"&gt;"User"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
&lt;span class="err"&gt;''&lt;/span&gt; &lt;span class="n"&gt;as&lt;/span&gt; &lt;span class="s"&gt;"Host"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
&lt;span class="n"&gt;datname&lt;/span&gt; &lt;span class="n"&gt;as&lt;/span&gt; &lt;span class="n"&gt;db&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
&lt;span class="n"&gt;current_query&lt;/span&gt; &lt;span class="n"&gt;as&lt;/span&gt; &lt;span class="s"&gt;"Command"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; 
&lt;span class="n"&gt;backend_start&lt;/span&gt; &lt;span class="n"&gt;as&lt;/span&gt; &lt;span class="s"&gt;"Time"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
&lt;span class="err"&gt;''&lt;/span&gt; &lt;span class="n"&gt;as&lt;/span&gt; &lt;span class="s"&gt;"State"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
&lt;span class="err"&gt;''&lt;/span&gt; &lt;span class="n"&gt;as&lt;/span&gt; &lt;span class="s"&gt;"Info"&lt;/span&gt;
&lt;span class="n"&gt;from&lt;/span&gt; &lt;span class="n"&gt;pg_stat_activity&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;You will to change incorrect field names for PostgreSQL 9:&lt;/p&gt;
&lt;p&gt;procpid -&amp;gt; &lt;strong&gt;pid&lt;/strong&gt;&lt;br /&gt;
current_query -&amp;gt; &lt;strong&gt;query&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I must to select, install and test suitable Groupware within next 3-5 days, so if you want make your job better -- feel free to ask another details or my help with this ticket.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vlad</dc:creator><pubDate>Fri, 21 Nov 2014 01:48:20 -0000</pubDate><guid>https://sourceforge.netb1e5ec38714e690fa6f2d7d2043868edffae737e</guid></item><item><title>Superuser switching to anonymous after selecting folder (on new install)</title><link>https://sourceforge.net/p/simplgroup/support-requests/396/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Simple Groupware version: 0.745&lt;br /&gt;
Simple Groupware language: Greek, English&lt;br /&gt;
PHP Version: PHP 5.4.20&lt;br /&gt;
Database + Version: MariaDB 5.5.33&lt;br /&gt;
Server OS: OpenSUSE 13.1 x64&lt;br /&gt;
Webserver: Apache 2.4.6&lt;br /&gt;
Used webbrowser + Version: Firefox 25, Chromium 31&lt;br /&gt;
Your role: Admin/Tester&lt;/p&gt;
&lt;p&gt;My problem is that after initial install after logging in as superuser, clicking to any folder switches me to anonymous thus breaking the whole installation as I can't even add another user to test if that happens for any other user.&lt;/p&gt;
&lt;p&gt;It can be reproduced on a new installation as such:&lt;br /&gt;
-Do a fresh install&lt;br /&gt;
-Log out after installation&lt;br /&gt;
-Log in with super user credentials&lt;br /&gt;
-Select ANY folder to navigate to&lt;br /&gt;
-Watch user change to anonymous below the top menu (no message, error or otherwise shown), thus can't access /Workspace/System/Events&lt;/p&gt;
&lt;p&gt;I've expected it to work like this:&lt;br /&gt;
-Staying in superuser mode and working correctly&lt;/p&gt;
&lt;p&gt;Things I've checked/tried:&lt;br /&gt;
-DB user is set at root during setup&lt;br /&gt;
-Permissions in web root are world writable&lt;br /&gt;
-Cleared up browser cache and cookies&lt;/p&gt;
&lt;p&gt;Thank you in advance&lt;/p&gt;
&lt;p&gt;PS. Kudos for an awesome (at first sight at least) groupware. I'll be evaluating it to use it in my business to replace old file based ISO/HACCP documentation and augment mostly ever other business process I can find a use for it, once I make it work.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dimitrios T. Tanis</dc:creator><pubDate>Mon, 06 Jan 2014 00:45:00 -0000</pubDate><guid>https://sourceforge.net97b4fa2400410e9e6f122b5fb6bb9149c0aab3a3</guid></item></channel></rss>