关于插件“EventBrite”使用新版本的 WordPress
这些天我想要一个在线巴士票销售的插件。 然后我找到了“EventBrite”插件。 但我安装了事件日历插件后就不起作用了。 我注意到它说该插件仅适用于 PHP ver5.1 ! 我使用WAMP作为开发环境,PHP版本是5.3.5,之后我将版本更改为5.1.0。系统说它与我的 Apache 版本不兼容。 在我安装了 PHP 5.3.5 插件和一个新的 WordPress 网站后。 它只是给了我一个致命错误:
致命错误:调用未定义的函数curl_version() C:\wamp\www\TE\wp-content\plugins\eventbrite-for-the-events-calendar\eventbrite-for-the-events-calendar.class.php 第88行
我该如何解决这个问题。还有人在 php 新版本中使用这个插件吗? 你能给我一些其他插件来完成这项任务吗? 我是新来的。感谢大家并希望有好消息!
These days I want to have a plugin for online bus tickets selling.
Then I found the "EventBrite" plugin.
But it doesn't work after I installed the Events Calendar plugin.
I noticed that it said the plugin only works for the PHP ver5.1 !
I used WAMP as the develop environment and the PHP version is 5.3.5, after I changed the version to 5.1.0. The system said it doesn't compatiable with my Apache version.
After I installed the plugin with PHP 5.3.5 and a new wordpress website.
It just give me an FAtal Error:
Fatal error: Call to undefined function curl_version() in
C:\wamp\www\TE\wp-content\plugins\eventbrite-for-the-events-calendar\eventbrite-for-the-events-calendar.class.php
on line 88
How can I solve this problem. And does any people using this plugin with php new version?
Could you give me some other plugins to do this task?
I'm just new here. Thanks for all and hoping for good news !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试使用事件 espresso 插件。我认为这是一个更好的选择。
try using the event espresso plugin instead. A much better option in my opinion.
使用 PHP 5.3.3 对此进行了测试。一旦启用 php5-curl 就可以正常工作。
Tested this with PHP 5.3.3. Works fine once you get php5-curl enabled.