Welcome Guest, Not a member yet? Register   Sign In
I think I have another issue with Pyro CMS
#1

[eluser]Juan Velandia[/eluser]
I've recently installed PyroCms, and when I try to change the theme and I go to the website i get this:

{theme_view('metadata')} {if $ci->settings->item('google_analytic')} {$ci->load->view('fragments/google_analytic')} {/if}
{theme_view('header')}
{theme_view('topnav')}
{theme_view('leftnav')}
{if module_exists('twitter') }
Thoughts

Fatal error: Call to undefined function curl_init() in /var/www/pyro/application/modules/third_party/twitter/libraries/Twitter_lib.php on line 380

I'm new to codeigniter.. so I don't know where to start
#2

[eluser]danmontgomery[/eluser]
Your installation of PHP doesn't have curl extension enabled. If you're on a shared host you'll have to ask them to enable it... If not you're going to have to enable it yourself.
#3

[eluser]Juan Velandia[/eluser]
Ok, I'll go for it... Thanks noctrum!
#4

[eluser]Phil Sturgeon[/eluser]
Or just remove the twitter feed from the theme. This has been removed in the latest v0.9.8-prefinal as Twitter fragment is no longer part of the theme (replaced with my crazy widgets code).




Theme © iAndrew 2016 - Forum software by © MyBB