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

Users Cannot Save their profiles...

I'm just setting up Drupal and authenticated users cannot save their profile.. I'm not sure why. Any suggestions?

Rewrite rules

Unfortunatelly, rewrting rule in .htaccess file in main directory;
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
didn't work for me on my localhost (windows-AppServ2.0) and my ISP account (linux) the same way as on drupal.org.
In place of http://domain.org/node/view/1 it gives http://www.domain.com/?q=node/view/1 adress.
Because of indexing in search engines reasons I would like to have it working like in drupal.org.

Filestore categories?

Hi,

Is there anyway to categories in the Filestore module?
Tried to set up taxonomy and terms, but that didn't seem to work.

Thanks,
/m

image.module and gd1.x?

I seem to recall someone adding gd1.x support to image.module. Did this ever get applied?

I get this error when adding image:

Fatal error: imagecreatetruecolor(): requires GD 2.0 or later in /home/httpd/vhosts/tusj.net/httpdocs/p/test/modules/image.module on line 882

parse error when creating a php type node

I have just installed RC-v4.2.0 on a server running PHP Version 4.3.1 and Mysql Version 4.0.12. I am in the process of configuring the site and have encountered a challenge.

When I attempt to create a new node with type=PHP I am receiving a parse error as follows:
Parse error: parse error, unexpected $ in /home/public_html/news/modules/page.module(105) : eval()'d code on line 1

I have searched the site for information and have not been able to locate a solution.

incorrect bug report information

I just submited a bug report, and realized that some of the problem I reported is not there. I can not find my bug report, so maybe it's still pending?

I claimed that all the admin interfaces are gone, but that is actually not true. It is just first page when I enter the admin panel is paritally missing (all the left side), so I can not go to any other part of the admin interface. I noticed I can get into the admin panel by click on the admin link under one article, and then I can get into all other admin parts. But still, if I click on the admin link in the user login box, I get only a administration message and one line says "System Messages", then all the rest (left and below) are blank. The html source shows the last line is <h2>System Messages</h2>, and nothing after.

I experienced something similar before, but that was with other part of the admin panel, the module part, not the first page of admin.

I am using CVS version, gb2312 as charset, with mysql database support gb2312. I have changed all utf-8 into gb2312 in the code.

If anybody has any clue on how do debug this problem, I'd really appreciate your advice. I noticed a debuger has been mentioned a few times, but not sure if I can run it because my hosting company does not allow me to install anything that needs to be compiled or installed. I can just copy things into place and run it. There is no compiler and I don't have access to install into system directory.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal