ti2m
Forum Replies Created
-
Forum: Plugins
In reply to: [Edge Suite] [Plugin: Edge Suite] Trouble using pluginHi,
is the site online somewhere so that I can take a look? When you say
“in the pagelines theme header.php just above the ending head tag”, do you mean you pasted the code above the < / head > tag? That won’t work as the tag needs to be inside the body tag. Just move the code below the head tag.
Just tried it with Pagelines and it works for me. I pasted the code below line 36, although you might want to check where you actually want to place the edge animate composition. Hope that helps.Forum: Plugins
In reply to: [Edge Suite] [Plugin: Edge Suite] Error UploadingHi,
so I finally figured out what went wrong. I was using wordpress’ filesystem API which seemed quiet handy. Turns out it’s a bit complicated because it works with different file methods depending on the server (direct, ftp, ssh,..). I’m pretty sure what happen in your case was that the methods got all mixed up as direct access was probably not fully possible. For now I made the system consistent and just used direct access, FTP will follow soon.
Maybe you don’t mind testing again. You just need to upload the new version of the module, it should then work as expected. If you want to get rid of all the empty folders you can activate “Deactivation deletion” in the global settings and then deactivate and activate the plugin again. When the option is set the plugin will clear out all files, folders and the database when deactivating the plugin.Forum: Plugins
In reply to: [Edge Suite] [Plugin: Edge Suite] Trouble using pluginHi,
did you follow the usage instructions? Does the uploading work? Any error messages when uploading a composition?Forum: Plugins
In reply to: [Edge Suite] [Plugin: Edge Suite] Error UploadingPermissions are tricky, I guess the apache is not even in the same group as your ftp user. Not sure what is going wrong though, messages should be output. It’s really hard for me to debug this when not having the actual server at hand, sorry. Maybe someone else comes across the same problem and we can solve it there. I’ll let you know in case I work something out.
Forum: Plugins
In reply to: [Edge Suite] [Plugin: Edge Suite] Error UploadingI guess if the directories are not deleted they won’t be recreated and therefore permission will not be changed.
Are you able to change permissions to 777 for the files that you can’t delete? Otherwise try to rename the edge-suite directory. That would at least be a tmp solution and you could try the new version. Would be really interesting to know which hoster this is, seems to be quiet restrictive.
Forum: Plugins
In reply to: [Edge Suite] [Plugin: Edge Suite] Error UploadingOk, I changed how directories are created and added some writable tests. Maybe that fixes it. I would recommend deactivating the plugin, deleting it and all the directories with it and then install the new version.
This is not a live site you are working on right? This would be really risky as this plugin is not meant for production at all yet.
Forum: Plugins
In reply to: [Edge Suite] [Plugin: Edge Suite] Error UploadingDid the edge_suite folder have permission 777 right form the start or did you change that manually. What about the permissions for edge_tmp and project, 777? And the src_xxxx folders? If they don’t have 777 try to set it (through edge_suite and option recursive or on each folder manually) and then again try to delete them.
I think we might be getting closer. It looks like edge suite is able to create folders but can’t delete them or add any files.
Forum: Plugins
In reply to: [Edge Suite] [Plugin: Edge Suite] Error UploadingUhh, ok, lot of folders. You can delete all of them if you want. I have to check, in general folders should be deleted if something goes wrong. Have to check up on that. But the folders src_xxxx contain the files that are in the zip? Just making sure those are not empty.
I’ll try to check up on the code and push an update later on so we have a better clue about what’s going wrong.The error widget doesn’t seem to be able to use fopen, that’s kind of common, so forget about the widget.
Forum: Plugins
In reply to: [Edge Suite] [Plugin: Edge Suite] Error UploadingHi, that is a bit strange. What directories are in the edge_suite directory? Is there an edge_tmp directory witch contains another directory like src_xxxxxxx (xxxx being a random number)?
This is a bit strange because extracting the zip file doesn’t seem to throw an error, so the above mentioned directory should be there, but then the files should be found on the server as well. If that’s really the case then I would add a new log message to be sure what’s happening.
You could also try to install the “Error Log Dashboard Widget” to check if wordpress logs any error messages. The domain seems to be registered through godaddy so chances are good it’s also being hosted there. From what I got godaddy can sometimes be a bit tricky.
Forum: Plugins
In reply to: [Edge Suite] [Plugin: Edge Suite] Error UploadingHi,
I just tested both zips on my installation and all works fine. I guess it has to do with file permissons. Can you check if /wp-content/uploads/edge_suite exists and is writable? Where are you hosting your site?Forum: Plugins
In reply to: [Edge Suite] [Plugin: Edge Suite] Error UploadingHi,
this basically means edge suite was not able to locate the projectname_edge.js file within the zip. Which preview version are you using?
Would you mind uploading the zip somewhere, then I could check what’s going wrong.
Thanks for testing, Timm