Your message dated Fri, 18 Jun 2010 17:37:22 +0200
with message-id <[email protected]>
and subject line Re: Bug#586231: Change of ABSPATH variable in 
wp-config-sample.php
has caused the Debian Bug report #586231,
regarding Change of ABSPATH variable in wp-config-sample.php
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
586231: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586231
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wordpress
Version: 2.5.1-11+lenny2
Tags: patch

Currently, the ABSPATH variable in wp-config-sample.php uses the patch of the 
directory where 
this file is placed (it uses dirname function).
When this sample file is used to create /etc/wordpress/config-$HOSTNAME.php, 
ABSPATH uses
/etc/wordpress as path instead of /usr/share/wordpress, causing Internal Server 
Error (500 error).
Modifying ABSPATH to /usr/share/wordpress (patch file atached) improves the 
sample file when it's used
to create blogs.


Best regards,

Antonio Edison Vieira Júnior
Pastoral da Criança

--- /usr/share/wordpress/wp-config-sample.php	2008-04-24 14:30:57.000000000 -0300
+++ /usr/share/wordpress/wp-config-sample-new.php	2010-06-17 10:26:10.786806836 -0300
@@ -23,6 +23,7 @@
 
 /* That's all, stop editing! Happy blogging. */
 
-define('ABSPATH', dirname(__FILE__).'/');
+//define('ABSPATH', dirname(__FILE__).'/');
+define('ABSPATH', '/usr/share/wordpress/');
 require_once(ABSPATH.'wp-settings.php');
 ?>

--- End Message ---
--- Begin Message ---
On 06/17/2010 04:26 PM, Antonio Edison Vieira Junior wrote:
> Package: wordpress
> Version: 2.5.1-11+lenny2
> Tags: patch
> 
> Currently, the ABSPATH variable in wp-config-sample.php uses the patch of the 
> directory where 
> this file is placed (it uses dirname function).
> When this sample file is used to create /etc/wordpress/config-$HOSTNAME.php, 
> ABSPATH uses
> /etc/wordpress as path instead of /usr/share/wordpress, causing Internal 
> Server Error (500 error).
> Modifying ABSPATH to /usr/share/wordpress (patch file atached) improves the 
> sample file when it's used
> to create blogs.
> 
> 
> Best regards,
> 
> Antonio Edison Vieira Júnior
> Pastoral da Criança
> 

That file isn't used, the correct ABSPATH is defined in
/etc/wordpress/wp-config.php , please read
/usr/share/doc/wordpress/README.debian for a correct setup.

Cheers,
Giuseppe

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to