View Single Post
  #3  
Old 01-09-2015, 03:42 PM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 88,322
Kyttias is on a distinguished road
Default

I'm glad you like it! I've not gotten any real feedback on it...

And I've still been meaning to write a guide about WAMP... basically, I think its just these three things:

First of all - Apache. You'll need to make sure mod_rewrite is enabled.

And then php.ini - turn on openssl. (Open up the file?? Remove the ; at the start of the line extension=php_openssl.dll to uncomment it and turn on openssl.)

And those errors? Are really just kind of suggestions. You'll want to change the error_reporting line in php.ini to error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT to remove some notices that an ordinary webhost would hide.

Ordinary people installing this script with a hosting provider wouldn't run into any issues, because these things are usually enabled as a best practice. But WAMP (and similar packages) are minimalistic so people can turn features on and off as needed, and most non-essential things are turned off with a fresh install.
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it.
Reply With Quote