Sorry if this has been done many times before but a few days of googling and trying things has not got me anywhere.
I am trying to upgrade a DP6 site to DP7 and it looks like drush sup should be the line of least resistance. I think I have everything set up, I run ~/drush/drush site-upgrade @onward
and get the following (critical details edited out). I am not sure what is stopping it going thorugh the whole process. I have my DP6 site set to use Garland and do not have any custom modules enabled.
My search index is getting very large, in excess of 500MB. Does anyone have any advice on how to get this under control? I've looked for a module that might allow control over which nodes to index. I've also considered replacing core search with google cse, but the google cse module only adds Google search, and requires core search to be activated.
I'm building a community website. I've created a content type (a product class) called subscription and I have 3 products (subscriptions) with different prices.
I would like to achieve something like this:
show subscription product 1 (for example subscription cost 10€) if the registered usere are less than 100
show subscription product 2 (for example subscription cost 30€) if the registered usere are between 101 and 1100
show subscription product 3 (for example subscription cost 50€) if the registered usere are more than 1100
I recently installed the Boost module and now cannot get cron to run properly.
Results in Page not found.
Disabled Boost, and issue is still not fixed.
I run /usr/bin/lynx -source http://mywebsite.com/cron.php
And it returns the html source of a "page not found" page.
Any suggestions?
I'm trying to apply security updates to my site. I have backed up everything, but when I try to run update.php, I get the following message:
register_globals is enabled. Drupal requires this configuration directive to be disabled. Your site may not be secure when register_globals is enabled. The PHP manual has instructions for how to change configuration settings. (Currently using PHP register globals Enabled ('1'))
I opened my php.ini file and changed the following line in Dreamweaver from: