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 an image.module problem. Here is the basic info
Drupal 4.7 (official not RC)
PHP 5
image handling set to ImageMagick Toolkit.
image.imagemagick.inc in the includes folder
image.inc also in the inclides folder
Problem:
When I go to post an image I only get the full size pic. When I preview I get the errors:
Unable to create thumbnail image
Unable to create preview image
This is my first post here and I'm not sure if there's a 'suggestions for future Drupal versions' forum (I didn't spot one) but I just wanted to make a quick comment.
What would be nice and would make website styling a little easier would be to ensure that titles (menu options, modules etc) be formatted as titlecase by default - i.e. 'My Account' rather than 'my account'.
The decison on whether text should appear as upper or lower case should be left up to the theme (seperating design from content) and can be controlled via CSS.
Is there a better ping module? The current one tries to ping ping-o-matic.com, which never works. I just want to automatically ping technorati whenever content changes. How can I automatically ping technorati? Also, is there anyway for a ping to be recorded in my admin messages instead of wondering whether the ping succeeded or failed? Thanks.
When I research module user.module. In function user_edit_form, an array to create textfield for edit data
$form['account']['name'] = array('#type' => 'textfield',
'#title' => t('Username'), '#default_value' => $edit['name'],
'#maxlength' => 60,
'#description' => t('Your full name or your preferred username: only letters, numbers and spaces are allowed.'),
'#required' => TRUE,
);
Google returns errors when trying to access my subdomains. I use Google Sitemaps and Google Analytics (code added via the drupal modules). Both work fine with the root domain but I get errors with the subdomains.
Google Sitemaps
Diagnostic Summary:
Potential indexing problems: We can't currently access your home page because of a redirect error.
I wasn't able to use the Google Sitemaps Module feature to verify the site as the drupal created file returned a 302 error. I created the file manually and was able to verify that way. Google Sitemaps shows it has downloaded robots.txt from the root of each subdomain but crawl stats shows no data.
Google Analytics
Tracking Status Information:
Tracking Unknown: The Google Analytics tracking code has not been detected on your website's home page.
Viewing the page source shows the tracking code is on the subdomain homepage. I can view all of the reports but not the following:
Site Overlay:
Failed to Obtain Webpage: sub1.domain.com
Error Code: 302
My site is setup like this:
domain.com <- drupal installed here
sub1.domain.com <- symlink used to point this at domain.com
sub2.domain.com <- symlink used to point this at domain.com
domain.com/robots.txt <- shared by root domain and subdomains