Author Topic: Blank Page - Help!  (Read 23854 times)

tiller

  • Newbie
  • *
  • Posts: 10
    • View Profile
Blank Page - Help!
« on: December 04, 2008, 03:40:42 pm »
Hi,

I have just installed opengoo for the 3rd time with the same result - of a blank page..

The installation is on an apache (linux) 1.3.37, PHP 5.2.6, and MySQL version  4.1.22-standard  (..with InnoDB , as the last install page tells me in the line "InnoDB storage engine is supported"..)

After reading a few of the similar posts here, I changed the config.php line of:
 define('DEBUG', true); - from false to true.. However, I can not see any debug info. not even in the cache folder.....

Any ideas what can be done to solve this?

Thanks!



martino87r

  • Newbie
  • *
  • Posts: 29
    • View Profile
    • Email
Re: Blank Page - Help!
« Reply #1 on: December 07, 2008, 05:44:34 pm »
Hi.. When you install your OpenGoo, what is the Address that you're using? Probably you need to configure properly the host address, if you are using an external server type the IP address instead of the Hostname in the config.php (/config/config.php), cause sometimes it could happen that the DNS resolver is not configured...

ex. Remote
define('ROOT_URL', 'http://192.168.0.10/opengoo/'); here the root of OpenGoo is "/opengoo/"

ex. Local
define('ROOT_URL', 'http://127.0.0.1'); here the root is "/"

tiller

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Blank Page - Help!
« Reply #2 on: December 07, 2008, 09:34:57 pm »
Hi martino87r and thanks for your reply.

I installed opengoo on an external server, eg. http://mydomain.org/ . The DNS for this server works fine..

Following your idea, I added a trailing / - but it didnt help either..  Humm can it be because I installed on server root? (Sounds highly unlikely..)



soomon

  • Jr. Member
  • **
  • Posts: 93
    • View Profile
    • Email
Re: Blank Page - Help!
« Reply #3 on: December 08, 2008, 03:38:06 am »
inf config/config.php there is a setting named root-url
is this setting correct?

tiller

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Blank Page - Help!
« Reply #4 on: December 08, 2008, 07:38:35 am »
Hi soomon and thanks for your reply!

I think the settings are correct. They are as:
define('ROOT_URL', 'http://artileri.net/');

(artileri = the domain name)

Looks correct, doesn't it?

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: Blank Page - Help!
« Reply #5 on: December 08, 2008, 09:16:09 am »
Maybe you need to set a higher PHP memory limit. Try setting it to 32 MB if your server allows it.

Check this post: http://forums.opengoo.org/index.php?topic=142.0

or search the forums for 'php memory limit'.

Cheers.

tiller

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Blank Page - Help!
« Reply #6 on: December 08, 2008, 09:39:02 am »
Hi ignacio and thanks for pointing this out.

Yes, I forgot to mention that indeed I looked at that thread and the memory_limit on the server should be fine at 64M, for both master and local values..

This is slowly becoming a bit of a mystery...

martino87r

  • Newbie
  • *
  • Posts: 29
    • View Profile
    • Email
Re: Blank Page - Help!
« Reply #7 on: December 08, 2008, 09:45:12 am »
Can you check the log files for PHP and Apache?

Probably if there's something wrong then it must be within the logs, otherwise it's a mystery :o


tiller

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Blank Page - Help!
« Reply #8 on: December 08, 2008, 09:53:11 am »
The error log files only point to files that do not exist.. Which is strange, as they are there..
e.g. File does not exist: /path_to_/public_html/index.php&c=login

martino87r

  • Newbie
  • *
  • Posts: 29
    • View Profile
    • Email
Re: Blank Page - Help!
« Reply #9 on: December 08, 2008, 09:57:59 am »
Hmm i saw that the PHP is working, MySQL is OK... so what's the problem???
Seems that the setup cannot complete the installation steps (http://artileri.net/public/index.php) look here...

Strange...

tiller

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Blank Page - Help!
« Reply #10 on: December 08, 2008, 10:02:16 am »
yes.. it all seems fine.. even the last stage step.. It seems to work, but keeps coming back with asking to register..

Maybe that is the problem? Maybe it doesnt get that I have already registered..?

tiller

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Blank Page - Help!
« Reply #11 on: December 08, 2008, 10:15:52 am »
I wonder if this could be something with writable files/folders..

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: Blank Page - Help!
« Reply #12 on: December 08, 2008, 12:26:29 pm »
You could try a test installation with all permissions to files and folders just to discard that option.

A simple chmod -R 777 <your opengoo dir> will do.

Also, if you copied correctly your log, '/path_to_/public_html/index.php&c=login' is not actually a file, the file would be '/path_to_/public_html/index.php'. The rest would be parameters, only that the parameters passed to OpenGoo should come after a question mark, like this: 'index.php?c=access&a=login' and not after a '&'. Could this have something to do with your problem?

tiller

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Blank Page - Help!
« Reply #13 on: December 08, 2008, 05:43:12 pm »
Hi ignacio, thanks for the idea.

Changing the permissions to 777 in all files and folders produces a message of:
Internal Server Error

Well.. At least some kind of message..

Karl

  • Sr. Member
  • ****
  • Posts: 339
    • ICQ Messenger - 464979879
    • View Profile
Re: Blank Page - Help!
« Reply #14 on: December 30, 2008, 07:54:47 pm »
After moving from one domain to another domain and reinstalling anything I get a blank page too.

With debug mode = true I get this error:

"Fatal error: Class 'DB' not found in /home/.../public_html/init.php on line 112"

Any idea?