Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
Jamroom Help:
HELP! I'm getting a blank page! solution inside
Brian
Jamroom Team


Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA

Posted: 05/10/07 17:24 
This is one of the most common "errors" encountered in Jamroom, and almost always is the result of a bad edit in one of Jamroom's template files. For security reasons, Jamroom does not display PHP errors to the web browser - instead they are logged to Jamroom's PHP Error Log.

This FAQ entry shows how to find the error log and determine what the error is:

http://www.jamroom.net/FAQ_Blank_Page

Please make sure when posting that you indicate the error you are seeing in your Jamroom error log if you are unsure of where the problem is or what the error means.

Thanks!

- Brian


_________________
Make sure and check out:
* The Jamroom FAQ
* The Jamroom Documentation

Last edited by Brian on 01/20/09 16:41; edited 1 time in total
Back to top
smith.kyle
CodeSmith


Joined: 27 Apr 2006
Posts: 22009
Location: Southern California

Posted: 05/10/07 18:38 
Ahh, bless you!


_________________
kyle[at]jamroom.net

Yes...that's a soda machine...

I get bored when no one's posting...
Back to top
Brian
Jamroom Team


Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA

Posted: 09/14/07 11:01 
Any issues should be opened in their own thread - not on the announcement post. Thanks!

- Brian


_________________
Make sure and check out:
* The Jamroom FAQ
* The Jamroom Documentation
Back to top
smith.kyle
CodeSmith


Joined: 27 Apr 2006
Posts: 22009
Location: Southern California

Posted: 09/14/07 11:17 
I split them out for him Wink


_________________
kyle[at]jamroom.net

Yes...that's a soda machine...

I get bored when no one's posting...
Back to top
cmpnetwork



Joined: 15 Sep 2007
Posts: 1241
Location: Chicago

Posted: 03/14/08 21:49 
hey Brian for that 2MB upload thing you should also have them change 1 more thing in that same php.ini file the timeout limit since if they are uploading more then say 50 to 100MB per file say a umm Mix (djays) or well just huge podcasts they will want to change the default

Server Timeout its default at 60 i would change it to 120 to 200 for the default timeout.

in that same php.ini area.


Matt


_________________
Promoter - Developer - Video Game Geek
http://www.chicagomusicpromotions.com
Back to top
djmerlyn
Jamroom Ustad


Joined: 18 Dec 2003
Posts: 13497
Location: Behind You

Posted: 03/14/08 22:01 
You mean the mysql timeout? I wouldn't suggest changing that.

Or the socket timeout? Jamroom doesn't use sockets (that I've seen anyways). All the default timeout settings in php.ini can remain un-changed for jamroom to run (even with large uploads...I regularly upload 500MB+ files without issue).

However, the timer settings in jamroom tools -> environment settings can affect larger uploads/streams.

Particularily: Memory Limit and Max Program Time and Max Session Length

mod_security would also need a competent admin to handle uploads over 32MB.

Cheers!


_________________
Pro JR Hosting, now 50% off!
-100% Guaranteed

"more server and network power than any host, dedicated to your jamroom site"
Back to top
cmpnetwork



Joined: 15 Sep 2007
Posts: 1241
Location: Chicago

Posted: 03/14/08 22:08 
log_errors_max_len 1024
magic_quotes_gpc Off
magic_quotes_runtime Off
magic_quotes_sybase Off
max_execution_time 2800
max_input_nesting_level 64
max_input_time 60
memory_limit 320M


Max Requests Per Child: 10000 - Keep Alive: off - Max Per Connection: 100
Timeouts Connection: 120 - Keep-Alive: 15
mysql.connect_timeout 60 60


thats what i meant max session time outs and program timeouts you can change them in the php.ini file as well also i think the httpd.conf file Smile

for changing the user connections i did have to change that. but thats for bigger sites Smile


I am just so used to changing everything SSH and Root it just comes second nature to me i keep forgetting everyone can change settings in the jamroom config and stuff Smile


Matt


_________________
Promoter - Developer - Video Game Geek
http://www.chicagomusicpromotions.com
Back to top
Quincy



Joined: 10 May 2006
Posts: 201
Location: Washington State

Posted: 10/11/08 00:19 

bigguy:
This is one of the most common "errors" encountered in Jamroom, and almost always is the result of a bad edit in one of Jamroom's template files. For security reasons, Jamroom does not display PHP errors to the web browser - instead they are logged to Jamroom's PHP Error Log.

This FAQ entry shows how to find the error log and determine what the error is:

http://www.jamroom.net/Jamroom3_FAQ_Jamroom_Errors#Jamroom3_FAQ_blank_page

Please make sure when posting that you indicate the error you are seeing in your Jamroom error log if you are unsure of where the problem is or what the error means.

Thanks!

- Brian


I read the documentation and I checked the error log.
Here's what I have.
Not sure how to fix.


