dotMobimobiThinkingmobiForgemobiReadyDeviceAtlasgoMobi

Posted by meier 2 years 8 weeks ago

pic
 meier
mobiForge Enthusiast
Posts: 10
Joined: 2 years ago
[offline]

Hello developers of the mobile pack,
hello Mr. Pearce,

I have put two problems of the code in this forum, and also give the outline of the solution, but there were no fixes in version 1.19. for neither of them. Is there another place to reach the developers?

Issue 1:

Please have a look at http://codex.wordpress.org/Determining_Plugin_and_Content_Directories

".. In version 2.6, users were given the ability to move their /wp-content/ directory to anywhere they want, and many users already keep all WordPress files (like /wp-admin/ and /wp-includes/) in an unusual place..."

So (at least) the following line in wpmp_transcoder_convert_image() needs a fix

$base = get_option('home') . "/wp-content/plugins/wordpress-mobile-pack/plugins/wpmp_transcoder/";

Issue 2:
a path delimiter should be put at the end of a dir when you check for is_writable().
Otherwise it may fail for example on systems with safe_mode restriction even when the dir is writable, but the dir above is not writable.

See http://mobiforge.com/forum/dotmobi/wordpress/check-writeable-dirs-install-fails-path-delimiter-needs-added

Regards

Karsten Meier

Posted by James Pearce 2 years ago

pic
 James Pearce
Mobile Grandmaster
Posts: 148
Joined: 5 years ago
[offline]

Cool - thanks for those (I must have missed the original).

We'll get those put in.

For bug reports & feature requests (or even to help out!) you can check out the project workspace:

https://www.assembla.com/spaces/wordpress-mobile-pack/

I have put this ticket in for the release on the 18th:

https://www.assembla.com/spaces/wordpress-mobile-pack/tickets/67

Thanks
James