Hi,

I have php 5.1.1, which is from wamp 5 package. I have installed drupal 4.6.5. I did not have any problem during the installation but now the when I go to my drupal page to create account, there are codes like lines appearing on that page.

Its "{head} {styles} {_BLOCK_.header.logo} {_BLOCK_.header.site_name} {secondary_links}
{primary_links}
{_BLOCK_.header.blocks} {_BLOCK_.header.title} {_BLOCK_.header.message} "

Inspite of this error, I created an account but there are no logos and other links which are supposed to appear in administer page, instead the same code as above is displayed. I did not have this problem while using drupal 4.7 version. I had to switch to 4.6 version because of unavailability of modules for 4.7 version, those I needed.

Please suggest me.

Comments

Heine’s picture

From the Troubleshooting FAQ read No theme, but code output on fresh install.

EDIT: Although Drupal core is compatible, some contributed modules may have problems on php5.
--
Tips for posting to the forums.
When your problem is solved, please post a follow-up to the thread you started.

prajna’s picture

Thanks. The suggestion is to switch theme that is compatible. But how do I do it until and unless I get into the administer page?

Will you please help me?

Heine’s picture

Try going to http://example.com/?q=admin/themes and switch to marvin or chameleon.

Or install the phptemplate engine + some phptemplate themes and then go to http://example.com/?q=admin/themes and switch.

Good luck.

PS If on page links do not work (ie go back to the homepage) you may have $base_url issues.

--
Tips for posting to the forums.
When your problem is solved, please post a follow-up to the thread you started.

prajna’s picture

Thanks for the prompt solution. I changed the theme and its working now.

Heine’s picture

Good to hear that!

As a result of this thread I added the theme adminstration URL to the page from the Troubleshooting FAQ.

--
Tips for posting to the forums.
When your problem is solved, please post a follow-up to the thread you started.