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

Problem can't import language Spanish

After installing Drupal i can't import spanish language i have a 500 error page, i have activated local.module and the permission of files directory in main folder of drupal i changed to 777 but with 755 i have the same problem.

i can't see anything in the handbook of how to import languages and typical error's

can anyone help me please?

phptemplate_init(themes/greenthing/template.php)

I have seen questions regarding this error and/or ones similar to it posted several times but none of the solutions that were offered have worked for me.

I am working with the phptemplate greenthing theme and getting two errors at the top of screen

phptemplate_init(themes/greenthing/template.php): failed to open stream: No such file or directory in /home/sharapk/public_html/themes/engines/phptemplate/phptemplate.engine on line 41.

and

warning: phptemplate_init(): Failed opening 'themes/greenthing/template.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/sharapk/public_html/modules/marksmarty/') in /home/sharapk/public_html/themes/engines/phptemplate/phptemplate.engine on line 41.

Line 41 in phptemplate.engine is :

if ($file = $engine_code[dirname($template->filename) . '/template.php']) {

part of this function:

function phptemplate_init($template) {
require_once(realpath('themes/engines/phptemplate/template.php'));
//tried the below per http://drupal.org/node/23407
//require_once('themes/engines/phptemplate/template.php');
$engine_code = variable_get('phptemplate_extra_logic', array());

if ($file = $engine_code[dirname($template->filename) . '/template.php']) {
include_once($file);
}
}

The template.php file resides in the themes/engines/phptemplate directory -- note that the error indicates it is being looked for in the themes/greething directory.

Blank pages after login

I recently migrated to a new server (same domain name) and had to backup/restore the SQL dump and files of a Drupal installation. Upon restoring them to the server everything works fine, except for I receive a blank white screen after logging in, logging out or registering. If I hit the back button I'm logged on fine, but I'd prefer to get rid of the white screen. Occasionally the blank page has a couple of random symbols, but other than that it's always the same.

Difference between pages and stories?

I made up 2 test stories (posts) and 3 pages (contact, forum, about). I want to place links to the pages either in the left side menue or on the top of the page (like drupal.org). But i don't see any difference, what i can do with stories and pages - they look and behave the same...

Can someone give me some clues, to get done what i want?

Cheers,
Ralph

Cannot view attachments or inline images

I'm using the Inline module to try to get inline images to work. My images show an image outline for an instant with the dimensions of theimage, then disappear, replaced with the alt text.

Part of the problem may be with the attachments. It shows a link to my image at the bottom of the page, and the image exists in my directory, but when I click on it it brings me to a 'file not found' screen.

Problem creating new content

I set up Drupal and it's running fine now. When i select to create new content - just story - i can write it and when i submit it, i get the following error:

user error: Access denied for user: 'web31@localhost' to database 'usr_web31_1'
query: LOCK TABLES sequences WRITE in /srv/www/htdocs/web31/html/drupal/includes/database.mysql.inc on line 66.

warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/web31/html/drupal/includes/common.inc:384) in /srv/www/htdocs/web31/html/drupal/includes/common.inc on line 192.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal