Need help with Menalto Gallery 2 fatal error with drupal 4.7 please!

I have the Menalto Gallery 2 integrated with drupal version 4.7. After upgrading the server to php 5, I'm getting this error when trying to view images in the gallery:

Fatal error: Class 'GalleryMtemHelper_simple' not found in /gallery2/gallery/modules/core/classes/GalleryCoreApi.class on line 1535

Thanks for any help.

Blank Page

I have a web site running Drupal 4.7 and from time to time I get a blank page when going to the web site URL. It happens from different browsers and computers. If I reboot Apache the page displays again properly. I checked the error logs and found the following messages:

HTML Jump Menu Will not link outside of my site to a defined http://

Hi,

I could really use some help on this one.

I've created a jump menu in Dreamweaver and defined each of the menu items to have an associated http:// address. I've created a go button that is defined to submit the form, but when I copy the code over to my page, the link doesn't work properly.

Please look at www.thecarbonpig.com/carbon_offsets and refer to the carbon offset providers menu.

Thanks....

-Matt

Form API Question

I'm having some difficulty rendering a checkbox in a table and need a little assistance.

I've place the following code before I start building my table:

$form['myCheckBox] = array(
'#type' => 'checkbox',
'#title' => (''),
'#tree' => TRUE
);

I'm building my rows array and headers array to theme a table. I'm then trying to place a checkbox in the table using form_render.

$rows[] = array('data' => form_render($form['myCheckBox']), 'style' => 'text-align:right !important;padding:0 4px;');
$headers[] = array('data' => t('Dummy Column), 'style' => 'width:166px;padding:0 4px;');

then I theme the table:

output .= theme('table', $headers, $rows);
?

<strong>I've also added a submit button:</strong>
<?php
$form['submit'] = array(
'#type' => 'submit',
'#value' => t('Save Changes'),
);

And I then call drupal_get_form and return my output:

$output .= drupal_get_form('dummyName_form', $form);
return $output;

My checkbox renders in the correct position in the table; however, after clicking submit and printing the $form_values I'm not able to determine if they have been set or not. They always stay in the zero (0) state.

Drupal gives me this error:

This site is selling Pro Drupal Development chapters 25$ a piece (!!)

It's even selling the one chapter that's free to download from the publisher's web site...The Theme System... for 25 dollars:
https://commerce.metapress.com/content/j75477l82u04v185/resource-secured...

Isn't expensive to sell Individual Book Chapter (Electronic Only, ie: PDF) for 25 dollars?

But most importantly, is this legal? Does the publisher know about this?

Other Drupal book sold per-chapter is:

Large images break my layout

When people post large images to my forum it breaks my layout. Is there a CSS guru out there who can tell me a way to make that right column move over...when it needs too?
http://skatopia.net/?q=node/1751#comment-11615

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x