Owen's Issue posts

Drupal Panels book

1 hour 16 min ago

Hi Guys,

Can we get the following book article scheduled in for Friday/Monday please?

I have attached the book cover image to this issue.

http://drupal.org/node/895290

Thanks

Julian

Categories: Drupal.org Feed

unable to change the size of the video player

1 hour 18 min ago

using quicktime to play a .mov file, and its a small res file, but the player is huge when viewing the page. no matter what dimensions i set the size of the player, it does not change when viewing

i am using the video module, and adding the video content via cck.

thanks!

Categories: Drupal.org Feed

Stumbled onto a random issue users are unlikely to reproduce

1 hour 18 min ago

Basically, if you goto node/add/content-type/addAnythingHere/1234 the node reference field disappears and it is unlikely, especially without a bad link, that users will navigate to the node creation page like this. But just thought I would note it anyway as I discovered it by accident via typo.

And I noticed someone already made an issue dedicated to how awesome this module is, which I didn't want to dig that issue back up so I'll go ahead and repeat it here.. this is an awesome module, did exactly what i needed ;)

Categories: Drupal.org Feed

how to get channel info into node?

1 hour 18 min ago

I have looked through the issue queue and don't think anything about this - but seems so obvious i am assuming i am just going baout this the wrong way.

I would like to include channel info in each node that gets created from a feed. But as far as i can tell only the xml node fields are available to map to cck fields.

for instance:

AviationWeek.com Business Aviation Channel
http://www.aviationweek.com/avnow/news/channel_busav.jsp
AviationWeek.com's Business Aviation channel delivers news, data and information about the business aviation market. This information is intended for organizations that manufacture, fly, operate, maintain, sell and charter business jets, helicopters and turboprops.
Copyright 2007, McGraw-Hill Aerospace & Defense

Thu, 02 Sep 2010 11:00:01 EDT
en-us
feedback@aviationnow.com
aw_intelligence@aviationnow.com

AviationWeek.com Business Aviation Channel

http://www.aviationweek.com/media/images/mhad/homepage/logo_avn2.jpg
http://www.aviationweek.com/avnow/news/channel_busav.jsp
144

read more

Categories: Drupal.org Feed

contents in "Automated alias settings" tab is collapsed

1 hour 21 min ago

I installed the 6.x-1.4 version of pathauto and assigned required security permissions. I have druipal 6.19.

However, when I go to the "Automated alias settings" tab under /admin/build/path/pathauto all content is collapsed so I can not make any change.

The browser is showing a javascript error:

Webpage error details
Message: Object doesn't support this property or method
Line: 20
Char: 5
Code: 0
URI: misc/tableheader.js?f

Am I missing something?

Categories: Drupal.org Feed

Use in production

1 hour 22 min ago

Is this module (6.x) ready to be used in production? I do see a lot of bugs that still need to be fixed...

Categories: Drupal.org Feed

Only works on the first node?

1 hour 23 min ago

It only works on one node (the first node I assigned with the value in the cck field) I thought that it was because it was a child node but even after creating a new book for it (to make it a parent node) it still doesn't work.

Categories: Drupal.org Feed

Install code uses old method of getting temp directory

1 hour 24 min ago

Updated and committed

Categories: Drupal.org Feed

convertion of drupal template to css

1 hour 26 min ago

How to convert drupal template to css

Categories: Drupal.org Feed

We need a drupal_render_is_cacheable()

1 hour 27 min ago

drupal_page_is_cacheable() (or $GLOBALS['conf']['cache'] = FALSE in D6 and earlier) allowed you to disable the page cache for a request if you were doing something tricky. With the render cache, we have a similar caching pattern for smaller areas of the page, but no way to prevent that from being set. For our use case, it's stopping nodes from getting in the render cache when they have a 'waiting for

Categories: Drupal.org Feed

Will Ubercart work without https ?

1 hour 30 min ago

Having the need for SSL and dedicated IP makes it impossible to take advantage of drupal's multi-site setup.

In order to use ssl on multiple domains we have to use separate hosting accounts for each domain just to get a dedicated ip. This also means multiple drupal installs.

What's the point of multi-site if we can't use it. Which is why I want to find out if Ubercart will work without https.

SSL is a big scam anyway, all just to see a green addressbar is ridiculous. I've seen some online stores that didn't use https and their store still worked.

Will Ubercart work without https ?

It would be cool if Drupal had their own built in ssl alternative that made the visitors browser turn green with a padlock.

Categories: Drupal.org Feed

Backport of D7 install profile handling

1 hour 32 min ago

This patch adds backported versions of the D7 dependency graph builder which allows Profiler to use the same syntax as D7 install profiles (ie. a single dependencies[] rather than modules[core], modules[contrib] and features[]).

Updates the README.txt as well.

Needs testing (throw lots of different cases at it). Next on my list is to test the single module install batch from within Aegir.

Categories: Drupal.org Feed

Front page promotion for WikiWeightWatcher.com

1 hour 33 min ago

I'd like to request that my Drupal showcase post about the WikiWeightWatcher.com upgrade and redesign be promoted.

