Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Start page does't work
#1
Hello,
I'm Dario from Italy, i have the following problem :
at the GetSimple » Installation , after filled the forms ( wesite name, website Url name, Username, email address )
in the upper side of the page I can read "Warning: cURL Not Installed"
What is this ?
Many thanks
Dario
Reply
#2
I have exactly the same problem:

" Warning: cURL Not Installed "

Is there anything we can do to get around this?

-SvL
Reply
#3
Curl isnt necessary, but it may eventually get a larger role in the app. Right now it is used to check for updates to the software. as of version 1.7. you should be able to use GS without Curl installed.... thats why i labelled it a warning and not an Error.
- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Reply
#4
ccagle8 Wrote:you should be able to use GS without Curl installed.... thats why i labelled it a warning and not an Error.

How? Big Grin

I can't just fill in the fields and click install. Well, I can, but it won't install and stays at the 'install' page. Do I have to change some code to get this working?
Reply
#5
hi,

Same problem here with 1.7 install.

Problem is on line 136 on install.php, it checks if $err=""
as its set to "cURL not install" it bombs....

If you move the "setup the site " routine to before the checks for curl etc.. it works fine.


Mike.
My Github Repos: Github
Website: DigiMute
Reply
#6
Thanks, that sounds doable Smile
Reply
#7
It was a mistake to include curl in the list of necessary requirements which in turn wouldn't allow you to continue. This is fixed in the next version 2.0
- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Reply
#8
Now that's what I call a quick response and fix! Thumbs up for both of you guys!
Reply
#9
cURL check bypass

you can install version 1.71, by simple:
open /ADMIN/install.php

look on file #88

and delete this code:

if (! in_arrayi('curl', $php_modules)) {
$err .= $i18n['CURL_WARNING'] .'<br />';
}


ps: chris, thanks for sharing your cms !
Reply
#10
focoves Wrote:cURL check bypass

you can install version 1.71, by simple:
open /ADMIN/install.php

look on file #88

and delete this code:

if (! in_arrayi('curl', $php_modules)) {
$err .= $i18n['CURL_WARNING'] .'<br />';
}


ps: chris, thanks for sharing your cms !

when i remove the code i now get a error 500 server error. Is there anything else i need to remove?
Reply




Users browsing this thread: 1 Guest(s)