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

img_assist and 4.7

is there a img_assist version for 4.7?

Admin-Settings-img_assist, I get the following error:

Call to undefined function form_radios() in W:\www\modules\img_assist\img_assist.module on line 139

Drupal and mod_rewrite

I am trying to add a sub folder that uses mod_rewrite. The problem I have is that the current rules for pretty URLs is conflicting with my new rules. Could someone help me see the light here?

The drupal mod_rewrite:

#
# Apache/PHP/Drupal settings:
#

# Protect files and directories from prying eyes.

Order deny,allow
Deny from all

# Set some options.
Options +Indexes
Options +FollowSymLinks

# Customized error messages.
ErrorDocument 404 /index.php

# Set the default handler.
DirectoryIndex index.php

# Override PHP settings. More exist in sites/default/settings.php, but
# the following cannot be changed at runtime. The first IfModule is
# for Apache 1.3, the second for Apache 2.

php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0


php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0

# Reduce the time dynamically generated pages are cache-able.

ExpiresByType text/html A1

# Various rewrite rules.

RewriteEngine on

Disappearing primary & secondary links

Hello everyone,

I started working with Drupal on a windows laptop a few weeks ago (php 4.4.0, mysql 4.1.) I am now trying to upload my site to my webhost (php 4.3.x, mysql 3.23.58) for the first time. Everything seems to be working, except that the primary and secondary links are gone.

As a test, I went into the theme settings ( I am using phptemplate) and added a primary link "Test" with url "node". The link appeared, so at least the mechanics seem to be working. Thinking it might be corrupt data causing the problem, I looked in the "variable" table (on my hosting account), and saw that the phptemplate_primary_links row contained the following:

a:3:{s:4:"text";a:10:{i:0;s:4:"TEST";i:1;s:0:"";i:2;s:0:"";i:3;s:0:"";i:4;s:0:"";i:5;s:0:"";i:6;s:0:"";i:7;s:0:"";i:8;s:0:"";i:9;s:0:"";}s:4:"link";a:10:{i:0;s:4:"node";i:1;s:0:"";i:2;s:0:"";i:3;s:0:"";i:4;s:0:"";i:5;s:0:"";i:6;s:0:"";i:7;s:0:"";i:8;s:0:"";i:9;s:0:"";}s:11:"description";a:10:{i:0;s:8:"working?";i:1;s:0:"";i:2;s:0:"";i:3;s:0:"";i:4;s:0:"";i:5;s:0:"";i:6;s:0:"";i:7;s:0:"";i:8;s:0:"";i:9;s:0:"";}}

I then looked at the same variable in my local development database and saw that it was different:

a:3:{s:4:"text";a:10:{i:0;s:4:"Home";i:1;s:12:"Selectividad";i:2;s:13:"Universidades";i:3;s:11:"Profesiones";i:4;s:5:"Foros";i:5;s:15:"Concursa y gana";i:6;s:5:"Blogs";i:7;s:7:"Revista";i:8;s:0:"";i:9;s:0:"";}s:4:"link";a:10:{i:0;s:4:"home";i:1;s:12:"selectividad";i:2;s:6:"centro";i:3;s:9:"profesion";i:4;s:4:"foro";i:5;s:8:"concurso";i:6;s:4:"blog";i:7;s:15:"revista/edicion";i:8;s:0:"";i:9;s:0:"";}s:11:"description";a:10:{i:0;s:27:"Volver a la página inicial";i:1;s:32:"Todo sobre la prueba más temida";i:2;s:31:"Buscar el mejor sitio para tí ";i:3;s:41:"Recursos para investigar tu carrera ideal";i:4;s:64:"Intercambiar ideas y experiencias con otros estudiantes como tú";i:5;s:22:"¡Cosas chulas gratis!";i:6;s:60:"Las reflexiones de gente como tú sobre su vida post-colegio";i:7;s:42:"La mejor revista para planificar tu futuro";i:8;s:0:"";i:9;s:0:"";}}

Newbie with a problem - Fresh Instal of 4.7

The install went well, but I got this message when I iniatally went to the site afterwards.

user warning: Access denied for user: 'finesout_admin@localhost' to database 'finesout_drupal' query: LOCK TABLES cache WRITE in /home/finesout/public_html/includes/database.mysql.inc on line 108.

It didn't stop me from creating an account or specifying modulesm, more than likely I just forgot to do something. Can anyone help?

Multi Site and cron jobs

Hi all,

I've successfully set up several sites to run from one code base (which I was mightily impressed by, keep getting the urge to set up more just for the sheer hell of it!)

however, i just noticed that the cron job only works on the default site and that it doesn't execute on the otehr sites.

has anyone got a solution for this or help point out what I've set up incorrectly?

Thanks
Ken

Local Installation

i have installed drupal 4.6.5 locally on a XAMPP server; unfortunately, the mailserver has a problem and even though the password was displayed, i am unable to access the login screen so I can configure my new site.

HELP!!!

thanks

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal