|
|
| Re: DB Problem after upgrading PHP to 5.2.0 [message #710 is a reply to message #708 ] |
Sun, 24 December 2006 19:35   |
chris Messages: 5 Registered: May 2006 |
Junior Member |
|
|
Hi Demian, thanks for the reply. I actually upgraded from PHP 5.1.4 to PHP 5.2.0 since I migrated my site to another server. I did have to export then import the database which was upgraded from Mysql 5.0.21 to Mysql. 5.0.27. Could that have something to do with it?
If I have to reinstall and reimport my modules, what tables do I have to import for the publisher module? Since many of my current pages were created in publisher. Really I don't have any custom modules that I need to import. Just my custom theme, and all my pages in the db. Maybe you can tell me how I should import my db properly?
Thanks much,
-- Chris
[Updated on: Sun, 24 December 2006 19:37]
|
|
|
|
|
| Re: DB Problem after upgrading PHP to 5.2.0 [message #725 is a reply to message #707 ] |
Fri, 29 December 2006 00:44  |
chris Messages: 5 Registered: May 2006 |
Junior Member |
|
|
I found the problem. It was because I renamed by database which I imported from my other server. My old database was named _livesite and my new database was name _website.
So I found that in var/cache/entities there were two files that I had to rename to match my renamed database, which looked like this:
var/cache/entities/_livesite.ini -> renamed to: var/cache/entities/_website.ini
and
var/cache/entities/_livesite.links.ini -> renamed to: var/cache/entities/_website.links.ini
Once I did that, everything started working great.
[Updated on: Fri, 29 December 2006 00:44]
|
|
|