It seems highly relevant given the release of Drupal 7 coming up, and therefore Drupal 5 not being supported. It also highlights several ways that certain modules can be used.

It even includes the buzzword "iPhone!"

http://drupal.org/node/900630

The images for it are attached.

Categories: Drupal.org Feed

Pricing doesn't add up correctly - rounding issue?

1 hour 35 min ago

In a recent order, ubercart displayed the following:
Subtotal: $194.95
UPS Ground: $11.50
Subtotal excluding taxes: $206.45
Maryland Tax 6%: $11.70
Total: $218.14

If you do the math and add up the line items, the total should be $218.15

I looked in the database and found the actual saved numbers
Subtotal: $194.95
UPS Ground: $11.49750
Subtotal excluding taxes: $206.4475 (my calculation)
Maryland Tax 6%: $11.69700
Total: $218.14450

So it would seem there is an issue with rounding - perhaps the subtotal excluding taxes should not have utilized the rounded UPS value in it's calculation.

Categories: Drupal.org Feed

SMTP -> ERROR: Failed to connect to server: Connection refused (111) on PHPMailer

1 hour 39 min ago

After module installation I can't get the PHPMailer to send any email; always end up with the SMTP -> ERROR: Failed to connect to server: Connection refused (111)

I'm using a gmail app account and these are the settings:

Primary SMTP server: smtp.gmail.com
SMTP Port: 465
Protocol: SSL

with authentication (user and password triple-checked)

Using PHP classes 5.0.2 (as it is the latest tested version)

Hosting is Godaddy, PHP 5.2 Linux installation

-- What I tried:

Use a @gmail account instead of my domain from google apps but nothing.

All combinations of Port and Protocol to no avail.

Installed SMTP module along with PHPMailer module; same results.

Cleared caches - reinstalled module; idem.

http://drupal.org/node/831870 This is a similar issue for "SMTP authentication support" module that ends up in installing PHPMailer as an option and works fine.

What can be blocking (or refusing) my connection is unknown to me. Any help will be greatly appreciated.

Categories: Drupal.org Feed

White screen of death

1 hour 52 min ago

I have Drupal 5.23, and Prepopulate 1.5. also... No clean URLs.

The Prepopulate folder is inside my modules folder, and it's enabled in my Modules list.

Punching a simple URL like this gives me a white screen of death:
http://www.example.com?q=node/add/page&edit[title]=ApplesOranges

Any ideas? Any other setup or configuration I'm missing?

In the meantime... is there an alternate way for me to pre-populate a field without using this module?

I just need a quick & dirty one-time solution.

Categories: Drupal.org Feed

Broken/missing handler: sparql_ep > where

2 hours 9 min ago

After Installing the module, upgrading views to 3.0-alpha3 and applying the patch, I received the above error message in the views ui filter pane.

I tried tackling the error myself by putting the sparql_views_handler_filter_where.inc file back into the handlers directory assuming the missing handler has something to do with the missing file. I couldn't get it to work though.

Can anyone else report this behaviour? I am using Drupal 6.19.

Best regards,

Dominik

Categories: Drupal.org Feed

Modal window on the submit button

3 hours 2 min ago

Good afternoon!!

SOMEONE PLZ HELP!!

I need to implement a modal window by clicking the checkout button in ubercart! When you click the submit button, appears a modal window that greating you for making a purchase!

Thank You!

Categories: Drupal.org Feed

Call to undefined function expand() in \wwwroot\sites\all\modules\ctools\plugins\access\term.inc on line 115

3 hours 2 min ago

Fatal error: Call to undefined function expand() in \wwwroot\sites\all\modules\ctools\plugins\access\term.inc on line 115
Call Stack
# Time Memory Function Location
1 0.0038 338928 {main}( ) ..\index.php:0
2 0.6581 23009400 menu_execute_active_handler( ??? ) ..\index.php:18
3 0.7513 24357240 call_user_func_array ( string(22), array(1) ) ..\menu.inc:348
4 0.7513 24357424 page_manager_node_view( object(stdClass)[4] ) ..\menu.inc:0
5 0.8643 25118184 ctools_context_handler_render( array(18), string(0), array(1), array(1), ??? ) ..\node_view.inc:89
6 0.9689 25673216 panels_panel_context_render( object(stdClass)[56], array(1), array(1), ??? ) ..\context-task-handler.inc:46
7 1.2215 26104488 panels_render_display( object(panels_display)[90], object(panels_renderer_standard)[96] ) ..\panel_context.inc:290
8 1.2226 26133480 panels_display->render( object(panels_renderer_standard)[96] ) ..\panels.module:1013
9 1.2241 26133776 panels_renderer_standard->render( ) ..\panels.module:688
10 1.2476 27948928 panels_renderer_standard->render_layout( ) ..\panels_renderer_standard.class.php:276
11 1.2476 27948928 panels_renderer_standard->prepare( ??? ) ..\panels_renderer_standard.class.php:300
12 1.2476 27948960 panels_renderer_standard->prepare_panes( array(4) ) ..\panels_renderer_standard.class.php:162

==============

Latest dev (02/Sept). Using a Context - Taxonomy

Categories: Drupal.org Feed