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

Galerie

I need a photo gallery have take a look on the Galerie module.
There is both an opportunity for input coordinates, a layout that suits my needs and slideshow.
But I can not find manuals, tutorials or discussions for the module.
It is difficult to understand several things at Galerie. Among other things, how thumb sizes change, the size of the slides and all in all, how the program works.
Someone who knows a forum, or diskution dealing with the functionality of Galerie which I have not discovered?
Willy

Cannot check for updates

I got a Drupal install I am using to test stuff I am learning on my uni course.

I was about to do an example from the text book we got and it had to have the blog entry enabled, so I enabled it and saved.

Then the normal messages came with cron or manually check, ran cron and then I got this:

"There was a problem checking available updates for Drupal. See the available updates page for more information and to install your missing updates"

Problems moving from test folder to live folder

Been developing a site at www.mydomain.com/testsite and now want to move it to its live position at www.mydomain.com/site

I have copied all the files in /testsite over to /site and the site works when I go to www.mycomain.com/site BUT it is because everything after the home page is linking back to the old /testsite folder.

Fatal error: Call to undefined function field_attach_load

Hi All,

On one of my sites I saw a modules folder within the modules folder (sites\all\modules\modules) that contained what looked as the content of the \modules folder located in the root.

I thought I might have copied it by accident once, so I deleted it (Stupid me :-) ). From that moment on some errors started. I thought, well, if it looks like the modules folder, just copy the modules folder back to that location.

That *looked* like a fix. Until someone tried to add content, and now the error appears:

Can't log in as admn

After long hours of failure, I was trying to install CKFinder today, a function that I feel belongs in Drupal core, and that day is coming, I'm told. All of a sudden I could no longer log in to my admin panel. I can't plant a cursor in the box, that is. I tried several solutions posted to the forum, such as adding ?q=user to the URL but no luck. I had been editing CKFinder's config.php according to the CKFinder install tips when the problem started. I added a few lines to the file, such as session_start() and function CheckAuthentication and $_SESSION['CKFinder_UserRole'] = "admin" as shown below.

session_start();
function CheckAuthentication()
{
// WARNING : DO NOT simply return "true". By doing so, you are allowing
// "anyone" to upload and list the files in your server. You must implement
// some kind of session validation here. Even something very simple as...

// return isset($_SESSION['IsAuthorized']) && $_SESSION['IsAuthorized'];

// ... where $_SESSION['IsAuthorized'] is set to "true" as soon as the
// user logs in your system. To be able to use session variables don't
// forget to add session_start() at the top of this file.

$_SESSION['CKFinder_UserRole'] = "admin";
return false;
}

Then when I became locked out, I changed it all back, but that didn't let me log in. I know this is a tough one but does anybody have a clue

Drupal multisite + error 403 page forbidden

Hello,

I have a problem with my host to install multisite drupal site.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal