hello,
I'm trying to create a new recurring invoice. I've already follow the steps in http://simpleinvoices.org/wiki/recurrence, after I click on "Save" button, it only show a blank page.
I did tried on the demo site (http://demo.simpleinvoices.org/index.php?module=cron&view=add), same blank page results. Is someone have same experiences ?
Any hint, comment, are welcome.
Thank you.
I am having the same problem. I'm running a LAMP w/ Ubuntu Server 10.4, PHP 5 and Apache 2. The problem occurs on firefox, ie and chrome on Linux and Windows XP. The Source for the page just looks like the page doesn't render all the way.
I am also having the same problem with a blank page when running the recurring invoice. I also upgraded to 2011.1.
When I access the /api-cron page to see if the recurrence is working, I also get a blank page. Now I have even more work than normally because now not any of my previously saved recurring invoices works...
Any help from the developers would be greatly appreciated. I am even willing to pay some money to get the recurrence sorted out. Please let me know.
Thanks
I think you are running into this bug:
http://code.google.com/p/simpleinvoices/issues/detail?id=201
You will have to change one line in the code. (See comment 1)
Did this help?
I checked and applied the change as per above but no change. This only happened after the upgrade.
This could also be because the Datasbe Upgrade Manager does not work. Maybe something changed in the database. I get the following error when running Database Upgrade Manager:
Fatal error: Call to undefined function getRicoLiveGrid() in /var/www/sites/rpc.co.za/rpc.co.za/subdomains/billing/html/modules/options/manage_sqlpatches.php on line 9
When I click on Recurring menu, then I just get: Processing...Please wait...
When I go to http://path_to_simple_invoices/api-cron I just get a blank screen.
I do not even think new recurring invoices gets saved. I have no idea how to check.
I even changed all my files and folder permissions to 777 but still nothing.
Please help. This is a major problem. Have more than 50 monthly invoices to do all manually now.
I am willing to pay someone to fix this for me or to check what the problem is on my system. Please contact me [email protected]
Ah! My mistake. I edited the wrong cron.php file all along... Will test my monthly invoices and keep posting if there is still a problem.
Sorry guys!
I'm also having this problem with failing to add a recurrence and just getting a blank screen instead. This is a new installation so I never had any previous recurrences to list when I click the Recurrence link. When i click New recurrence, I get the screen where I can fill out the information but when I click Save then I get the blank screen.
I edited cron.php at /include/class/ on the server to include the missing double-quote. This is that line in my file:
if($type =="count" OR $type =="no_limit")
It still does not work for me.
I hit it with a simpleinvoices.2010.2.update-1.zip downgrade and got it to work. 2011.1 is a no-go for me on recurrence.
mattdevore - thanks... the missing " did it for me. I had to check .htaccess to ensure it includes the mod_rewrite:
IndexIgnore *
Order Allow,Deny
Deny from all
AddDefaultCharset UTF-8
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^/?([a-zA-Z0-9_]+)-([a-zA-Z0-9_]+)-([a-zA-Z0-9_]+)?$ index.php?module=$1&view=$2&id=$3
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^/?([a-zA-Z0-9_]+)-([a-zA-Z0-9_]+)$ index.php?module=$1&view=$2 [L]
It looks like you're new here. If you want to get involved, click one of these buttons!