Forums › Forums › Slimbox2 plugin › Plugin version 0.9.4.1 only working in Safari
- This topic has 29 replies, 3 voices, and was last updated 15 years, 9 months ago by malcalevak.
-
AuthorPosts
-
January 28, 2009 at 6:27 pm #5031malcalevakModerator
I am now 99% sure it’s the magic quotes deal. Technically I think you can disable it with a custom php.ini, unfortunately from what I’ve read this isn’t recursive, so the only way to be sure it’s working would be to place it into every single directory, a tedious process.
I believe most economy hosts will be willing to adjust the php.ini for you, but I could be wrong. It doesn’t hurt to check.
You could try a custom php.ini in the root directory and the plugin directory, but I couldn’t get them to turn on when I did that on my test site, so it likely wouldn’t turn them off either, but again, it can’t hurt.
I did finally notice a difference about your plugin, I set up my test site to generate the exact same JS code, but I noticed the file sizes were different. Turns out your code is being generated with additional line breaks, in the middle of lines! This further enhances my suspicions that magic quotes is the culprit.
January 28, 2009 at 6:48 pm #5032AnonymousMemberUnluckily, yes, the site local php.ini files, it seems (anything to mind beyond correct syntax. file name and permissions, i.e. 644?). Check http://rhetashan.name/wp-content/plugin … l-info.php – the plugin dir is not even scanned for the php.ini I put there.. Grrr.
I’ll try contacting her host, and see if her Cpanel offers some kind of PHP setting option. Muss convince her to give me access to it first, though, so this might take a little while.
January 28, 2009 at 7:04 pm #5033AnonymousMemberAh, a bit of smart guessing helped: turns out the server will accept a local php5.ini (but not php.ini). I managed to turn off magic quotes at root and plugin dir level (try above link and also http://rhetashan.name/local-info.php). I still get the autoload 404, and still no luck with Slimbox effects in FF. ” title=”Sad” />
January 28, 2009 at 7:12 pm #5034malcalevakModeratorThe php5.ini deal is handy to know, too bad it alone didn’t fix the issue. Unfortunately, I’m not sure which directories would actually need that disabled, there’s a good chance it’d be required by several more – hence why site wide disabling would do the trick (I hope!).
I doubt it’ll be a Cpanel option, but I could be wrong.
I’ll try and think of other ideas, maybe see if something there’s something I can do to override the problem, and allow it to function regardless of magic quotes setting and a major rewrite.
January 28, 2009 at 7:33 pm #5035malcalevakModeratorIt looks like I’m wrong about this, turns out my host does have magic quotes on for some reason…
On the other hand, magic_quotes_runtime and magic_quotes_sybase are off. I can’t pull up those local-info.php anymore, so I can’t tell if those are off on your site or not.This is really stumping me.
January 28, 2009 at 7:33 pm #5036malcalevakModeratorScratch that, I see you’ve got them off too….hmm…
January 28, 2009 at 7:58 pm #5037malcalevakModeratorOk, I doubt it’ll work, but for the sake of trying…replace the autoload script with the one I’ve attached.
January 28, 2009 at 8:12 pm #5038AnonymousMemberNope, no change. Phew.
January 28, 2009 at 8:13 pm #5039AnonymousMember…but I wanted to add: thanks for tyring to get to the bottom of this. ” title=”Smiley” />
January 29, 2009 at 4:30 am #5040malcalevakModeratorNot a problem, though I’m still at a loss as to what’s happening.
Anyone else have any ideas?
January 29, 2009 at 4:32 am #5041malcalevakModeratorOh, any chance you could try our the Multi-Level Navigation menu on the site? The reason I ask is to see if the problem is similar to the one Ryan mentioned in which some people couldn’t get the style.php to load.
January 29, 2009 at 5:02 am #5042imported_RyanMemberWell it certainly looks like the same bug as with the Multi-level Navigation plugin. But it sounds like you know as much about it as I do so I don’t think I can be of much help sorry.
January 29, 2009 at 11:49 pm #5043AnonymousMemberWell, if this was Trac, I‘d label the thing resolved:worksforme – after a lengthy conversation and some quite persuasive arguing, I convinced my friend to shell out, no, not for a VPS, but at least for better class of host (slimbox2 not working was but a minor annoyance, abysmally bad performance was the main reason). Slimbox2 works cross-browser there, so I’d guess it is really a problem to do with the PHP host configuration.
January 29, 2009 at 11:56 pm #5044imported_RyanMemberGood to hear you had luck with a new host.
I’m getting close upgrading to a VPS myself actually. I’m getting kinda ticked off with my host messing up my site all the time ” title=”Sad” />
January 30, 2009 at 1:24 am #5045malcalevakModeratorI could almost swear I responded to this post again, stating that I was glad a solution was found…even if it still left the mystery unresolved.
I’m hoping the specific cause can still be discovered so a warning can be made, and perhaps a solution implemented.
-
AuthorPosts
- You must be logged in to reply to this topic.