production deploy issues
to review where i left off:
i removed all security module code from application.
watched Scriptcase 6 - Creating a login application http://www.youtube.com/watch?v=7bz_Azyvyu0
coded “login/control” application as per video
“Options/My Scriptcase” unchecked both boxes
tested localhost - all menus accessible thru login control application
deployed zip file to ssh server and unzipped
accessed “login/control” thru browser and got this message:
Connections Create
The database connection that your application use was not found. You need to access the production environment and create the connection.
Connections not found: conn_mysql
Click here to create the connections now.
followed instructions and connected with database successfully, saved and went to another browser and
tried again and same error. (it said saving but did not seem to work)
changed directory permissions on _lib to 777 and re-entered connection parameters (directories should be set back to 755 - find . -type d -exec chmod 755 {}
copied over from development box sec_users, sec_groups, sec_apps, sec_groups_apps
bingo, touchdown, score the big one, finally made it into production !!! wow life is good again
thank you all