Login to download the latest version of Mint and your favorite Pepper, purchase additional licenses, or post in the Forum. Don't have an account? Create one!

In Partnership with Media Temple

Mint Forum

Help! Mint not working

I’ve just installed Wordpress 2.3 and Mint like in the toturial here on the forum, together with the WP plugin for inserting the javascript.

Mint is tracking visits, but it won’t allow me to install any plugins or modify any of the default settings.

Basically whenever I click a plugin install button I’m fowared to the default page displaying the peppers, whenever I click the “View Mint” button I’m forwarded to the page containing the EULA agreements that I got before installing.

What’s happening? This has never happened before.Anyone have any ideas? :(

This is from the server log.It looks ok to me.

xx.xx.xx.x - - [25/Sep/2007:04:46:09 +0300] “POST /mint/ HTTP/1.1” 200 2479 “http://freelancingmoney.com/mint/?preferences”

xx.xx.xx.x - - [25/Sep/2007:04:46:09 +0300] “GET /mint/?pane_id=0&tab=Overview&1190684832750 HTTP/1.1” 200 1113 “http://freelancingmoney.com/mint/” “

xx.xx.xx.x - - [25/Sep/2007:04:46:09 +0300] “GET /mint/?pane_id=2&tab=Most%20Popular&1190684832781 HTTP/1.1” 403 1164 “http://freelancingmoney.com/mint/”

xx.xx.xx.x - - [25/Sep/2007:04:46:09 +0300] “GET /mint/?pane_id=1&tab=Newest%20Unique&1190684832765 HTTP/1.1” 200 742 “http://freelancingmoney.com/mint/”

xx.xx.xx.x - - [25/Sep/2007:04:46:10 +0300] “GET /mint/?pane_id=3&tab=Most%20Common&1190684832812 HTTP/1.1” 403 1164 “http://freelancingmoney.com/mint/”

xx.xx.xx.x - - [25/Sep/2007:04:46:31 +0300] “POST /mint/ HTTP/1.1” 200 2479

xx.xx.xx.x - - [25/Sep/2007:04:46:31 +0300] “GET /mint/?pane_id=0&tab=Overview&1190684854734 HTTP/1.1” 200 1113 “http://freelancingmoney.com/mint/”

xx.xx.xx.x - - [25/Sep/2007:04:46:31 +0300] “GET /mint/?pane_id=1&tab=Newest%20Unique&1190684854750 HTTP/1.1” 200 742 “http://freelancingmoney.com/mint/”

xx.xx.xx.x - - [25/Sep/2007:04:46:32 +0300] “GET /mint/?pane_id=2&tab=Most%20Popular&1190684854765 HTTP/1.1” 200 1045 “http://freelancingmoney.com/mint/”

xx.xx.xx.x - - [25/Sep/2007:04:46:32 +0300] “GET /mint/?pane_id=3&tab=Most%20Common&1190684854781 HTTP/1.1” 200 797 “http://freelancingmoney.com/mint/”

I saw another post here regarding disapearing peppers and I appended a &errors to my preferences url but I see no php errors.

Wait, at a closer look, when I append the &errors, the box next to Trim www and index.* from urls becomes unchecked.

But I guess that’s supposed to happen?

Even more weird stuff.I decided to clear my browser cache completely and relogin to Mint.

Now the plugins I tried to install appear as installed except the associated panels don’t show up together with the default peppers.

I tried to uninstall, it gives me a confirmation message but the plugins still appear as installed in the admin panel.

Furthermore, when I click the View Mint link I’m forwarded to the login panel?!

Ok this is really bad :(

I just reinstalled mint in a new database this time without sharing the wordpress one and same stuff is happening all over again.

So it’s got to be from my server but how do I find out exactly what’s wrong? :(

I just remembered something that might be very important. I use gzip on my server, like literally everything compressible is compressed, except images of course.

Could this break Mint? Sean, any opinions on this?

I have just ran again the Mint Compatibility Suite and everything seems to be fine so I’m now guessing that gzip is really messing up with Mint.

I also have custom ETags.

I’m pasting below everyting I have in the httpd.conf file relevant to gzip and ETags.

mod_gzip_on       Yes

mod_gzip_add_header_count Yes

mod_gzip_item_include file      .(htm|html|txt|css|js|php|pl)$
mod_gzip_item_include handler   ^cgi-script$
mod_gzip_item_include mime      ^text/.*
mod_gzip_item_include mime      ^application/x-javascript.*


mod_gzip_item_exclude mime      ^image/.*
mod_gzip_item_exclude mime    ^application/x-shockwave-flash
mod_gzip_item_exclude           rspheader ^Content-Encoding:.*gzip.* 

mod_gzip_dechunk Yes
mod_gzip_keep_workfiles No
mod_gzip_can_negotiate Yes

LogFormat "%h %l %u %t "%V %r" %>s %b mod_gzip: %{mod_gzip_result}n In:%{mod_gzip_input_size}n Out:%{mod_gzip_output_size}n::%{mod_gzip_compression_ratio}npct." common_with_mod_gzip_info2
CustomLog logs/mod_gzip.log common_with_mod_gzip_info2

mod_gzip_command_version '/mod_gzip_status'


ExpiresActive On
ExpiresDefault A86400      
ExpiresByType image/x-icon A604800
ExpiresByType application/x-javascript A604800
ExpiresByType text/css A604800
ExpiresByType image/gif A604800
ExpiresByType image/png A604800
ExpiresByType image/jpeg A604800
ExpiresByType text/plain A604800
ExpiresByType application/x-shockwave-flash A604800
ExpiresByType video/x-flv A604800
ExpiresByType application/pdf A604800

ExpiresByType text/html A18000

I’ve decided to test something out and disable gzipping and etags in the mint folder.

So i made a .htaccess file containing this:

mod_gzip_on No

ExpiresActive Off

and uploaded it in the mint folder root.

I cleared my browser cache completely, relogged in to Mint and everything seems to be working now :D

But this is on a separate database.

Sean, will Mint be able to work with WordPress even if I leave it in a separate database? What if I only use the WP Mint plugin to hook the javascript?

Do I need to make Mint share the same database with WordPress to make it work?

I’ve renabled the WP Mint plugin and tested.Seems to be working even if I use a separate database for Mint and don’t share it with WordPress.

Sean, can you please confirm that this is a valid configuration and won’t cause any further problems with Mint?

mgoi
Minted
Posted on Sep 25, '07 at 08:18 am

I’m running mint on a separate database with no problems. tracking a few wordpress databases and a phpbb forum, with no problems. note that they all share the same domain. cheers

Shaun Inman
Mint/Pepper Developer
Posted on Sep 25, '07 at 10:39 am

Mint can be run on a separate database.

Are there any known issues with Gzip/etags and Mint? I’m just trying to skimp some bandwidth…

Shaun Inman
Mint/Pepper Developer
Posted on Nov 12, '07 at 10:42 am

I’m not sure but you can always enable those for the entire site and disable them in the Mint directory with .htaccess. You’d have to check their respective documentation to see how (as I’ve never used either).

You must be logged in to reply. Login above or create an account