Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
very simple question, albeit sounds, umm, silly. My webspace provider has option of installing Drupal 6.1, which I did. I posted couple of questions already about how to build a website, and the answer, among others, was - upgrade to v.7.
Now - can it be done via admin page or is this something webspace provider has to do?
If latter is the case, I 99% won't be able to do it - they are big company and it would probably took months of pledges from my side to get them to do it.
I am very new to Drupal, but have a massive problem that I cant seem to fix and I hope someone here is able to help.
I have created a Drupal site on a windows 2008 R2 box for an internal intranet. This morning I upgraded a number of modules and I have an error stating that it failed to to access denied. Now the site is totally broken I am getting the below message in Chrome and cannot even access the site using http://******/?q=admin
Server error
The website encountered an error while retrieving http://******/. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this web page later.
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfil the request.
On checking the PHP log I have the below errors being reported. I have disabled views and ctools using the guide here http://drupal.org/node/157632 and also run a database fix using Registry_Rebuilder. I am stumped.
Any advice on how to sort would be amazing.
Cheers
Jon
[15-Aug-2012 08:07:04 UTC] PHP Fatal error: Call to undefined function ctools_include() in C:\inetpub\wwwroot\******\sites\all\modules\views\views.module on line 1491
i have installed Drupal 7 webform module and create the same drupal 6 webform , i can access the drupal 6 data but how i can add these data to drupal 7
can you post an example of how to submit webform programmatically?
My current websost (Media Temple) has upgraded PHP to Version 5.3.13. As a result Drupal 6.10 is throwing a bunch of warnings. I have turned of error reporting for now. But would like to fix the problem correctly.
1. What version Drupal 6.X is compatible with PHP 5.3.13? If there is not a Drupal 6 build that is compatible with PHP 5.3.13 how painful is the upgrade path to Drupal 7?
2. Alternatively does anyone have a a good recommendation for budget web hosting that offers the ability to choose your PHP version?
Errors
: Function ereg() is deprecated in /nfs/c01/h12/mnt/38037/domains/netta.com/html/includes/file.inc on line 895.
: Function ereg() is deprecated in /nfs/c01/h12/mnt/38037/domains/netta.com/html/includes/file.inc on line 895.
: Function ereg() is deprecated in /nfs/c01/h12/mnt/38037/domains/netta.com/html/includes/file.inc on line 895.
: Function ereg() is deprecated in /nfs/c01/h12/mnt/38037/domains/netta.com/html/includes/file.inc on line 895.
: Function ereg() is deprecated in /nfs/c01/h12/mnt/38037/domains/netta.com/html/includes/file.inc on line 895.
: Function ereg() is deprecated in /nfs/c01/h12/mnt/38037/domains/netta.com/html/includes/file.inc on line 895.
I was working on migrating a site from Drupal 5 to 7 and we needed to keep the same Term ids so everything will match after all the nodes have been moved.
I've looked online for a solution and I was not able to find something that keeps the same Term IDs and so I wrote a few SQL queries to run and update the tems and vocabularies.
Maybe someone might find this useful.
Have both databases running on the same machine (localhost in my case)
Let's say you have a Vocabulary ID = 1 that you want to move from Drupal 5 to Drupal 7