Having problems installing Drupal? See the Installation Guide for more information.

Banner module installation problems

Dear reader,
I need your help please. Warning – this is a LONGGG posting! : ) I wish there was a way to color-code my text. Is there a way?

For days, I’ve had trouble getting the banner module to work properly after having added it as a “block” on my Drupal-powered web site. None of the banner images are showing up and I have tried quite a few things, including several banner module re-installations. Any assistance is GREATLY APPRECIATED! I particularly want to thank the developer who spent so much time on this module, Jeremy Andrews at http://kerneltrap.org. I see he’s got banners on his site so I’m sure my not being able to get this module working is due to my lack of knowledge. I admit not knowing PHP and am just now getting a bit familiar with the patch tool through TortoiseSVN.

I’m running Drupal 4.6.1 on a Linux server, Apache version 1.3.33 (Unix), Perl version 5.8.1, PHP version 4.3.11, MySQL version 4.0.22-standard. I use Internet Explorer and Windows XP. I downloaded the latest available banner module from http://drupal.org/project/banner, and its file name is banner-4.6.0.tar.gz. I apologize in advance if I’m a bit redundant here but I feel it’s better to be detailed rather than leaving something important out that someone reading this and helping me may immediately identify as the reason for my module not working. So…I’ll probably repeat some things from earlier posts because I want to be sure I’m following things in the best manner possible. Some of the issues may or may not be related, but for me it’s better safe and mention them than miss a possible reason for the module not working.

Problem with flexinode

After installing flexinode, then going to 'administer'->'modules' the following appears above the header of my page. I never had this issue on my old server but after moving to a new one i get this error after installing flexinode. The server is Fedora Core, mysql 3.23.58, and php 4 and drupal 4.6.1. Any help with this would be greatly appreciated.

'; $output = '
'.$output.'

'; return theme('form_element', $title, $output, $description, 'edit-'. $name, $required, _form_get_error($name)); } function _add_colorpickerjs(){ $js = ' '; drupal_set_html_head($js); return $js; } ?>field_id; if ($node->$fieldname) { $table=$node->$fieldname; $rows=count($table)+1; $cols=count($table[0])+1; } else { $table=array(); $rows=8; $cols=5; } $output = ''; $output .= form_hidden($fieldname.'_rows',$rows); $output .= '
'.t($field->label).':
'; $output .= ''; $title = t($field->label); for ($i = 0; $i < $rows; $i++) { $output .= ''; for ($j = 0; $j < $cols; $j++) { $output .= ''; } $output .= ''; } $output .= '
'; $value = (isset($table[$i]) && isset($table[$i][$j])) ? $table[$i][$j] : ''; $output .= form_textarea('', $fieldname.'_'.$i.'][', $value, 10, 3); $output .= '
'; return $output; } function flexinode_field_table_validate($field, $node) { $fieldname = 'flexinode_'. $field->field_id; if (!isset($_POST['edit'])) { return array('value' => $node->$fieldname); } $rows = $_POST['edit'][$fieldname.'_rows']; $value = array(); $deleted_cols = array(); foreach ($_POST['edit'][$fieldname.'_0'] as $key=>$val) { if (empty($val) && $key) { $deleted_cols[] = $key; } } for ($i = 0; $i <= $rows; $i++) { if ($i && empty($_POST['edit'][$fieldname.'_'.$i][0])) { continue; } $newrow = $_POST['edit'][$fieldname.'_'.$i]; foreach ($deleted_cols as $key) unset($newrow[$key]); $value[] = array_values($newrow); // reindex from 0 } return (array('value' => $value)); } function flexinode_field_table_insert($field, $node) { $fieldname = 'flexinode_'. $field->field_id; db_query("INSERT INTO {flexinode_data} (nid, field_id, serialized_data) VALUES (%d, %d, '%s')", $node->nid, $field->field_id, serialize($node->$fieldname)); } function flexinode_field_table_db_select($field) { $fieldname = 'flexinode_'. $field->field_id; return $fieldname .'.serialized_data AS '. $fieldname; } function flexinode_field_table_load($field, $node) { $fieldname = 'flexinode_'. $field->field_id; if (isset($table_phase)) $table_phase++; else $table_phase=0; return unserialize($node->$fieldname); } function flexinode_field_table_format($field, $node, $brief = 0) { $fieldname = 'flexinode_'. $field->field_id; $table = $node->$fieldname; $output = ""; $i=0; foreach ($table as $row) { $output .= ''; $i=1-$i; } $output .= "

%40 doesn't replace @ in my password.... help!

OK guys, first 10x for the great project :)
I'm trying to install drupal, the problem is that I have @ in my password for my mysql user,
When I edit the file sites/default/settings.php, I followed the instructions to replace the @ in my password with %40 but it doesn't work, and when I try to open my drupal site, in my case balky.visdigita.net/drupal it gets me the error "Access denied for user: 'balky@localhost' (Using password: YES)"

"Access denied You are not authorized to access this page."

Access denied You are not authorized to access this page.

- is all i see, when i visit my Drupal site without logging in. I changed something in the settings i guess, but i don't remember what i changed.

The problem is that i have no access whatever page i click: faq, contact, about, ...

Can someone tell, how to get access for anonymous users again?

Cheers,
Ralph

Admin->Modules link doesn't work

Hello.

I'm using Drupal 4.6.1 (just upgraded from 4.6.0)

I've got a problem that looks a lot like an old bug:
http://drupal.org/node/1427

The Admin->Modules link doesn't work (doesn't load anything -- the
page looks exactly like it did before I clicked on Modules).

It also happens with 4.6.0...

Actually, it used to work on a Fedora Core 3 installation, and after I moved
it to a Debian Sarge box, it stopped working.

How do I go about diagnosing and fixing this?

Fails to create first account

OK ... newbie question

I've successfully got my first Drupal install to the welcome page. I click on the 'create the first account' link in the main text, which I believe I'm meant to do and all I get is a directory listing of the root Drupal directory back from my Apache2 server. In fact in fact all the links on the page have the same result.

Any help much appreciated

DrL

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal