1
scriptino
[RESOLVED] Blank page after transfer !
  • 2005/9/21 1:30

  • scriptino

  • Just popping in

  • Posts: 4

  • Since: 2005/9/21


Hi there,
I installed XOOPS on my localhost to test it and create my own theme. Once done, i proceeded to the transfer in my webhosting server. I changed the mainfile (db, user, pass and paths) but i Get a BLANK PAGE...
Where is the problem :'(
PS: I cleaned the content of directories cache and template_c... but still geting the same result.
Please HELP !

2
scriptino
Re: Blank page after transfer !
  • 2005/9/21 1:56

  • scriptino

  • Just popping in

  • Posts: 4

  • Since: 2005/9/21


Quote:

scriptino wrote:
Hi there,
I installed XOOPS on my localhost to test it and create my own theme. Once done, i proceeded to the transfer in my webhosting server. I changed the mainfile (db, user, pass and paths) but i Get a BLANK PAGE...
Where is the problem :'(
PS: I cleaned the content of directories cache and template_c... but still geting the same result.
Please HELP !


ALLRIGHT, it's resolved now !!

I forgot to give the template_c the chmod 777 :p lol !!

I hope it will help other persons.

3
saeed
Re: Blank page after transfer !
  • 2006/3/29 7:56

  • saeed

  • Not too shy to talk

  • Posts: 106

  • Since: 2004/9/27


HELP ME!

I recently transfered my whole site to a new server, but after a lot of hard works I just get a blank page with any url I try! chk it : www.nvidiaclub.com

I almost done anything I know, permissions are ok, database fully restored, files are completly transfered! I get tired now! what is the problem ?

xoops is 2.2.3, I only deleted template_c files befor transfer!
All about electronics and hardware:
HardWare Freaks!

4
saeed
Re: Blank page after transfer !
  • 2006/3/29 8:17

  • saeed

  • Not too shy to talk

  • Posts: 106

  • Since: 2004/9/27


[URL=http://emajid.com]Resized Image[/URL]
All about electronics and hardware:
HardWare Freaks!

5
heladope
Re: [RESOLVED] Blank page after transfer !
  • 2006/3/29 8:21

  • heladope

  • Just popping in

  • Posts: 15

  • Since: 2006/3/25


I went to your site nd seen this

Fatal error_parse_resource_name(): Failed opening required '/home2/nvidiacl/public_html/class/smarty/core/core.load_resource_plugin.php' (include_path='.:/usr/lib/php:/usr/local/lib/php'in /home2/nvidiacl/public_html/class/smarty/Smarty.class.php on line 1651
Warning 
[PHP]: _parse_resource_name(/home2/nvidiacl/public_html/class/smarty/core/core.load_resource_plugin.php): failed to open streamNo such file or directory in file class/smarty/Smarty.class.php line 1651


try this:

Line 38 in class/template.php
require_once SMARTY_DIR.'Smarty.class.php';



Should be:
require_once SMARTY_DIR.'smarty.class.php';



Line 381 class/smarty/smarty.class.php
var $compiler_file        =    'Smarty_Compiler.class.php';


Should be:
var $compiler_file        =    'smarty_compiler.class.php';


I found this in the FAQ's "Why do I have a blank white page on my site?"https://xoops.org/modules/smartfaq/faq.php?faqid=80

I'ts not calling the same lines but check your CaPs

6
saeed
Re: [RESOLVED] Blank page after transfer !
  • 2006/3/29 14:03

  • saeed

  • Not too shy to talk

  • Posts: 106

  • Since: 2004/9/27


thanks champ, I tried it but no success at all.

I enabled debug mode in recovery.php and get this erros:

Warning [PHP]: main(/home2/nvidiacl/public_html/modules/system/language/english/admin/preferences.php): failed to open streamNo such file or directory in file recovery.php line 28
Warning 
[PHP]: main(): Failed opening '/home2/nvidiacl/public_html/modules/system/language/english/admin/preferences.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php'in file recovery.php line 28
Notice 
[PHP]: Undefined indexsession_expire in file recovery.php line 77
Warning 
[PHP]: constant(): Couldn't find constant _MD_AM_DTHEME in file recovery.php line 89
Warning [PHP]: constant(): Couldn'
t find constant _MD_AM_ADMINTHEME in file recovery.php line 89
Notice 
[PHP]: Use of undefined constant _MD_AM_FRONTSIDE_THEME assumed '_MD_AM_FRONTSIDE_THEME' in file recovery.php line 113
Warning 
[PHP]: constant(): Couldn't find constant _MD_AM_DTPLSET in file recovery.php line 89
Warning [PHP]: constant(): Couldn'
t find constant _MD_AM_SESSEXPIRE in file recovery.php line 89
Warning 
[PHP]: constant(): Couldn't find constant _MD_AM_DEBUGMODE in file recovery.php line 89
Warning [PHP]: constant(): Couldn'
t find constant _MD_AM_DOBADIPS in file recovery.php line 89


its kind of shame site was fine in old server and I transfered database and files az usual but I get thi #OOPS#ed blank page at end.

hope you can help friends
All about electronics and hardware:
HardWare Freaks!

7
saeed
Re: [RESOLVED] Blank page after transfer !
  • 2006/3/29 14:10

  • saeed

  • Not too shy to talk

  • Posts: 106

  • Since: 2004/9/27




strange problem!!!

I cheked files and I saw some files have not their full name, even some of them dont have .php ext at all! I think it was caused by cpanel backup. I will try to fix their names and report here..
All about electronics and hardware:
HardWare Freaks!

8
saeed
Re: [RESOLVED] Blank page after transfer !
  • 2006/3/30 15:13

  • saeed

  • Not too shy to talk

  • Posts: 106

  • Since: 2004/9/27


Finally I requested server administrator to restore my backupb file (one that created by cpanel fullbackup option). now all file names and permissions are ok same fot database. but I still get blank page! now the error by debug mode is :

Warning [Xoops]: Smarty errorunable to read resource"db:system_block_themes.html" in file class/smarty/Smarty.class.php line 1084
Notice 
[PHP]: Undefined indexsubmitarts in file modules/PDdownloads/xoops_version.php line 78
Warning 
[PHP]: array_intersect(): Argument #1 is not an array in file modules/PDdownloads/xoops_version.php line 78


please help!
All about electronics and hardware:
HardWare Freaks!

9
diddly
Re: Blank page after transfer !
  • 2006/4/2 6:45

  • diddly

  • Just popping in

  • Posts: 32

  • Since: 2006/3/28


Thanks for posting this answer. Saved me plenty of headaches and hours! Good poster!

Login

Who's Online

235 user(s) are online (160 user(s) are browsing Support Forums)


Members: 0


Guests: 235


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits