Issues during installation site/module/themes
0
votes
0answers
16 views
Trying to install drupal commons 3
Im new to drupal but have a base in php and mysql. I decided to try drupal commons out but am having trouble installing it on my local host. I am on a mac book running up to date operating system. I ...
1
vote
0answers
13 views
How to add flash message to custom installation profile?
I have a custom installation profile and I want to display flash message by using drupal_set_message on home page after install.
How can I do it?
0
votes
3answers
53 views
How to get Drupal 7 installed in a sub-folder / sub-directory properly?
Currently i'm trying to installing a drupal 7 installation in a subfolder of another drupal public_html folder, but it doesnt seem to work. I am getting a redirect loop error in chrome. I already ...
0
votes
1answer
30 views
Drupal 7 Login doesn't go anywhere, admin not given permissions, Fresh Install via Drush on CentOS 6.3
I've spent quite a few hours trying to figure out what the problem is. The issue is:
Login works but the page doesn't change once I log in as admin. I know that the login works because wrong ...
0
votes
0answers
32 views
drupal reinstall - The requested URL /drupal-4/install.php was not found on this server
i am trying to reinstall drupal but when i am trying to run the script it says The requested URL /drupal-4/install.php was not found on this server. Apache Server at quizmasters.gr Port 80.
I ...
0
votes
2answers
26 views
How to deploy a site with open source?
I created a Drupal 7 site on my localhost. I installed some modules, created some content types and fields, changed some preferences, etc. and also entered some real test data. (I want this data to be ...
0
votes
0answers
10 views
Is it possible to convert a node into a panel node
I am creating a content type in an install profile. The .install file defines the content type, fields, and instances, and a function creates the content type and saves it. At the moment it creates a ...
0
votes
1answer
31 views
Enable admin theme in my install profile
Is it possible to enable an admin theme in my install profile?
Used this:
// Enable themes
$enable = array(
'theme_default' => 'geoslate',
'admin_theme' => 'adminimal_theme',
);
...
1
vote
1answer
31 views
Make the git repo part of the drupal site so I can commit my changes whilst testing
I've got a git repo on my desktop with a couple of make files. I am currently building the drupal site in my htdocs folder by copying the distro.make file there, running the command:
drush make ...
1
vote
1answer
44 views
Can I create a drush make file and installation profile from existing site?
I have an existing Drupal site, that I would really like to be able to put entirely (or as much as possible) into code and use drush, a git repo, and installation profiles to be able to properly track ...
3
votes
1answer
57 views
What is the different between an install profile and a drush make file?
I am just getting into using drush and excited about using drush make and installations profiles. What is the different between a drush make file and an installation profile and do they /can they work ...
1
vote
2answers
185 views
The Nivo Slider library could not be found
This is the first time I use a CMS, and I'm trying to install nivo slider module into Drupal. I used the following commands
drush dl nivo_slider
drush en nivo_slider -y
Then I added some pictures ...
0
votes
1answer
75 views
DAMP / Aquia Dev (mac) apache fails on import of drupal core 7
I'm attempting to switch from Bitnami to Aquia Dev Desktop for the mac (OS 10.8.2). I'd like to be able to develop a couple sites (using core drupal - not the aquia distro) simultaneously in a ...
1
vote
1answer
133 views
500 internal server error while installing drupal
What is the reason for the error "500 internal server error" while trying to install drupal,
i have created database successfully
After that i have downloaded and extracted the drupal 7.22 in my ...
1
vote
1answer
30 views
Set “Use the administration theme when editing or creating content” to true in install profile
I am creating an installation profile, and I can succesfully download and enable my custom theme as default. The issue I am running into is the "Use the administration theme when editing or creating ...
0
votes
1answer
65 views
Installing Drupal in a subdirectory
I have successfully installed (back-up) Drupal into my Linux server, and the database was uploaded using PHPMyAdmin.
My problem is that I get a 500 error, with the following error message:
The ...
1
vote
0answers
37 views
How can I bundle installation profile with translation (*.po)
I have tried a few different approaches to load a translation file (.po) from an installation profile.
The build is pretty close to being typical: a make file downloads core, custom profile and ...
0
votes
0answers
21 views
Adding translations to installation profile upon installation
Creating an installation profile for a french site.
I have hit a brick wall trying to have the profile install fr language translations.
I have tried adding this to my profile as this comment ...
-1
votes
1answer
127 views
PDF.JS installation in DRUPAL 7
how to correctly install pdf.js in drupal 7? I've read the readme.txt i can't achieve first step and second step. I've tried many times but i really ca't do it. I can't find any file viewer or reader ...
0
votes
2answers
98 views
Multiple local Drupal sites for development on WAMPServer?
I'm still very new to Drupal. I'm hoping to create multiple site instances via my local WAMPServer WAMP stack. I have one. I realize that Acquia makes this very simple via their DAMP stack, but ...
4
votes
1answer
104 views
Changing the module path on custom install profile
I would like to have the profile install the modules I list in my profile .make to sites/all/modules/contrib instead of in the profile directory profiles/my_sweet_profile/modules/contrib is there any ...
0
votes
1answer
43 views
How to add different installation profiles in drupal 7
I have my own custom built theme. I want to add installation profile like many premium themes have. Is this is achievable by any module?
0
votes
0answers
75 views
website dont save /update content and any setting (Drupal 7 + IIS + MSSQL SERVER 8)
I am develop in my laptop a drupal 7 on this enviroment: Windows 7 + IIS 7 + MSSQL Server 2008 R2 , its run fine. But when we upload to the webserver (Windows Server R8 + IIS 7 + MSSQL Server 2008 R2) ...
0
votes
0answers
161 views
Moved drupal 7 site to new domain, white screen of death
I've recently moved a drupal site to a different hosting section on the same server, the new site is under a different domain. If I edit settings.php to the new database settings, the site white ...
1
vote
0answers
128 views
Drupal 7 migration - out of memory [closed]
I'm getting :
Fatal error: Out of memory (allocated 32243712) (tried to allocate 4864 bytes) in /content/sites/c/d/cdgray.co.uk/web/modules/system/system.admin.inc on line 2348
when I try to ...
0
votes
1answer
63 views
Migration Issue: New Site won't open — server doesn't see file that is there
I am migrating a drupal site from my localhost to the most current Bitnami Drupal AMI on Amazon.
I uploaded the DB successfully.
I moved the files correctly.
I copied over the modules and ...
0
votes
0answers
25 views
How do I assign blocks to regions within an install profile
I have an install profile that is complete with features and blocks. When I install the profile, some of the custom blocks I created are, by default, disabled. How do I assign those particular blocks ...
0
votes
1answer
35 views
Jquery update - access denied
Trying to setup the latest jquery update dev version, needed for the installation of the amazing social_count mobile-friendly count widget, I can't configure the module. When logging as user #1 and ...
0
votes
1answer
100 views
WSOD while trying to install Drupal Commerce Kickstarter
I'm trying to install Drupal Commerce Kickstarter with core, but I cannot go past random WSOD, or hangs, to complete installation. WSOD happens randomly, but mostly after "Configure site" step. Very ...
0
votes
1answer
71 views
Drupal does not recognize GD and PDO [closed]
sorry if this has been answered already, but my searches brought me to nowhere.
I have just installed LAMP environment on Amazon EC2 instance. It runs on:
Ubuntu precise 12.04 amd64 server
PHP ...
1
vote
1answer
43 views
What could be causing drupal to want to reinstall itself after I clear cache?
I have a very weird situation I have no idea how to even start to debug.
I uploaded a copy of my site from a test server to my production server. Everything installs fine, I actually see the site ...
1
vote
1answer
50 views
Can we upgrade easy from Drupal 6 to 7 or higher in the future?
Is there any checklist to configure before upgrade for better deciding?
Is there any checklist for it after upgrade?
1
vote
1answer
69 views
Setting up Multisite on windows server with IIS7
First off I'm not a server person. New windows box spun up, IIS7 was used to install one instance of Drupal 7. Great :)
However I need to have multiple sites running. I've read several tutorials on ...
0
votes
1answer
49 views
How to install drush extension / addon globally?
I want to install drush-toolbox project globaly on my linux server box so all users can use it. How can I do it?
0
votes
0answers
50 views
Ngnix install D7 error in the process
Here is my setting on the server
PHP Version 5.4.3 and MySQL5.5.24 and nginx/1.2.0
I got "page not found" error in the middle of install of D7.17. First time I didn't have below @drupal setting. I ...
0
votes
1answer
111 views
Moving Drupal in a sub-directory
I want to install Drupal 7 in a new directory of my site, using the same database account used in my previous Drupal site. Will this cause any data loss?
0
votes
1answer
38 views
Setting admin theme using Profiler
I'm using Profiler to create a Drupal 7 installation profile, which works great -- however, it doesn't set Seven as an admin theme, and thus falls back on Bartik (The default theme).
Is there any way ...
1
vote
1answer
39 views
Requirements issues while setting up a D7 website
I'm trying to set up an old D7 website, but I stumble upon some issues.
As you can see in the image below, I work with PHP 5.4.8 and Apache 4.2.3.
I don't use things like XAMPP. I've configured ...
3
votes
1answer
49 views
Install drupal without node module?
I know this is achievable in Drupal 8 but is there a way to do this in Drupal 7? I've looked into drupal modules, core files but couldn't find anything reliable. I'm asking this because I might want ...
2
votes
1answer
127 views
How to specify the version for drush site-install
I am running drush site-install and I want to install d6 but d7 is default, how to I specify the Drupal version?
1
vote
2answers
56 views
Custom Install.php template
In the process of developing a distribution, I'm stuck with the task to customize the install.php page. Can't find a way to change the tpl/layout of the installation process or which preprocess ...
3
votes
1answer
278 views
How to integrate properly Kerberos based SSO in Drupal 7
I'm trying to install Drupal with Single Sign On over Active Directory.
My customer does not have any SSO suite like CAS, and their general recommendation are to use Kerberos (or NTLM as a second ...
1
vote
0answers
112 views
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes
Attempting to install Drupal 7.16 (also attempted 7.12) onto my local machine, I get the following error at the database stage.
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified ...
0
votes
3answers
250 views
Use drush to download drupal core files directly into directory rather than subdirectory
When you use drush dl normally, it will download drupal into a subdirectory ie: drupal-7.16
I would like to skip creating the subdirectory and just install the drupal root directory files into the ...
1
vote
2answers
386 views
Drupal's 7 sites folder with its mysterious permissions and ownership
The problem is that I had to give sites directory and all subfolders and files of it permissions 777 in order for drupal to recognize this folder and not redirect me to install.php page. But on a ...
0
votes
1answer
30 views
From where the execution starts in Drupal
Generally in any HTML file execution starts from index.html and PHP file starts from index.php.
But in Drupal from which file the execution is started, i know that it is started from bootstrap file ...
-1
votes
2answers
97 views
Regarding MySQL and PHP versions [closed]
MySQL Server version: 5.0.77 and Current PHP version: 5.1.6
Does Drupal 7 support them?
3
votes
2answers
151 views
Fixing a failed module install
I am on Drupal 7. I was on a hosting company that would give me only 64MB of PHP Memory. That led to several issues when installing new modules. My website would run short of memory and would brake ...
0
votes
1answer
31 views
how to install drupal with myisam and different collation
How to install Drupal with MyIsam instead of InnoDb and with utf8_unicode_ci collation?
I know there are ways to change/convert both afterwards, but maybe its possible to specify it as installation ...
-1
votes
1answer
184 views
I can't install views module. Error Memory or infinite loop [duplicate]
Possible Duplicate:
How do I avoid the error “out of memory”?
In my site, I can't install Views module. When I check it on admin/modules and then I press on save configuration ...


