Hi,

I'm upgrading a drupal 4.5.2 to 4.6.5 and I wish to install views and banner.
The upgrading of the core was sucessfully, except some problems with image that I resolve.

I install many modules on 4.6.5 like taxonomy_dhtml, taxonomy_xml, event,
When I move views, banner or epublish directory to /modules I can't access /admin/modules and in the log there isn't any error.

I'm really lost

Thanks

Silenciario

Comments

Heine’s picture

If 'can't access admin/modules' means that you get a blank page, you may need to increase the memory limit of php.
--
Tips for posting to the forums.
When your problem is solved, please post a follow-up to the thread you started.

silenciario’s picture

I don`t get a blank page, I get no change!!

1. the system is ok

2. I create table with mysql -u....... < views.sql

3. Go to /admin, ok

4. copy /views into /modules

5. Go to admin/modules and nothing happens, I am still in /admin, no blank page.

6. If I delete /modules/views I can go to /admin/modules

And no error in drupal logs !

The same with banner and epublish

Heine’s picture

Can you set error reporting in admin/settings to 'write errors to the log and to the screen?'

Do you have access to your server logs (not watchdog)? You may be able to find more information in those lower level logs.
--
Tips for posting to the forums.
When your problem is solved, please post a follow-up to the thread you started.

silenciario’s picture

Hi,

I've checked error.log in Apache and it show this:

Allowed memory size of 8388608 bytes exhausted (tried to allocate 137 bytes)

so, I increased memory in php.ini and now all is ok.

thanks for the advice,

Silenciario