Author Topic: Server Migration Problems, Blank Screen  (Read 5388 times)

keyo

  • Newbie
  • *
  • Posts: 10
    • View Profile
Server Migration Problems, Blank Screen
« on: April 07, 2009, 04:30:21 am »
I've just moved the files and database of my opengoo install to another server (ubuntu vps). All I get is a white screen when I load up opengoo. I've conntect the database correctly though the config.php file, the homepage no longer has an error message, just nothing at all.
Any Ideas?

keyo

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Server Migration Problems, Blank Screen
« Reply #1 on: April 07, 2009, 05:56:55 am »
After enabling debug I get this:
Code: [Select]
Fatal error: Class 'DB' not found in /home/codework/www/opengoo/init.php on line 110

nicname

  • Freshman
  • *
  • Posts: 35
    • View Profile
Re: Server Migration Problems, Blank Screen
« Reply #2 on: April 07, 2009, 11:56:38 am »
could you post the output of phpinfo ?

keyo

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Server Migration Problems, Blank Screen
« Reply #3 on: April 07, 2009, 12:17:59 pm »
Sure,
Code: [Select]
allow_call_time_pass_reference On On
allow_url_fopen On On
allow_url_include Off Off
always_populate_raw_post_data Off Off
arg_separator.input & &
arg_separator.output & &
asp_tags Off Off
auto_append_file no value no value
auto_globals_jit On On
auto_prepend_file no value no value
browscap no value no value
default_charset no value no value
default_mimetype text/html text/html
define_syslog_variables Off Off
disable_classes no value no value
disable_functions no value no value
display_errors On On
display_startup_errors Off Off
doc_root no value no value
docref_ext no value no value
docref_root no value no value
enable_dl Off Off
error_append_string no value no value
error_log no value no value
error_prepend_string no value no value
error_reporting 6135 6135
expose_php On On
extension_dir /usr/lib/php5/20060613+lfs /usr/lib/php5/20060613+lfs
file_uploads On On
highlight.bg #FFFFFF #FFFFFF
highlight.comment #FF8000 #FF8000
highlight.default #0000BB #0000BB
highlight.html #000000 #000000
highlight.keyword #007700 #007700
highlight.string #DD0000 #DD0000
html_errors On On
ignore_repeated_errors Off Off
ignore_repeated_source Off Off
ignore_user_abort Off Off
implicit_flush Off Off
include_path .:/usr/share/php:/usr/share/pear .:/usr/share/php:/usr/share/pear
log_errors Off Off
log_errors_max_len 1024 1024
magic_quotes_gpc Off On
magic_quotes_runtime Off Off
magic_quotes_sybase Off Off
mail.force_extra_parameters no value no value
max_execution_time 30 30
max_input_nesting_level 64 64
max_input_time 60 60
memory_limit 64M 64M
open_basedir no value no value
output_buffering no value no value
output_handler no value no value
post_max_size 8M 8M
precision 12 12
realpath_cache_size 16K 16K
realpath_cache_ttl 120 120
register_argc_argv On On
register_globals Off Off
register_long_arrays On On
report_memleaks On On
report_zend_debug On On
safe_mode Off Off
safe_mode_exec_dir no value no value
safe_mode_gid Off Off
safe_mode_include_dir no value no value
sendmail_from no value no value
sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
serialize_precision 100 100
short_open_tag On On
SMTP localhost localhost
smtp_port 25 25
sql.safe_mode Off Off
suhosin.log.phpscript 0 0
suhosin.log.phpscript.is_safe Off Off
suhosin.log.phpscript.name no value no value
suhosin.log.sapi no value no value
suhosin.log.script no value no value
suhosin.log.script.name no value no value
suhosin.log.syslog no value no value
suhosin.log.syslog.facility no value no value
suhosin.log.syslog.priority no value no value
suhosin.log.use-x-forwarded-for Off Off
track_errors Off Off
unserialize_callback_func no value no value
upload_max_filesize 2M 2M
upload_tmp_dir no value no value
user_dir no value no value
variables_order EGPCS EGPCS
xmlrpc_error_number 0 0
xmlrpc_errors Off Off
y2k_compliance On On
zend.ze1_compatibility_mode Off Off

That's the core php stuff, you can see the rest of phpinfo() here.

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: Server Migration Problems, Blank Screen
« Reply #4 on: April 07, 2009, 03:54:20 pm »
Hi, try deleting file 'cache/autoload.php'

nicname

  • Freshman
  • *
  • Posts: 35
    • View Profile
Re: Server Migration Problems, Blank Screen
« Reply #5 on: April 07, 2009, 06:50:50 pm »
has the url of teh website changed ?

mybe you have to change the variable

  define('ROOT_URL', 'http://website');

keyo

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Server Migration Problems, Blank Screen
« Reply #6 on: April 08, 2009, 12:53:23 am »
Hi, try deleting file 'cache/autoload.php'
That did the trick. Cheers.

pe7er

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Server Migration Problems, Blank Screen
« Reply #7 on: October 31, 2011, 08:29:13 am »
Hi, try deleting file 'cache/autoload.php'

I had the same problem, removed 'cache/autoload.php' and it worked.
Feng Office automatically created a new autoload.php  :)
Thanks!