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.
I've moved my website from local server to remote server.
Now one of my forms has an AJAX call to a php file in my /sites/all/libraries/ folder
This php file does the processing and returns my JSON back to the page.
I've put my php file there because I wanted to seperate php from my node
AND I couldn't place the file in /sites/THEME/files because that would download the php file instead of processing it.
I am trying to install Drupal 7.10 in a PostgreSQL 8.4.9 database and this causes this message:
Error messageWarning: PDO::__construct() [pdo.--construct]: SQLSTATE[IM001]: Driver does not support this function: driver does not support setting attributes in DatabaseConnection->__construct() (line 304 of /home/robertso/public_html/drupal-7.10/includes/database/database.inc).
This is a showstopper for me and any help is appreciated.
Maybe the next message can give a clue to someone knowledgeable:
Recently returned to Drupal after sometime using Wordpress.
Have spent past 2 days trying to get Wordpress data into Drupal 7.
Have users in via Feeds. Migrate v2 and wordpress_import continue to fail. Currently looking at an import screen stuck at 67% - has been for the past hour. This is a constant theme. I have tried fresh installs (this is, fortunately, on a development site). I have tried quite a few suggestions - all fail.
Database uploaded fine without any issues, connected to it fine and started to see the page title so thought "all is fine"... How wrong i was.
Basically as you can see it's picking up zero styling, no views (such as the big slideshow where all the images are) and isn't clicking through to any pages.
Hi,
I cannot set order of blocks in the region where is set main content. I have region where drupal block "Main page content" has the lowest weight in the region. But it is rendered as last in the region. Another blocks are rendered on page above it. Although there are in the same region.
It is not problem of css, I can see in source code that "Main page content" block is rendered as last.
Another blocks are rendered in correct order.