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

Taxonomy_image, phpTemplate, drupal 4.6.3

Hello,

Sometimes it's difficult to find an answer if you don't know what's wrong. I want to use the Taxonomy_image module to show a picture on pages, listed in Vocab SiteStructure. I use phpTemplate (SpreadFireFox) and can't display an image with the following function in my page.tpl.php:
taxonomy_image_display($term->tid);

I do think $term->tid is not available within my page.tpl.php page, neither the display function, because when I try

print "$term->tid";

CVS Module problems and confusion

Hi

I'm fairly new to Drupal, I have been messing around with 4.6 for the last few weeks and have just decided to have a play with 4.7 CVS but I have found that many of the CVS modules have undefined function errors when clicking on the settings link for the module. All of these errors are form_ related. Now to my questions:

Are the CVS modules supposed to work with 4.7 or are they merely in a development state either 4.6 or 4.7? I had hoped that they were all being developed for 4.7 which was one of the reasons I ventured into 4.7 land.

An example of one of the errors is the audio module which gives:

Fatal error: Call to undefined function: form_hidden() in /disk2/www/nwo/public/modules/audio/audio.module on line 80

and Citizen Speak which gives:

Fatal error: Call to undefined function: form_checkbox() in /disk2/www/nwo/public/modules/citizenspeak/citizenspeak.module on line 128

Another strange thing about this is that line 80 where the error supposedly occurs in the audio.module has no mention of form_ whatsoever....

Is there any easy way to re-add these functions? I was hoping that the legacy module would but it has made no difference.

I came across an article which stated that the form functions had changed between the versions so the only logical conclusion is that these modules are not compatible with 4.7. I hope that I'm wrong however :)

Any help or pointers much appreciated, I have searched extensively but haven't found much in the way of a solution, at least if I knew they were incompatible it would give me a starting point.

multiple drupal installs with central "drupal" database?

how can i allow multiple users on a single server to each have their own drupal installation? the idea would be for them to configure drupal in each of their public web server directories. however, drupal wants to be installed with a "drupal" database that can only be created once with the central mysql install as it exists now.

is there a way to easily change the database name so that each user could have their own? i'm not sure how much drupal relies on having access to the "drupal" database.

Installed - but still says Page Not Found

I think Drupal is installed correctly - I used Fantastico from my web host. When I go to www.mydomain.com, a drupal screen that says "Page Not Found" pops up. I can log in to the left and access everything else. But I'm not sure if I moved a file or something else??? I've read through most of the topics, but I'm not sure what I should be looking for. Thanks!

Can't create the database using MySQL

Hi :)
On local using EasyPhp for evaluation purpose the script database/database.mysql doesn't create the tables...
Why ? and how can't get out of this ?

Cron.php didn't work from crontab

Hello. Sorry for my bad english.

I'm trying to set cron.php calls from crontab.
When i run cron.php from browser (chmod 755) - it works, when its calling by crontab - errors happen.

Here is these errors:
PHP Warning: main(sites/default/settings.php): failed to open stream: No such file or directory in /home/_myaccount_/www/includes/bootstrap.inc on line 642
PHP Warning: main(): Failed opening 'sites/default/settings.php' for inclusion (include_path='.:') in /home/_myaccount_/www/includes/bootstrap.inc on line 642
PHP Warning: main(includes/database.inc): failed to open stream: No such file or directory in /home/_myaccount_/www/includes/bootstrap.inc on line 643
PHP Warning: main(): Failed opening 'includes/database.inc' for inclusion (include_path='.:') in /home/_myaccount_/www/includes/bootstrap.inc on line 643
PHP Warning: main(includes/session.inc): failed to open stream: No such file or directory in /home/_myaccount_/www/includes/bootstrap.inc on line 644
PHP Warning: main(): Failed opening 'includes/session.inc' for inclusion (include_path='.:') in /home/_myaccount_/www/includes/bootstrap.inc on line 644
PHP Warning: main(includes/module.inc): failed to open stream: No such file or directory in /home/_myaccount_/www/includes/bootstrap.inc on line 645
PHP Warning: main(): Failed opening 'includes/module.inc' for inclusion (include_path='.:') in /home/_myaccount_/www/includes/bootstrap.inc on line 645

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal