umapper
Forum Replies Created
-
Forum: Plugins
In reply to: can not activate the plugin umapperI cann’t activate the plugin because:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /var/www/web195/html/sabrina/blog/wp-content/plugins/umapper/Umapper.php on line 27What can I do???
Kijac
Your question is answered in FAQ – PHP5 is required for running the plugin.
Thnx.
Forum: Plugins
In reply to: [Plugin: UMapper] Works beautifullyThanks for downloading and using our plugin.
Please let me know if you have any ideas on how it can be improved.Forum: Plugins
In reply to: [Plugin: UMapper] uMapperThanks for downloading and using our plugin.
Please let me know if you have any ideas on how it can be improved.Forum: Plugins
In reply to: can not activate the plugin umapperHi,
I can not activate the plug because:Parse error: syntax error, unexpected $end in C:\wamp\www\wp-content\plugins\umapper\Umapper\Pages\GeneralConfig.php on line 94
what is the problem?
thanks.
This error has been fixed – upgrade to plugin ver 1.3.3+
Thanks,
VictorForum: Plugins
In reply to: [Plugin: UMapper] can’t edit map once insertedStarting from ver. 1.3 – map edit functionality preset in plugin.
When it comes to CSS problems, I hope to include the fix into 1.4 release.Thanks,
Vic.Forum: Plugins
In reply to: can not activate the plugin umapperWell, could the problem be that I didn’t include closing
?>sequence? You see it’s perfectly valid (and actually preferred way in Zend Framework), use opening<?phpdeclaration and omit the closing?>. Could you please add closing tag manually and if error disappears provide me with your php.ini file?Thx
Forum: Plugins
In reply to: UMapper CSS errorI am glad to report that WP2.6 is now fully supported and the bug you reported has been fixed. Let me know if you spot anything else.
Pls, upgrade to version 1.2.0 +Thanks!
Forum: Plugins
In reply to: UMapper CSS errorAt the time I’m posting this, I also noticed the service is extremely sluggish, so I can’t even bring up a map to edit with the plugin and they take an extremely long time to load in my blog
Plugin flash swf file is stored on Amazon S3 system, and yesterday there was outage on amazon servers, only early on today were they able to restore functionality. Still, Amazon storage servers are rare to be out of order, so this problem shouldn’t occur often.
Thanks.
Forum: Fixing WordPress
In reply to: [Plugin: UMapper] Can’t insert mapThe latest version (which is the current) is always available at:
http://downloads.wordpress.org/plugin/umapper.zip
Use that link for downloading – or upgrade automatically form WP Admin Panel – it should never give “404 Not Found” error.
Thanks,
VicForum: Plugins
In reply to: UMapper CSS errorHello,
Thanks for posting here. I am preparing the new release right now, I hope to release it later on Today, or on Monday. There I would make sure the error you are reporting is fixed.Thanks,
Vic.Forum: Plugins
In reply to: [Plugin: UMapper] can’t edit map once insertedThanks for posting the screenshot, pls, do not remove it till the end of weekends, I would try to resolve the issue, and you are right it’s most probably the CSS problem.
Could you please, also, let me know list of plugins activated in your WP installation.
Thanks!
Forum: Plugins
In reply to: [Plugin: UMapper] version confusionHi,
I specifically released 1.1.7 so that there’s no version confusion. There is no changes from ver 1.1.6 whatsoever, I just made sure that info.php file contains correct version number.Please let me know if you still experience any problems with versions.
Other then that I suggest you to wait for version 1.5 (which would be major step forward and should come close to weekends). In meantime only minor bugs are getting fixed, so if you do not have problems with installation you probably do not need to upgrade. When it comes to new major release 1.5-2.0, it’s another matter as we plan to include many new features reported by first plugin users.
Thanks!
Forum: Plugins
In reply to: [Plugin: UMapper] can’t edit map once insertedHello,
As about edit functionality – yes, it’s confirmed and scheduled for release 1.2.0 (which is due this week).
When it comes to buttons, and the fact that you barely see them, could you pls post some screenshot, and let me know the browser and OS you are using. Once I can replicate the problem, I will resolve it.Thanks!
Forum: Plugins
In reply to: [Plugin: UMapper] Fatal error2soapabuser:
Make sure you are using php5..Forum: Plugins
In reply to: can not activate the plugin umapperHello,
I suppose you have Zend_Framework installed and included to your WordPress. Umapper uses several ZF classes (see Zend folder in plugins installation) – so when plugin tries to include Zend_Loader once again error occurs. In order to solve the problem, you could add include path of you ZF library, and remove Zend folder from plugin’s install directory, that way plugin would be able to load necessary classes directly from your installation of ZF.Let me know if you need more clarification on this.