Hi all. I'm trying to import a site from Postgresql to mysql. I have converted the db structure, and imported the data. I can see some part of the old site, but for now my preoccupation is to resolv a blank page when I go in /admin section. No error online, no error on apache and no error for php.
Any help ?
M.
Michel,
Can you get to any pages in the admin section. If you type in the direct URL to various specific parts of the admin, are those also blank? Have you clicked around the site and noticed any other weird behavior?
Remember to clear all cache tables from the db. It also can be helpful when troubleshooting if you can empty the sessions table as well.
Also, I'm presuming your Drupal installs on both sites are the exact same version; is that correct?
Shai
On Mon, Sep 21, 2009 at 9:49 AM, Michel Morelli michel@ziobuddalabs.itwrote:
Hi all. I'm trying to import a site from Postgresql to mysql. I have converted the db structure, and imported the data. I can see some part of the old site, but for now my preoccupation is to resolv a blank page when I go in /admin section. No error online, no error on apache and no error for php.
Any help ?
M.
-- Michel 'ZioBudda' Morelli michel@ziobuddalabs.net Sviluppo applicazioni CMS DRUPAL e web dinamiche (LAMP+Ajax) Telefono: 0200619074 Telefono Cell: +39-3939890025 -- Fax: +39-0291390660
http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_budda http://www.ziodrupal.net MSN: michel@ziobuddalabs.it JABBER: michel@ziobuddalabs.it
-- [ Drupal support list | http://lists.drupal.org/ ]
Shai Gluskin ha scritto:
Michel,
Can you get to any pages in the admin section.
Nope. No page.
If you type in the direct URL to various specific parts of the admin, are those also blank?
yes
Have you clicked around the site and noticed any other weird behavior?
Yes: theme from online site (postgres, the site that I need to convert) is different from the offsite (mysql, the new version site). The structure is the same, but some block are missing, oragain groups are all "n.d.".
Remember to clear all cache tables from the db. It also can be helpful when troubleshooting if you can empty the sessions table as well.
It is the first thing that I have make.
Also, I'm presuming your Drupal installs on both sites are the exact same version; is that correct?
Yes, is a ftp-copy
M.
Michel,
Sounds like you can't get to: admin/build/themes/select
If you could, it's possible your install lost track of the default theme and setting it again might be helpful.
Do you know if data is getting added to the db. Can you go to a node url and click "edit" and make changes to a node and save them?
Shai
On Mon, Sep 21, 2009 at 10:05 AM, Michel Morelli michel@ziobuddalabs.itwrote:
Shai Gluskin ha scritto:
Michel,
Can you get to any pages in the admin section.
Nope. No page.
If you type in the direct URL to various specific parts of the admin, are
those also blank?
yes
Have you clicked around the site and noticed any other weird behavior?
Yes: theme from online site (postgres, the site that I need to convert) is different from the offsite (mysql, the new version site). The structure is the same, but some block are missing, oragain groups are all "n.d.".
Remember to clear all cache tables from the db. It also can be helpful when troubleshooting if you can empty the sessions table as well.
It is the first thing that I have make.
Also, I'm presuming your Drupal installs on both sites are the exact same
version; is that correct?
Yes, is a ftp-copy
M.
-- Michel 'ZioBudda' Morelli michel@ziobuddalabs.net Sviluppo applicazioni CMS DRUPAL e web dinamiche (LAMP+Ajax) Telefono: 0200619074 Telefono Cell: +39-3939890025 -- Fax: +39-0291390660
http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_budda http://www.ziodrupal.net MSN: michel@ziobuddalabs.it JABBER: michel@ziobuddalabs.it
-- [ Drupal support list | http://lists.drupal.org/ ]
Shai Gluskin ha scritto:
Michel,
Sounds like you can't get to: admin/build/themes/select
If you could, it's possible your install lost track of the default theme and setting it again might be helpful.
Do you know if data is getting added to the db. Can you go to a node url and click "edit" and make changes to a node and save them?
All page of admin/ path are blank. I think that is a some type of path problem. However I have choice to re-install all modules one-by-one because the old developer have installed more modules useless and have changed some other modules' core (chnaged for pgsql incompatibility).
Thanks for all.
M.
I actually had this problem as well. After looking at the error logs, it appeared that it was related to admin_menu module. After successfully uninstalling the admin_menu module, the site worked. Then I upgraded the admin_menu module and all was well.
-Tina
Michel Morelli wrote:
Shai Gluskin ha scritto:
Michel,
Sounds like you can't get to: admin/build/themes/select
If you could, it's possible your install lost track of the default theme and setting it again might be helpful.
Do you know if data is getting added to the db. Can you go to a node url and click "edit" and make changes to a node and save them?
All page of admin/ path are blank. I think that is a some type of path problem. However I have choice to re-install all modules one-by-one because the old developer have installed more modules useless and have changed some other modules' core (chnaged for pgsql incompatibility).
Thanks for all.
M.
Tina Callahan ha scritto:
I actually had this problem as well. After looking at the error logs, it appeared that it was related to admin_menu module. After successfully uninstalling the admin_menu module, the site worked. Then I upgraded the admin_menu module and all was well.
Hmmm I will try... Thanks for the tips.
M.