ti2m
Forum Replies Created
-
Forum: Plugins
In reply to: [Edge Suite] problem uploading OAM File " check folder permissions etc"Hmmm,
the error message indicates that the uploaded OAM can’t be moved from the server tmp folder to edge_suite/tmp folder. I have like 10 tests in there to cover all kind of scenarios, have to think about what could possibly gone wrong.Sent me a mail to edge@timm-jansen.de and I’ll sent you a modified file with a couple more tests some time tomorrow.
Forum: Plugins
In reply to: [Edge Suite] problem uploading OAM File " check folder permissions etc"Hi,
please try the dev version of the module, it outputs more detailed error messages.Hi,
well, the PHP code you posted is actually supposed to go into your header PHP template as described in the tutorial. In general I think it’s not that great to put the PHP code in the enhanced text widget area as this is a total overhead and can be done directly. But if you prefer it that way an it works, well all right 😉Just wanted to state that this is not recommended!
Marking as solved
Checked the tutorial again, I even leave the featured image in, so it should work as described in the tutorial. Depends of course on the theme that you are using. If it doesn’t work for your theme give twenty twelve a testrun and see if you got everything working there
Hi Barry,
in the linked tutorial on edge docks you can see that you can choose the animation that should show up in the header per page (Placement method B). If you just want an image on same page, set the animation to “none” on the page and select a featured image. Then of course you should not delete the featured image PHP as is stated in the tutorial.
Basically you just need to make that only a featured image or an animation is active per page. Does that help or did I get it wrong?
Forum: Reviews
In reply to: [Edge Suite] Great Plugin, 5 stars!Hi, thanks for voting and the great review! Am not sure what Dynamic Headers do, or more precise, what you want to be able to do. There will be a full rewrite of the plugin in the future, so feel free to open an issue and let me know what kind of features you would find useful, this is really valuable feedback for me.
Forum: Plugins
In reply to: [Edge Suite] Permission set to 777 but Extraction of…. failed! :-(Hi,
I wouldn’t expose my php.ini to the public 😉 I took a closer look at the code again. The problem lies within fopen($file, ‘w’) as this should open and create a new file, but it seems to fail. Question is why. It probably has to do with the www-data user and the script owner or something (annoys the hell out of me in wp).Anyhow, drop me a quick mail to edge@timm-jansen.de, I’ll sent you one of the plugin files with a modification that should let us know why the file can’t be created.
Forum: Plugins
In reply to: [Edge Suite] Permission set to 777 but Extraction of…. failed! :-(No sorry, I meant install the dev version of the plugin from the link above, like you did before. The searchbox will give you the official version which doesn’t contain any fixes.
Forum: Plugins
In reply to: [Edge Suite] Permission set to 777 but Extraction of…. failed! :-(Ok, my next best guess would be, that the files actually can’t be read from the OAM. I’ve committed a new dev version which tries to change the permissions on the OAM before extraction, give that a try and see what happens.
Forum: Plugins
In reply to: [Edge Suite] Permission set to 777 but Extraction of…. failed! :-(What? The three dirs were created by the plugin? That is starting to make less sense then before 😉
The plugin is able to create directories and was even able to copy the OAM into the tmp folder. It looks like the files can’t either be read from within the OAM or can’t be written to the folder. Can you install plugins directly through the plugin search box, means search and then install them by clicking? Or do you have to upload them via FTP?
Forum: Plugins
In reply to: [Edge Suite] Permission set to 777 but Extraction of…. failed! :-(When getting the error it should actually state what kind of error occured, at least the error message should have a fullstop at the end.
Did you create the directories manually? The fourth edge_includes is missing, but I doubt that causes the problem. My best guess right now would be that the zip class can’t write to the directories at all, but I have no clue how to reproduce this error on my machine to fix this. Please let me know if more error details are printed.
Forum: Plugins
In reply to: [Edge Suite] Permission set to 777 but Extraction of…. failed! :-(Hi,
can you check if you got a fourth directory ‘tmp’ in the main edge suite file folder, and if not create it and set it to 777?If that doesn’t help, you can try the dev version of the plugin, I just added some more detailed error logging for the ZIP extraction, that might give a better idea of what’s going wrong. http://downloads.wordpress.org/plugin/edge-suite.zip
Forum: Plugins
In reply to: [Edge Suite] Responsive script won't work in WordPress?Don’t think it’s the theme, which one are you using? Just sent me your current version per mail and I’ll check it.
Forum: Plugins
In reply to: [Edge Suite] Permission set to 777 but Extraction of…. failed! :-(Hi,
can you sent me a screenshot of your Edge Suite managed page? Does it state anything about ZIP library missing? Would be my first guess that ZIP is not enabled on the server.Forum: Plugins
In reply to: [Edge Suite] Responsive script won't work in WordPress?The fix is actually quiet simple, just remove the # in front of ‘#Stage’ within
sym.$("#Stage").cssso it sayssym.$("Stage").css. That should fix the whole thing and it should also work with shortcodes. Let me know if that solves it for you.