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 have installed many cms sites before but I have never had this much trouble. I am currently trying to install D7. I have alway's used an app called appserv that installs appache, php, mysql etc very easily. Normally I just upload "in this case drupal" to the main sites directory. Create the database, and run the install. It has been a little while since doing this but today I am trying to install D7 for testing for my work.
Hi
I am trying to migrate my site from local system to the production server but I am getting a very weird error, I have searched everywhere but cannot find solution, so if anybody can help then please help me. The error I am getting is
( ! ) Fatal error: require_once() [function.require]: Failed opening required '/mnt/davfs/phpsites/latam/network.XXXXXX.com/trunk/sites/all/modules/context/plugins/context_reaction_bLOCK.inc' (include_path='.:/opt/php-5.3/share/pear:/usr/share/php') in /mnt/davfs/phpsites/latam/network.XXXXXXXX.com/trunk/includes/bootstrap.inc on line 2680
I'm looking for a solution on a way to override or provide and alternative to the "appearance" page where the themes are managed.
I'd like to be able to present a user of a certain role with a screen where only enabled themes are listed and the only option is to set one of them as the default theme.
Any guidance on how to approach this would be much appreciated.
0 down vote favorite
share [g+] share [fb] share [tw]
I am new to Drupal and so please bear with me if my question is naive.
I am trying to create a site on Drupal7 and am getting the following popup error when I am starting Apache HTTP Server 2.2
PHP Startup: PDO: Unable to initialize module Module compiled with module API=20050922, debug=0, thread-safety=1 PHP compiled with module API=20060613, debug=0, thread-safety=1 These options need to match
I have a rather interesting requirement for a Drupal project I'm working on (D7).
When a user creates a new account, I need to ask the user to create two unique identities, each with a unique username and password. In short, one will be a "parent" role, and another a "child" role. The parent role will be able to access all content, where as the child role will be somewhat more limited.
I'm starting a development of a module who's primary purpose is to query a web service. For one particular page the goal is quite simple, call the web service with a particular item id and display the results on a page. I'm using hook menu to call an auto-load function with the ID from the URL. The problem I have is that the _load function is called multiple times per page request.