Hi there,
I downloaded your php files for the expense management and followed the instal procedure as instructed. After installation, and inputting the correct information for my database, I typed in the correct path to access the user login page and got a blank page with the message "No input file specified." I looked online and it seemed as though it might be a .htaccess problem. I changed
RewriteRule ^(.*)$ index.php/$1 [L]
to
RewriteRule ^(.*)$ index.php?/$1 [L]
and everything seemed to work after.
However, when I log into the program using anything other than my admin user profile, I keep getting an error when I try to access the menus (expense, expense catergory, income, income category). The error message I get is "You don't have permission to access." I've tried everything, including recreating an admin profiile in the database and making sure they have full permission. But nothing is working.
Can you help? Would you know why only my admin profile can interact with the program but not the users I create, no matter their permission levels??
I'm trying to build a little budget tracker for a 12 Step Group, this is for people who are dealing with addictions and need a small program like this to keep track of their group's donations. THIS IS NOT FOR ANY PERSONAL GAIN. I'm doing this for free for them.
Thank you.
Hi there,
I downloaded your php files for the expense management and followed the instal procedure as instructed. After installation, and inputting the correct information for my database, I typed in the correct path to access the user login page and got a blank page with the message "No input file specified." I looked online and it seemed as though it might be a .htaccess problem. I changed
RewriteRule ^(.*)$ index.php/$1 [L]to
RewriteRule ^(.*)$ index.php?/$1 [L]and everything seemed to work after.
However, when I log into the program using anything other than my admin user profile, I keep getting an error when I try to access the menus (expense, expense catergory, income, income category). The error message I get is "You don't have permission to access." I've tried everything, including recreating an admin profiile in the database and making sure they have full permission. But nothing is working.
Can you help? Would you know why only my admin profile can interact with the program but not the users I create, no matter their permission levels??
I'm trying to build a little budget tracker for a 12 Step Group, this is for people who are dealing with addictions and need a small program like this to keep track of their group's donations. THIS IS NOT FOR ANY PERSONAL GAIN. I'm doing this for free for them.
Thank you.