Code
[11-Oct-2008 00:08:08] PHP Fatal error: require() [function.require]: Failed opening required '/home3/pizzecom/public_html/include/swiftmailer/Swift.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pizzecom/public_html/include/jamroom-misc.inc.php on line 4836


Can you help?
Thank you.


_________________
"It's not easy living my life being who I am"
Back to top
djmerlyn
Jamroom Ustad


Joined: 18 Dec 2003
Posts: 13497
Location: Behind You

Posted: 10/11/08 00:39 
change your path in config/settings.cfg.php to use /home instead of /home3

reset your cache, regenerate artist pages, etc...

Cheers


_________________
Pro JR Hosting, now 50% off!
-100% Guaranteed

"more server and network power than any host, dedicated to your jamroom site"
Back to top
Quincy



Joined: 10 May 2006
Posts: 201
Location: Washington State

Posted: 10/11/08 09:50 
Thanks for the tip.
I have did what you sugessted but still am getting blank pages when trying to send mail or register anew member.

Here's what the error log says.

Code
[11-Oct-2008 09:48:04] PHP Fatal error: require() [function.require]: Failed opening required '/home/pizzecom/public_html/include/swiftmailer/Swift.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pizzecom/public_html/include/jamroom-misc.inc.php on line 4836
[11-Oct-2008 09:48:04] PHP Warning: require(/home/pizzecom/public_html/include/swiftmailer/Swift.php) [function.require]: failed to open stream: No such file or directory in /home/pizzecom/public_html/include/jamroom-misc.inc.php on line 4836
[11-Oct-2008 09:37:15] PHP Fatal error: require() [function.require]: Failed opening required '/home/pizzecom/public_html/include/swiftmailer/Swift.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pizzecom/public_html/include/jamroom-misc.inc.php on line 4836
[11-Oct-2008 09:37:15] PHP Warning: require(/home/pizzecom/public_html/include/swiftmailer/Swift.php) [function.require]: failed to open stream: No such file or directory in /home/pizzecom/public_html/include/jamroom-misc.inc.php on line 4836


Thanks for your help.


_________________
"It's not easy living my life being who I am"
Back to top
Quincy



Joined: 10 May 2006
Posts: 201
Location: Washington State

Posted: 10/11/08 09:59 
I don't know how or when but there was no swiftmailer directory at all in my floders. I put that in and it fxed the mailing problem. I check the registration now


_________________
"It's not easy living my life being who I am"
Back to top
izhmel



Joined: 26 Jan 2007
Posts: 1002
Location: Hollywood California

Posted: 11/10/08 12:21 
PHP Fatal error: Out of memory (allocated 13893632) (tried to allocate 1024 bytes) in /home/izhmel/public_html/include/jamroom-database.inc.php on line

Back to top
Brian
Jamroom Team


Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA

Posted: 11/10/08 12:22 

izhmel:
PHP Fatal error: Out of memory (allocated 13893632) (tried to allocate 1024 bytes) in /home/izhmel/public_html/include/jamroom-database.inc.php on line


You need to increase your Memory Limit setting to something larger in the Jamroom Config -> Environment Options section. If it is already set high (say 128M), then you will need to contact your hosting provider, as they have "locked" the amount of memory you can use.

Thanks!

- Brian


_________________
Make sure and check out:
* The Jamroom FAQ
* The Jamroom Documentation
Back to top
izhmel



Joined: 26 Jan 2007
Posts: 1002
Location: Hollywood California

Posted: 11/10/08 12:37 
This soddenly start happening and the hosting provider did not set any limits.
I remember having this issue and Oinkba said it was a stuck Caches page I tried Reset Jamroom Caches still no luck, any other suggestions ?

Back to top
Brian
Jamroom Team


Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA

Posted: 11/10/08 14:11 

izhmel:
This soddenly start happening and the hosting provider did not set any limits.
I remember having this issue and Oinkba said it was a stuck Caches page I tried Reset Jamroom Caches still no luck, any other suggestions ?


This is not a Jamroom issue, but a server (PHP) issue It appears your memory limit is set to 13 megabytes (13M), which is not enough for Jamroom to properly function. You will need to contact your hosting provider and have them reset the server to see if that fixes it, or have them turn off whatever changes they made to limit your memory.

Hope this helps!

- Brian


_________________
Make sure and check out:
* The Jamroom FAQ
* The Jamroom Documentation
Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
Jamroom Help

123Next >
 
Solutions
• Social Media Platform
• Social Networking Software
• Musician Website Manager
• Community Builder
Products
• Jamroom Core
• Jamroom Addons
• Jamroom Modules
• Jamroom Marketplace
Support
• Support Forum
• Documentation
• Support Center
• Contact Support
Community
• Community Forum
• Member Sites
• Developers
Company
• About Us
• Contact Us
• Privacy Policy
©2003 - 2010 Talldude Networks, LLC.