Im moving 0.764 from FC3 to new server FC9, i got my phpMyAdmin imported successfully and copy the existing files from old server to new server web directory.
And then when i run the script on IE, i can only see a Blank Page, it seems couldnt migrate in this way. I dont know how to change the existing template to default template from the scripting files, and there's no error msg shown on IE, can anyone advise me how to resolve this problem?
edited by: stupidme, Oct 08, 2009 - 03:15 AM
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- rgasch created topic »Using PageUtil::addVar() to load script code« 11:48 AM
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Problem with migrate 0.764 to new server
-
- Rank: Registered User
- Registered: Sep 22, 2009
- Last visit: Nov 24, 2009
- Posts: 3
-
- Rank: Helper
- Registered: Dec 31, 1969
- Last visit: May 07, 2010
- Posts: 507
Blank Page can mean a bad database connection. -
- Rank: Registered User
- Registered: Sep 22, 2009
- Last visit: Nov 24, 2009
- Posts: 3
thank you for your reply, Bronto. FYI, my new DB username and password are exactly the same as old DB server. I edited php.ini
file as shown in Blank Page but nothing is happened. and If i did a right click on IE > View Source, here is the code i got.
Any advise will be appreciated.
Code
<!DOCTYPE HTML public "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML {955246E3-6933-480d-B146-2462CE868767}="true"
{F92F6ACC-5E50-4482-BC62-9D8DF61E5A32}="4"><HEAD>
</HEAD>
<BODY></BODY></HTML> -
- Rank: Developer
- Registered: Jun 16, 2003
- Last visit: May 29, 2010
- Posts: 1966
-
- Rank: Helper
- Registered: Dec 31, 1969
- Last visit: May 07, 2010
- Posts: 507
Yeah, I didn't catch that, I was thinking his move involved a Zikula upgrade. Since it's a different server and the database should have access, I would suspect a newer version of PHP is causing some problem with that old code.
Just to be certain of the DB access though, I'd test it with encoding off in config.php, set the actual username, password and database and use the specific IP address for DB host if it's remote. Theme's shouldn't be an issue for white pages. -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
Have you checked if your pnTemp (and subdirectories) are writable for the webserver process? -
- Rank: Registered User
- Registered: Sep 22, 2009
- Last visit: Nov 24, 2009
- Posts: 3
Yes, i got my pnTemp (and subdirectories) are writable, i think bronto was right, it is newer version of PHP is causing some problem with the old code. I will go for this solution first. Thanks everyone.
- Moderated by:
- Support
