I really need help here, I dont know what happened I have restored the database from a backup and I still have the problem maybe something to do with todays updates of RDF voteupdown filefeild

I tried to make a module to hook into user but It is disabled and removed now and I am sure I restored from a backup prior to implementing my own module

Please can anyone help this is critical

Comments

jabberwok’s picture

I just replaced the user module with fresh code from the drupal site but that hasn't changed anything

I really need help with this as this problem has ruined the whole site

If you wish I will post the code I created for the module to hook user, could writing a hook_user function have done something destructive to drupal ?

My next plan is to overwrite all core modules, I will wait a while first to see if there is a response

cog.rusty’s picture

Does ?q=user/register behave any differently from user/register?

Which is the user account page which is blank? Is it the ?q=user page?

jabberwok’s picture

Thanks so much You seem to have hit the nail on the head

?q=user/register works fine

the other url /user/1 for example just shows the home page too, I cant see the blank page anymore

how can I fix this?

cog.rusty’s picture

It seems that "clean URLs" don't work. The most usual causes are:
- Drupal's .htaccess file is missing.
- Your Apache configuration file, httpd.conf, contains an "AllowOverride None" line which makes .htaccess files to be ignored.
- You haven't enabled mod_rewrite in Apache.
- You are not using Apache but some other web server.

For more details see http://drupal.org/node/15365

If you can't fix it, you will need to go to ?q=admin/settings/clean-urls and disable clean URLs, so that Drupal won't try to use them.

If the blank page appears again, check your PHP memory_limit (http://drupal.org/node/207036)

jabberwok’s picture

It can't be clean urls because they work on the rest of the site

it seems to be a problem solely with the user module

here is a link http://doghighway.com

cog.rusty’s picture

The page http://doghighway.com/user/register looks fine to me.

jabberwok’s picture

Thanks

I guess when I restored a backup of my webroot directory the problem must of got fixed