Great software by the way, exactly what I am looking for!
getting the following error when trying to send an invoice
Zend Mail Protocol Exception: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Is the email going to work from this version?
I have adapted the lines in the config to
email.host = smtp.gmail.com
email.smtp_auth = true
email.username = [email protected]
email.password = password
email.smtpport = 465
email.secure = SSL
email.ack = false
is there anything else i need to do to make it work
Having a few more problems with this version but I will trawl through some of the older info to find my answers, thanks
Your answer is in the error
>> Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
Check your PHP settings by opening www.yourwebsite.co.uk/simpleinvoices/phpinfo.php
Near the bottom of the first block is a heading "Registered Stream Socket Transports". Ensure that SSL is included.
If not you will need to add the OpenSSL extension to your PHP installation
I am using the simple invoices for windows, where it is all in a folder on my desktop, I have enabled the phpinfo.php and ssl is not listed, how do i then add the openssl to the php, should I just add the dll to the php/ext directory or does it need alot more done to get it working, also could I use another means through google.
Haven't really had time to play about with php before, hopfully will pick something up in the next couple of weeks while setting this software up for what I want it to do
Thanks
Could you please open a ticket here that SSL is not enabled in the windows version:
http://code.google.com/p/simpleinvoices/issues/list
I will then dispatch it to the person who is responsible for the windows version.
The issue has been fixed for the next version, you can temporarily download the release candidate here:
http://teammc.cc/downloads/simpleinvoices/
select this file: simpleinvoices_for_windows.2011.1.(1.7.0.100-RC).zip
Using windows 7 with the RC , I get an error the program can't start because SSLEAY32.dll is missing from your computer. try reinstalling the program to fix this problem. this appears twice and then the display is as below
===========================================
Simple Invoices database connection problem
===========================================
Could not connect to the Simple Invoices database
For information on how to fix this pease refer to the following database error:
--> SQLSTATE[HY000] [2003] Can't connect to MySQL server on 'localhost' (10061)
If this is an Access denied error please enter the correct database connection details config/config.ini
Note: If you are installing Simple Invoices please follow the below steps:
1. Create a blank MySQL database
2. Enter the correct database connection details in the config/config.ini file
3. Refresh this page
===========================================
the file is in the php directory??
anybody be able to help?
Thanks
I am having the exact same problems described above - the initial problem and the same problem with the RC giving the SSLEAY32.dll missing error.
This looks like a great program that should meet my needs, but it's of no use to me if I can't get the email link to work.
Any suggestions?
Thanks.
I eventually went with a softalicious install through my webspace/control panel, it works brilliantly now, gave up with the stand alone version.
Hey guys, sorry i didnt get back to you. Ive fixed the .dll issue and maybe the existing SQL issue among other things and uploaded a new RC if you want to give it a try, i really appreciate the feed back.
Matt, it would be especially helpful if you could test this version in your environment and report your experiences.
http://teammc.cc/downloads/simpleinvoices/
select this file: simpleinvoices_for_windows.2011.1.(1.7.0.114-RC).zip
Just for anyone else having this issue; I had the exact same problem with the standalone windows version, but this fix worked for me on windows 7 Enterprise.
I downloaded the RC above (simpleinvoices_for_windows.2011.1.(1.7.0.114-RC).zip), extracted it to my desired location, made a copy of the "\Simple Invoices For Windows\mysql\data" folder for backup (e.x. "\Simple Invoices For Windows\mysql\dataBKP"), copied my old "\Simple Invoices For Windows\mysql\data" folder to the new RC's folder and lastly added my user information to my "\Simple Invoices For Windows\config\config.ini" file.
Now I am happily emailing invoices! Thanks John!
It looks like you're new here. If you want to get involved, click one of these buttons!