Web Invoice Forum
Please Feel Free to Post Questions or Comments
| NAME: joe |
| Date: |
| Comment: I installed WEB Invoice and it went smoothly, but it says access denied even though I put in my user name as admin and password as 1234 How do I fix it? |
| NAME: Staff |
| Date: |
| Comment: Dear Joe, Thank you for your question. In order to solve this, you would most likely need to do the following. * Set globals = on in php.ini if you're unable to access php.ini and you are using an Apache Web Server, create a file called .htaccess and insert the following: php_flag register_globals on I hope this helps, M-TECH Digital |
| NAME: Adam |
| Date: |
| Comment: I'm getting this error message, when I try accessing Web Invoice. Site error: the file C:www\webinvoice\index.php requires the ionCube PHP Loader ioncube_loader_win_5.2.dll to be installed by the site administrator. what does this mean? |
| NAME: Staff |
| Date: |
| Comment: Dear Adam. This means that you don't have the Ioncube Loader installed, and it hasn't gotten installed automatically. to Correct this, you'd need to edit your php.ini file and insert this line at the bottom. zend_extension_ts=c:\www\webinvoice\ioncubeioncube_loader_win_5.2.dll Then restart your apache WEB server. |
| NAME: eprom |
| Date: 10-09-2008 |
| Comment: "Absolutely the best web invoicing/crm software i've ever used!" Pros: The software is choc full of features and is as user friendly as can be! |
| NAME: Installing on Linux? |
| Date: 10-30-2008 |
| Comment: Hi, Is this app Windows only? If not, can I download a demo I can run on Linux? |
| NAME: Staff |
| Date: 10-30-2008 |
| Comment: Thanks for your question. It is 100% compatible with Windows, linux or FreeBSD, how ever, as of now, you'd first need to install the setup file in windows which will decompress all php files. Then copy the entire directory or upload it to your linux box. Additionally, There will be a Linux compressed tar.gz Version available sometime next month. I hope this answers your question. Feel free to contact us if you have any additional questions. |
| NAME: Staff |
| Date: 11-01-2008 |
| Comment: 2ndly, you'll also need to include the .so linux file instead of the .dll windows file when configuring php.ini to load the zend extention. It should look somthign like this. zend_extension_ts=/www/webinvoice/ioncube/ioncube_loader_lin_5.2.so |