Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
0answers
71 views

How to have external requests from a LAMP server bypass internet censorship?

I had another question at the askUbuntu site, and migrated this version from a Server Fault question, as I think that Super User is the best location for asking it. Background: I have a local ...
1
vote
2answers
82 views

Scheduled task not working

I would like to make a scheduled task on my server which will visited a URL every 10 minutes. (It's a cron job for my Drupal website, so there is no spam-alert or something :)) I've set up a task, ...
1
vote
1answer
98 views

Trouble Downloading Drupal on Linux Permission Denied

When I try to download Drupal I get denied permission. How can I bypass this? /var/www$ wget http://ftp.drupal.org/files/projects/drupal-7.0.tar.gz This results in: --2012-02-08 21:20:17-- ...
0
votes
0answers
23 views

Is it possible to access the original front page after changing the “default front page” setting? [closed]

I changed the front page in drupal in the "Site Information" settings to a static page. By default, Drupal shows a feed of the latest post on the front page. This would still be interesting to see ...
-2
votes
1answer
49 views

What web application I can use to create posts for my website? [closed]

My website is hosted at an server that have some application for content management (Wordpress, Joomla and Drupal). I want to know if is possible use this to post some news in my website. I don't ...
0
votes
0answers
32 views

How to print and see an object of hook_token_values()? [closed]

function customfunction_token_values($type, $object = NULL, $options = array()) { if ($type == 'node') { $node = node_load($object->nid); echo "<pre>"; print_r($node); ...
0
votes
0answers
46 views

Content List vs Administer nodes [closed]

New Drupal and playing with permissions. I can't figure out how to get a content list or something similar if the Administer Nodes permission has been disabled. I'm trying to restrict a user role, ...
0
votes
1answer
138 views

How do I show some simple HTML (text/images) in the sidebar of my Drupal 7 theme?

I've created a theme using Zen and all is well. I want to display some simple text and images in the sidebar, but I don't understand Drupal well enough to know what I'm doing. I have worked with ...
1
vote
2answers
3k views

Problem with Drupal 7.0 installation - PHP extensions disabled

when I install Drupal I have the following problem. PHP extensions Disabled Drupal requires you to enable the PHP extensions in the following list (see the system requirements page ...
0
votes
2answers
317 views

apache RewriteCond variable for parts of REQUEST_URI

I migrate a static html site to drupal CMS, most content I just copied the html for now and want to leave it as is and make the relative links to pdf files working. Drupal has all files in this dir: ( ...
2
votes
0answers
2k views

Drupal 7 media module to replace swftools

I was using the swftools module for a Drupal 6 site. It was nice as you could place tokens of audio or video files in your text editor and it would be converted to a flash object for you when the ...
0
votes
3answers
495 views

Drupal 7 on Windows - File Module Problems

Installed Drupal 7 using the Web Platform installer on Windows 2008 For some reason, the file module, when you upload a file, uses the first few letters of the filename as the unique key to store in ...
1
vote
1answer
237 views

Drupal on CentOS / RedHat

I have just setup a fresh installation of CentOS in VM form. I want to try and test out Drupal. What is the best way to install Drupal? I have not installed LAMP yet.
0
votes
0answers
282 views

Drupal image. Files storing to wrong place. Imagecache? [closed]

I'm having trouble with an image module called highslide in drupal. Check out the images in the content of this page; the ones that enlarge: http://giantcalculator.com/content/royal-filtermist ...
0
votes
1answer
89 views

How to delete a message that is still delayed? [closed]

yesterday I sent an e-mail. I got a message that it is delayed. I regret sending this mail.
0
votes
0answers
107 views

drupal GCal_events problem

I have the gcal_events module setup on my drupal site. It does not show any errors in the configuration but it is not showing any of the events that are in my google calendar! the block just says None ...
0
votes
1answer
55 views

Weird Error adding custom module to Drupal installation

I'm adding the Event module to my fresh drupal installation to get the calendar features on my site. The module shows up just fine in my modules page but when i click save settings i get the following ...
4
votes
2answers
410 views

How do I take control of a Drupal installation on my web space without the admin credentials?

Someone set up a website for me recently, using Drupal, and before I could get his admin credentials, I lost contact with him. Seeing as it's my web space, I do have access to the files and the ...
0
votes
1answer
2k views

Drupal base URL and root relative paths [closed]

I changed my Drupal base url in settings.php to " http://www.example.com/subfolder " but root relative paths are still pointing to " http://www.example.com " and not to the correct "subfolder". Any ...
5
votes
1answer
288 views

Drupal Sites Backup and Restore to Amazon S3

There are modules written for database backup and files backup, but what I want is a complete backup to Amazon S3 or other cloud platforms, for both the data, and the sites. Currently as it stands, I ...
0
votes
2answers
63 views

Safari corrupting downloads?

First off, a bit of background: I had to do an erase and install about 2-3 weeks ago, so this is a fresh, up-to-date installation of Snow Leopard we're dealing with. That said, I decided recently to ...
0
votes
1answer
320 views

Drupal Image Module Not Working [closed]

I'm working on a Drupal site, and installed the image module, but when I create content, and upload an image, I get a message saying "You must upload an image.". Anyone know what's going on? I made ...
-2
votes
7answers
889 views

How do you install Drupal with command line only?

All the Drupal documentation I can find has a step of "going to a browser and continuing installation there". How can I perform these steps from my command line? I am trying to have a site where I ...
6
votes
7answers
270 views

What tool can I use to allow multiple teams to share files?

I need to work with several teams and need to be able to share requirements and design documents. Most people won't be too technical, so I want to avoid source code tools. The main requirements are: ...
1
vote
2answers
385 views

Drupal book outline only for nodes of specific type

I have a Drupal site, which allows all logged in users to add and edit book pages. On the permissions page I have enabled they may also administer book outlines. The problem is that they can do this ...