How to configure Nginx to support drupal8?

I installed nginx+php+mysql on a debian server. When I finished establishing drupal8, only the index web page can be visited. When I visit http://localhost:8080/node/add, there is a message showing "500 Internal Server Error"

How do I do?

Inventory System

Hi. I am wondering if Drupal is an appropriate tool, along with its modules/customization, for the following project.

Inventory System for small electronics company that:
- Tracks physical inventory with a large number of fields (Serial #, revision, location, etc)
- A receive/repair system
- Customer tracking system (Who our clients are, what specific unit we sold them)
- Sales data (Who we sold what to, for how much, what the contract was)

Proposal: One anti-spam module to rule them all

As I prepared to turn on comments and forums, I researched the anti-spam techniques out there for Drupal. There are a lot of great tools, but then it occurred to me: There is a lot of redundancy, and no coordination. See the wonderful list of anti-spam modules.

Would it be a good idea to have a module to coordinate all of these modules, and bind them?

It seems that all of these modules do some or all of the same basic five things:

  • Detect spammy behavior (especially bots).
  • Block spammy behavior.
  • Cache information about potential sources of spam.
  • Report sources of spam to a central repository.
  • Clean up spammy accounts and content.

Now, they all do this in different ways, particularly the detection part.

However, it seems to me that there could be some sort of "Grand Central Bad Behavior Blocker" (GCBBB) module. It would coordinate all of the actions above amongst different modules. Individual modules would provide one or some of the above services, but wouldn't need to provide all of them.

Drupal 8 - In-place editing?

Hi, I was just wondering if there will be "build-in" in-place editing in Drupal 8?

If so, will it be in the core of Drupal or is it a distribution just like Spark actually?

If anyone have any infos on the subject, let me know! :)

Thanks!

Simon-Pierre Beliveau

Creating a simple Drupal module project

This is a tiny but interesting project. We need a Drupal module that integrates Acobot (http://acobot.com) with Drupal.

Required features.

  1. Allow site owner to install Acobot chat box with the installation key, without copying/pasting the HTML code. (Similar to http://wordpress.org/extend/plugins/acobot/, detailed instructions included with admin UIs)
  2. Enable site owner to set the chat box visibility, with an UI same as block visibility settings.
  3. Transfer the email address of registered users to Acobot. See http://acobot.com/doc/ref/apis.

The developer is expected to

  • Write the codes and full user documentation.
  • Test the modules thoroughly.
  • Create a project on drupal.org, with full project pages.
  • And get the project published on drupal.org.

Compensation:

  • You may choose to join our affiliate program and receive 30% of payments from customers referred with the modules. You will maintain the project on a continuous basis. See http://acobot.com/affiliate.
  • OR you can choose a one time payment. You will need to maintain the project (handling issues, fixing bugs, etc.) for 30 days after it's published. Give a quote if you prefer one time payment.

Installing the drupal source code downloaded from git

I downloaded Drupal 8.x source code from git. To test the code I tried to install it to my localhost. When I run the install page it works fine up to Installation profile. After installing all 40 modules it gives page not found error. To be specific the page "http://localhost/drupal/core/install.php?langcode=en&profile=standard&id...". When I reload it goes to "configure site" as expected. Adding all the details required on that page when I click the submit button It again gives a page not found error for the page "http://localhost/drupal/core/install.php?langcode=en&profile=standard". But when I reload the page it goes to "Finished" page. When I click the "visit your new site" url it directs to the log in page(But not logged on as the user I created in the installation). By entering username and password in the relevant text fields and clicking the log in button It again gives a page not available error for the page "http://localhost/drupal/node?destination=node". When I reload it goes again to log in page.

I tried to install this several times, but every time same thing happens. I downloaded Drupal 7.21 (not from the git) and is installed normally.

I'm using
OS - Windows 7 ultimate
Server - wampserver 2.2
Apache version - 2.2.22
PHP version - 5.3.13
MySQL version - 5.5.24

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x