Ticket #117 (closed defect: fixed)

Opened 18 months ago

Last modified 18 months ago

Language Link an the home page

Reported by: report Owned by: ofer
Priority: major Milestone: 0.6 - Current major
Component: Parser Version: 0.6.2
Keywords: Cc:

Description

Languages links in posts to not home: works fine.
Example:  http://www.diewanderer.it/en/International-Mountain-Summit/ (default language German)

Language Link to home (and Languages link on the home page
) not working.
Example:  http://www.diewanderer.it/en/

Wordpress 3.0.1
Theme Twenty Ten
Permalinks:

/%postname%/

.htaccess:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

Change History

comment:1 Changed 18 months ago by ofer

Hello,

Since I see a blank page there, I assume an error was recorded on the php error log, can you try to find it and paste it here?

Also - lots of changes to this section for the coming version, so it might be solved, you can try the svn version for now

comment:2 Changed 18 months ago by report

The tip with the php error log has helped. In the error log:

PHP Fatal error:  Allowed memory size of 33554432 bytes exhausted (tried to allocate 35 bytes) in...

I've increased the memory limit with the .htaccess:

php_value memory_limit 64M

Now everything works. Thank you.

comment:3 Changed 18 months ago by ofer

  • Status changed from new to closed
  • Resolution set to fixed

Glad I could help, ticket is now closed.

Note: See TracTickets for help on using tickets.