Displaying 20 results from an estimated 3000 matches similar to: "Tip: Expandable Form Helper"
2009 Feb 15
2
Collapsible Fieldset
Hey there,
(First steps in Ruby and Rails...)
I''m trying to make a fieldset collapsible, like they are, for example,
on many Drupal pages.
What I''ve figuared out is the following:
<fieldset id="addressdata" class="collapsible collapsed">
<legend>
<%= link_to_function("Show/Hide Addressdata") { |page| page[:
2007 Oct 18
2
www/drupal4 and www/drupal5: Multiple security vulnerabilities
The Drupal project announced several security vulnerabilities for the
4.7.x and 5.x releases of the Drupal package. These effect two current
ports: www/drupal4 and www/drupal5.
The following are the security advisories that were posted:
4.7.x:
* DRUPAL-SA-2007-024: http://drupal.org/node/184315
* DRUPAL-SA-2007-026: http://drupal.org/node/184320
* DRUPAL-SA-2007-030:
2006 Jan 31
6
How to Affect Plugin Load Order
I''m using bundled_resource, login_engine, and a few other plugins. It
appears Rails considers plugins in alphabetic order. Turns out that
there is a particular order that will work and alphabetic ain''t it.
The login engine must be loaded first. Bundled resource then includes
''application_helper'' and the application helper includes LoginEngine. If
2011 Mar 20
2
syslog.conf - how to redirect messages by a program name?
Hello,
the "man syslog.conf" explains how to filter syslog messages
by facility (auth, authpriv, cron, daemon, kern, ... ) or
by priority (debug, info, notice, warning, ...).
But how could I redirect messages by a program name, like
"drupal" or "php"? For example I have in /var/log/messages:
Mar 20 04:20:44 mysite drupal: http://mysite|1300594844|page not
2009 May 16
3
URL of website doesn't point anymore to CentOS/Drupal installation
sorry for the vague subject, but I couldn't find a better one.
I have the website http://digifreedom.net running on a Centos 4 VPS
with Apache and Drupal 6.10 . This is a multisite Drupal setup: only
one installation, with subdirectories in sites/, and a separate mysql
database for each website. For several reasons, I had setup DNS,
drupal and everything to work without the www prefix on
2015 Sep 09
1
setting up solr/tomcat gives 404 page
Hey all,
I tried following a few guides and I'm struggling with trying to setup
apache solr 4.10 under apache tomcat 7.0.64 along with the drupal config
necessary to get that this working with drupal.
The latest guide I followed was this one which seemed like it might work:
http://duntuk.com/how-install-apache-solr-46-apache-tomcat-7-use-drupal
I followed everything to the letter and
2007 Jul 17
3
.htaccess problems..... Using Drupal
Hi All;
I am trying out the web software from www.drupal.org and I have it
Installed to a point ok in my www.werren.net domains.
Every time I try to use the .htaccess file in the root directory
With even one command showing I get a server mis-config error on the site.
The default .htaccess is shown below
I use Cent OS 4.7 using the Blue Quartz installer from Nuonce Networks
2023 Feb 01
0
Corrupted object's [GFID], despite md5sum matches everywhere
Hi,
To test corruption detection and repair, we modified a file inside the
brick directory on server glusterfs1, and scheduled regular scrubs. The
corruption is detected:
Error count: 1
Corrupted object's [GFID]:
9be5eecf-5ad8-4256-8b08-879aecf65881 ==> BRICK: /data/brick1/gv0
path: /prd/drupal-files-prd/inline-images/small - main building 1_0.jpg
We have self-healing enabled, and
2008 Oct 28
1
Possibly OT: intermittently long response times when connecting to host
I have a CentOS 5.2 server running Apache 2.2.3 (yum installed) and
drupal 6.5 on ESX 3.5. We're using Name Based Virtual Hosting on it -
2 hosts. The problem is that when I pull up a web page after not
having accessed it for ~15+ minutes it takes between 10-12s to load
fully. The 2nd page, 3rd page - and sometimes more than that - take
between 8-12 second. After that - decent performance,
2009 Jul 23
3
Drupal installation
Does anyone have experience of drupal installation under CentoOS-5.3
with MySQL database preferably accessed through phpMyAdmin.
I want to install drupal more or less as an experiment,
and I'm looking for a 1- or 2-page document
that just lists precisely what steps to take.
I've had a quick look at the official installation instructions,
and I found them confusing and contradictory.
--
2009 Oct 22
3
Order of Markdown and SmartyPants filters (was: Re: Markdown Support in Drupal6.14?)
2009/10/20 Lou Quillio <public at quillio.com>
> On Mon, Oct 19, 2009 at 3:20 PM, AJG Baeumel
> <ajgb at st-maurices.n-lanark.sch.uk> wrote:
> > Why is Marksmarty no longersupported in Drupal 6.14?
>
> It's been a while since I've worked with Drupal, but I remember that
> MarkSmarty was really just a hybrid convenience filter. It's better to
> apply
2007 Jan 19
2
Install Drupal
I want to install Drupal on a linux box.
I want to know the steps & procedure to install drupal. Should I start by
installing PHP, MySQL and Apache or the other round.
John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070119/369342f2/attachment.html>
2008 Oct 29
1
Possibly OT: intermittently long response times, when connecting to host
Craig White <craigwhite at azapple.com> wrote:
> On Tue, 2008-10-28 at 16:30 -0500, David Miller wrote:
>
>> > I have a CentOS 5.2 server running Apache 2.2.3 (yum installed) and
>> > drupal 6.5 on ESX 3.5. We're using Name Based Virtual Hosting on it -
>> > 2 hosts. The problem is that when I pull up a web page after not
>> > having accessed
2020 Apr 30
2
systemctl restart changes permission.
Hi,
I am running CentOS Linux release 7.8.2003 (Core)
with php72u-fpm-7.2.30-1.el7.ius.x86_64 version. I am facing the below
permission denied issue. I also did the below steps
#cd /run
#chown -Rc nginx.nginx php-fpm
changed ownership of ?php-fpm/php-fpm.pid? from root:root to nginx:nginx
changed ownership of ?php-fpm? from root:root to nginx:nginx
#systemctl restart php-fpm again changes it from
2016 Mar 23
0
[GSoC 2016] Adding MachineModule pass to LLVM
Hello Ethan,
> Hi Vivek,
>
> I've reviewed your MachineModulePass proposal and in general, I like
> what I'm seeing. A few suggestions on how you can make it stronger:
>
> 1. Please go into more specific detail on your prior work with LLVM.
> Specifically:
> 1. Which optimizations and passes have you implemented in your
> class assignments?
2011 Jun 08
1
Drupal/MySQL performance in Xen and OpenVZ
Hi,
We are considering a transition from OpenVZ to Xen for our web server
infrastructure. The primary task performed by the virtual servers is to run
a number of Drupal sites with a MySQL backend. The webserver and MySQL
servers are on separate virtual hosts. We also have a number of smaller
hosts running on the same hardware (a couple of dev-servers, a
logging-and-monitoring server, a secondary
2010 Dec 18
2
Best way to set up for PHP websites
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I am looking to set up a CentOS server for hosting a high traffic PHP
site (specifically Drupal 6).
I am trying to figure out what's the best way of setting up PHP. The
standard mod_php seems to not be a good solution, as it requires apache
to be in the prefork configuration, due to PHP not being thread safe.
Something like mod_fcgi seems to be
2006 May 01
2
Google Summer of Code with Xiph.org
All,
I'm pleased to announce that Xiph.org has been selected as a mentoring
organization for the 2006 Google Summer of Code program. So if you need
a summer job, and there's something about free multimedia that's been
bugging you, here's your chance!
We've put up some project ideas for things we'd like to see in the wiki
http://wiki.xiph.org/index.php/Summer_of_Code
2006 May 01
2
Google Summer of Code with Xiph.org
All,
I'm pleased to announce that Xiph.org has been selected as a mentoring
organization for the 2006 Google Summer of Code program. So if you need
a summer job, and there's something about free multimedia that's been
bugging you, here's your chance!
We've put up some project ideas for things we'd like to see in the wiki
http://wiki.xiph.org/index.php/Summer_of_Code
2006 May 01
2
Google Summer of Code with Xiph.org
All,
I'm pleased to announce that Xiph.org has been selected as a mentoring
organization for the 2006 Google Summer of Code program. So if you need
a summer job, and there's something about free multimedia that's been
bugging you, here's your chance!
We've put up some project ideas for things we'd like to see in the wiki
http://wiki.xiph.org/index.php/Summer_of_Code