I need your help. I have a bunch of articles, imported from a WP site into Drupal 6. The import itself went ok, but I can't access 99% of the articles - I am getting a message, that I don't have a permission to access a certain page.
First post. I just had a full install of Drupal on one server and I copied it over to another server (fully exported / imported the database) and now I can access the home page, but whenever I click on any links they're broken. I can't even do /node/1, etc either, that's broken. It seems to be a mod_rewrite issue, or something to do with permissions.
I'm just going to copy/ paste what I wrote on another CMS site as it is coming down to a few options.
I have a site that has approx 10,000 static HTML pages with little to no navigation. I want all these to tie together via navigation or to the very least be searchable and link up to the main set of pages.
Can Drupal do this? How hard would it be to bring in that many static HTML pages into Drupal?
I also need to run advertising such as adsense on the site, and to do that I will need to serve 2 or possibly 3 sets of pages depending on usergroups.
I'm trying to convert myself to Drupal, however I have this problem I just don't know how to solve (I program in PHP frenquently).
I have a database of Items & categories that I need to show on my websites (cuisine recepies). I have a process that updates these informations in a python script, so ideally I'd need :
- either to keep these informations on the database and fetch them through drupal
- either import these informations on drupal and update them with my python script
“We are trying to migrate a website to Drupal. This website provides their members the option to upgrade their accounts for (e.g.) £2 per month. They currently use a custom implementation (integrated with the LDU (now Seditio) CMS). How simple would it be to migrate this premium membership system to Drupal? Is it possible to change the IPN URL of the EXISTING subscriptions within Paypal? Would using a module such as lm_paypal or Ubercart be sufficient for this task, or would any extra customization need to be done?