I made a Drupal page with php as input format using the following php code:
<?php require("plogger/gallery.php"); ?>
<?php the_gallery_head(); ?>
<?php the_gallery(); ?>
It does not really work as can be seen here. I would like to integrate this album within my Drupal page. Needless to say my web development skills are very poor.
after the installation shows the error in the initial page:
Access denied
* warning: array_keys() [function.array-keys]: The first argument should be an array in /var/www/html/icodes/eduardo/drupal/modules/user.module on line 349.
* warning: implode() [function.implode]: Bad arguments. in /var/www/html/icodes/eduardo/drupal/modules/user.module on line 349.
* warning: pg_query() [function.pg-query]: Query failed: ERROR: syntax error at or near ")" at character 94 in /var/www/html/icodes/eduardo/drupal/includes/database.pgsql.inc on line 84.
* user warning: query: SELECT DISTINCT(p.perm) FROM role r INNER JOIN permission p ON p.rid = r.rid WHERE r.rid IN () in /var/www/html/icodes/eduardo/drupal/includes/database.pgsql.inc on line 103.
You are not authorized to access this page.
i obtain the register in cadastre the administrator but when i try to login it gives this error: Access denied
* warning: array_keys() [function.array-keys]: The first argument should be an array in /var/www/html/icodes/eduardo/drupal/modules/user.module on line 349.
* warning: implode() [function.implode]: Bad arguments. in /var/www/html/icodes/eduardo/drupal/modules/user.module on line 349.
* warning: pg_query() [function.pg-query]: Query failed: ERROR: syntax error at or near ")" at character 94 in /var/www/html/icodes/eduardo/drupal/includes/database.pgsql.inc on line 84.
I installed Gallery 1 on my Drupal site and everything was workin fine, but suddenly started to show this warnig:
Warning: fopen(/home/xxx/domains/xxx.org/public_html/galerija/albums/xxx/photos.dat.lock): failed to open stream: Permission denied in /home/xxx/domains/xxx.org/public_html/galerija/platform/fs_unix.php on line 66
Error: Could not open lock file (/home/xxx/domains/xxx.org/public_html/galerija/albums/xxx/photos.dat.lock) for writing!
I've followed the installation instructions, and can use image_assist to upload pictures. However, when I click the "insert" button, the image doesn't get insrted into the edit area in tinyMCE. Can anyone help?
I have recently installed the ecommerce module for drupal 4.6 and can't seem to get the file download module to work properly.
I have followed the instructions, created a folder outside of root with permissions setup, typed the path to the folder in the 'settings/file' section.
When I come to add a product it seems to be working ok, It lists all files in the correct directory to choose for my download.
The problem is after the product is purchased, and I click on the download link its displays the 'The page cannot be found' error.
I would like to know how to use the contact-form that is included in Drupal, but to have a select-list where the user can just click on one of the recievers and the mail will go there. I have checked out the contact-list module but that is not what I want. Can anybody help me?