FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » General » FUDforum in eGroupWare » FUDforum setup within egroupware
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
FUDforum setup within egroupware [message #19023] Tue, 22 June 2004 13:34 Go to next message
illwillj is currently offline  illwillj   United States
Messages: 12
Registered: June 2004
Karma: 0
Junior Member
Greetings all,

I installed Fudforum with eGroupWare. Followed every last direction and file permissions changes. The eoupWare setup was succesfull, but when I try to go into the FUDforum app, I get a blank screen.

I looked and saw that it created files and folders. "Outside the www root folder" so that must mean it has the correct right.

Has anyone gone through this? Any help would be greatly appreciated...

The Puzzled
William Jones Very Happy
Re: FUDforum setup within egroupware [message #19024 is a reply to message #19023] Tue, 22 June 2004 13:58 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Check your PHP error log to see if there were any messages.

FUDforum Core Developer
Re: FUDforum setup within egroupware [message #19028 is a reply to message #19023] Tue, 22 June 2004 17:50 Go to previous messageGo to next message
illwillj is currently offline  illwillj   United States
Messages: 12
Registered: June 2004
Karma: 0
Junior Member
Ok thanks,

I set the error_logs to On in the PHP.ini files.

The following error shows up when I execute the FUDforum icon:

Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/html/egroupware/fudforum/3814588639/index.php on line 115

Line 115 in the PHP.ini file is as follows

copy (PHPGW_SERVER_ROOT."/fudforum/setup/base/{$d}/{$f}", "{$DATA_DIR}{$d}/{$f}");

Unfortunatly, I am new at PHP. is this correct or what do you think I need to check?

Thanks.
Re: FUDforum setup within egroupware [message #19031 is a reply to message #19028] Tue, 22 June 2004 18:21 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
You need to increase execution time limit inside your php.ini and restart your webserver.

FUDforum Core Developer
Re: FUDforum setup within egroupware [message #19034 is a reply to message #19023] Tue, 22 June 2004 20:37 Go to previous messageGo to next message
illwillj is currently offline  illwillj   United States
Messages: 12
Registered: June 2004
Karma: 0
Junior Member
OK now I upped the parameters as and I am now getting the following errors:

Fatal error: Allowed memory size of 52428800 bytes exhausted (tried to allocate 35 bytes) in /var/www/html/egroupware/fudforum/3814588639/index.php on line 115

Fatal error: Allowed memory size of 52428800 bytes exhausted (tried to allocate 0 bytes) in Unknown on line 0


I upped the memory parameter from 16M to 30M to 50M and I get the same error.

I changed the timeout to 60 minutes.

Thanks,
WJ
Re: FUDforum setup within egroupware [message #19035 is a reply to message #19034] Tue, 22 June 2004 21:04 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
That line is copy() function on here... do you for some reason have large files inside the forum's directory?

FUDforum Core Developer
Re: FUDforum setup within egroupware [message #19039 is a reply to message #19035] Tue, 22 June 2004 23:02 Go to previous messageGo to next message
illwillj is currently offline  illwillj   United States
Messages: 12
Registered: June 2004
Karma: 0
Junior Member
no, this is a new install
Re: FUDforum setup within egroupware [message #19050 is a reply to message #19039] Wed, 23 June 2004 13:11 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Try updating your forum's sources.

FUDforum Core Developer
Re: FUDforum setup within egroupware [message #19062 is a reply to message #19050] Wed, 23 June 2004 17:34 Go to previous messageGo to next message
illwillj is currently offline  illwillj   United States
Messages: 12
Registered: June 2004
Karma: 0
Junior Member
How do I do that within the Egroupware application? Or rather what do I need to do?

Thanks
Re: FUDforum setup within egroupware [message #19063 is a reply to message #19062] Wed, 23 June 2004 17:57 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
You need to do a cvs up inside the fudforum directory and then run run synchronize sources admin control panel.

FUDforum Core Developer
Re: FUDforum setup within egroupware [message #19064 is a reply to message #19063] Wed, 23 June 2004 19:17 Go to previous messageGo to next message
illwillj is currently offline  illwillj   United States
Messages: 12
Registered: June 2004
Karma: 0
Junior Member
I hate to act dumbfounded, but how do you do that?
Re: FUDforum setup within egroupware [message #19086 is a reply to message #19023] Thu, 24 June 2004 04:43 Go to previous messageGo to next message
illwillj is currently offline  illwillj   United States
Messages: 12
Registered: June 2004
Karma: 0
Junior Member
This is what I did.

Because this was essentially a new install, I totally wiped out the installation and started from scratch.

I installed the eGroupWare app and application extentions via RPM's.

Once that was completed I created files it wanted as well as altered some permissions on files (per directions)

I updated the eGroupWare applications via the CVS command tool. (I followed the directions on page 19 in the How to install & secure eGroupware manual)

All updates went through successfully. Stated the application and proceeded to setup the database and header. All went well!

A Once setup I tried to enter into the FUDForum and I am recieving the same same issues the error is as follows after a timeout & blank screen:

Fatal error: Allowed memory size of 52428800 bytes exhausted (tried to allocate 12 bytes) in /var/www/html/egroupware/fudforum/3814588639/index.php on line 115

Fatal error: Allowed memory size of 52428800 bytes exhausted (tried to allocate 12 bytes) in Unknown on line 0

Fatal error: Allowed memory size of 52428800 bytes exhausted (tried to allocate 54332 bytes) in Unknown on line 0


Thanks,
William Jones

Re: FUDforum setup within egroupware [message #19096 is a reply to message #19086] Thu, 24 June 2004 13:31 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Try raising the memory limit further.

FUDforum Core Developer
Re: FUDforum setup within egroupware [message #19102 is a reply to message #19023] Thu, 24 June 2004 17:02 Go to previous messageGo to next message
illwillj is currently offline  illwillj   United States
Messages: 12
Registered: June 2004
Karma: 0
Junior Member
I raised the memory buffer in the php.ini file to from 50M to 100M to 200M. This computer that it is running is a P4 1.6 GHz with 512MB of RAM

I still get the same errors.

WJ Confused
Re: FUDforum setup within egroupware [message #19145 is a reply to message #19023] Mon, 28 June 2004 19:21 Go to previous messageGo to next message
illwillj is currently offline  illwillj   United States
Messages: 12
Registered: June 2004
Karma: 0
Junior Member
Ok... Here is what I have done.

I reset up my Linux Box completly. I am using RedHat Fedora.
I installed Apache, MySQL, PHP, SSL completely from the binary/source
After a successfull installation of these mechnisms, I was able to install and setup eGroupWare.

I go back into the FUDFORUM and I am still having the same problems...

Any idea of what the problem can be?

Thanks
WJ Crying or Very Sad
Re: FUDforum setup within egroupware [message #19146 is a reply to message #19145] Mon, 28 June 2004 19:22 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
What version of PHP are you using?

FUDforum Core Developer
Re: FUDforum setup within egroupware [message #19147 is a reply to message #19023] Mon, 28 June 2004 19:50 Go to previous messageGo to next message
illwillj is currently offline  illwillj   United States
Messages: 12
Registered: June 2004
Karma: 0
Junior Member
Ilia,

I have the following configured.

php-4.3.7
apache_1.3.31
openssl-0.9.7d
mysql-standard-4.0.20
mod_ssl-2.8.18-1.3.31
eGroupWare-0.9.99.015-1

Thanks again for your help.

WJ
Re: FUDforum setup within egroupware [message #19170 is a reply to message #19023] Tue, 29 June 2004 14:35 Go to previous messageGo to next message
illwillj is currently offline  illwillj   United States
Messages: 12
Registered: June 2004
Karma: 0
Junior Member
Ok I have the issue.... "I think"

I set the following in the PHP.ini file "register_globals = On"

Once I did that, I tried to get into FUDForum. After 3 minutes I saw the following errors on the screen.



Warning: mkdir(/home/egroupware/egwfiles/fudforum/3814588639/include/../../../../../ phpgroupware): Permission denied in /var/www/html/egroupware/fudforum/3814588639/index.php on line 108

Warning: copy(/home/egroupware/egwfiles/fudforum/3814588639/include/../../../../../p hpgroupware/about.php): failed to open stream: No such file or directory in /var/www/html/egroupware/fudforum/3814588639/index.php on line 115

Warning: chmod(): No such file or directory in /var/www/html/egroupware/fudforum/3814588639/index.php on line 116

Warning: copy(/home/egroupware/egwfiles/fudforum/3814588639/include/../../../../../p hpgroupware/login.php): failed to open stream: No such file or directory in /var/www/html/egroupware/fudforum/3814588639/index.php on line 115

Warning: chmod(): No such file or directory in /var/www/html/egroupware/fudforum/3814588639/index.php on line 116

Warning: copy(/home/egroupware/egwfiles/fudforum/3814588639/include/../../../../../p hpgroupware/notify.php): failed to open stream: No such file or directory in /var/www/html/egroupware/fudforum/3814588639/index.php on line 115




There were more errors but they were dealing with the same directory.

my folder that is to sit out of root is /home/egroupware/egwfiles

I set up /home/egroupware/egwfiles/ as owned by apache and group is apache. The directory also has 777 on recusivly.

any direction?

Thanks.
Re: FUDforum setup within egroupware [message #19172 is a reply to message #19170] Tue, 29 June 2004 14:44 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
I think those ../ maybe causing a loop, which in turn results in the eventual memory exhaustion. Would it be possible to gain access to the machine?

FUDforum Core Developer
Re: FUDforum setup within egroupware [message #19176 is a reply to message #19172] Tue, 29 June 2004 17:52 Go to previous messageGo to next message
illwillj is currently offline  illwillj   United States
Messages: 12
Registered: June 2004
Karma: 0
Junior Member
No problem. Send me an email message to cl500(at)willj(dot)com and I will send you the connection information.

WJ
Re: FUDforum setup within egroupware [message #23657 is a reply to message #19023] Fri, 25 March 2005 16:48 Go to previous message
angrek is currently offline  angrek   United States
Messages: 4
Registered: March 2005
Karma: 0
Junior Member
I seem to be having this same issue... anyone know what would cause this? It just keeps going on down the page like this... Someone above mentioned something memory exhaustion and I had a message about that also earlier......not sure what's going on.... this is under phpgroupware btw.... anyone have any ideas?

Warning: copy(/usr/phpgroupware/fudforum/include/../../../README): failed to open stream: Permission denied in /usr/local/www/phpgroupware/fudforum/index.php on line 106

Warning: chmod(): No such file or directory in /usr/local/www/phpgroupware/fudforum/index.php on line 107

Warning: copy(/usr/phpgroupware/fudforum/src/../../../README): failed to open stream: Permission denied in /usr/local/www/phpgroupware/fudforum/index.php on line 106

Warning: chmod(): No such file or directory in /usr/local/www/phpgroupware/fudforum/index.php on line 107

Warning: copy(/usr/phpgroupware/fudforum/thm/../../../README): failed to open stream: Permission denied in /usr/local/www/phpgroupware/fudforum/index.php on line 106

Warning: chmod(): No such file or directory in /usr/local/www/phpgroupware/fudforum/index.php on line 107

Warning: copy(/usr/phpgroupware/fudforum/sql/../../../README): failed to open stream: Permission denied in /usr/local/www/phpgroupware/fudforum/index.php on line 106
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Trying to find how it work : mailing topic subscription !!
Next Topic: Tree view not displaying for messages
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun May 26 12:51:18 GMT 2024

Total time taken to generate the page: 0.01945 seconds