<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 25: stock at second page after choosing language in /setup.php</title><link>https://sourceforge.net/p/webcollab/support-requests/25/</link><description>Recent changes to 25: stock at second page after choosing language in /setup.php</description><atom:link href="https://sourceforge.net/p/webcollab/support-requests/25/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 05 Feb 2015 07:19:33 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/webcollab/support-requests/25/feed.rss" rel="self" type="application/rss+xml"/><item><title>#25 stock at second page after choosing language in /setup.php</title><link>https://sourceforge.net/p/webcollab/support-requests/25/?limit=25#8d29</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Interesting.  After a bit of code tracing, it would appear that the problem occurs when &lt;span&gt;[webcollab]&lt;/span&gt;/includes/common.php is loaded in the code.  You could - I think - probably verify this by trying to use update.php or index.php and seeing the same error.&lt;/p&gt;
&lt;p&gt;The error message complains that error() is declared twice.  This could only happen if common.php was loaded twice.  You can verify by 'grep' that common.php is always loaded with 'require_once' or 'include_once'.  I have just checked this to be sure.  Also, all the the other functions in common.php like safe_data() and warning() would be giving the same errors.&lt;/p&gt;
&lt;p&gt;So the problem is purely and only with error().&lt;/p&gt;
&lt;p&gt;At this point I downloaded Owncloud and found that Owncloud has a function error() too.  I can only guess that Owncloud is running with WebCollab and the two error() functions are colliding.  Or, that WebCollab is running under Owncloud - with the same result.&lt;br /&gt;
&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Simpson</dc:creator><pubDate>Thu, 05 Feb 2015 07:19:33 -0000</pubDate><guid>https://sourceforge.net9396ee653cce5b2ba4f92a10ca0fe5feaabba090</guid></item><item><title>#25 stock at second page after choosing language in /setup.php</title><link>https://sourceforge.net/p/webcollab/support-requests/25/?limit=25#6099</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Oh forgot to mention that with a simple script on the root dir I tested the php and mysql communication which was successful as well...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">H.Safe</dc:creator><pubDate>Wed, 04 Feb 2015 14:06:28 -0000</pubDate><guid>https://sourceforge.net8d2cd98f9a3a5998d127b828c2f4b44794f5f4d7</guid></item><item><title>stock at second page after choosing language in /setup.php</title><link>https://sourceforge.net/p/webcollab/support-requests/25/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello&lt;br /&gt;
There seems to be a problem that I can not get through while in the initial setup. This is not actually my first install and have successfully deployed earlier. However, am stuck at the begining and there is not much of a hint I can think of. &lt;br /&gt;
I installed the requirements based on the manual(php, apache and mysql) all from the base repo of centos 6.5. I have double-checked also if the php is ok and required mods are installed per the instructions.&lt;br /&gt;
(PHP 5.3.3,mysql-.1.73-3.el6_5.x86_64,Apache/2.2.15)&lt;br /&gt;
I did the chmod 666 on the config.php and put the  main webcollab-3.40 dir under the /var/www/html/ with apache:apache -R owner. I also created the webcollab user in mysql and imported the tables successfully from the schema_mysql_innodb.sql. I can now get to the mysql by that user and can see the tables as well:&lt;br /&gt;
Database changed&lt;br /&gt;
mysql&amp;gt; show tables;&lt;br /&gt;
+------------------+&lt;br /&gt;
| Tables_in_col    |&lt;br /&gt;
+------------------+&lt;br /&gt;
| config           |&lt;br /&gt;
| contacts         |&lt;br /&gt;
| contacts_tasks   |&lt;br /&gt;
| files            |&lt;br /&gt;
| forum            |&lt;br /&gt;
| login_attempt    |&lt;br /&gt;
| logins           |&lt;br /&gt;
| maillist         |&lt;br /&gt;
| seen             |&lt;br /&gt;
| site_name        |&lt;br /&gt;
| taskgroups       |&lt;br /&gt;
| tasks            |&lt;br /&gt;
| tokens           |&lt;br /&gt;
| usergroups       |&lt;br /&gt;
| usergroups_users |&lt;br /&gt;
| users            |&lt;br /&gt;
+------------------+&lt;br /&gt;
Now browsing to the http;//myserver/webcollab/setup.php; I initially see the page for set up with the: login language English page to beging the installation then I press ok to move to next step to get the data populated by then face blank page,&lt;/p&gt;
&lt;p&gt;checking the errors I can see this which is beyond me and can not think of how to resolve it and appreciate yor help:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;[Wed Feb 04 17:11:55 2015]&lt;/span&gt; &lt;span&gt;[error]&lt;/span&gt; &lt;span&gt;[client 192.168.2.177]&lt;/span&gt; PHP Fatal error:  Cannot redeclare error() in /var/www/html/webcollab/includes/common.php on line 319, referer: &lt;a href="http://192.168.2.73/webcollab/setup.php" rel="nofollow"&gt;http://192.168.2.73/webcollab/setup.php&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;What is the above error and why is it created? the only difference of this server and another one is that this server hosts an owncloud under the same dir in /var/www/html and it is working. Can you please help???&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">H.Safe</dc:creator><pubDate>Wed, 04 Feb 2015 13:52:50 -0000</pubDate><guid>https://sourceforge.net0eb249614904f9b371ad2a88ffff02b490c1207c</guid></item></channel></rss>