Security Module

When i create a Security Module for a particular project it shows only the table name can’t link with the fields (login,password,etc…) , Is this a SC Error or i have some other issue Please help…

But few month back it is working fine and i added security module in my old projects.

Thanks

[ATTACH=CONFIG]n75766[/ATTACH]

security.PNG

Check if you have issues in your table. It might be that the generation of the table has failed for some reason.

Thanks @aducom

I have deleted old tables and create new tables option but condition remains same.

Silly question, but have you looked inside the tables to verify that all is ok? You can use the sqlbuilder to verify. It works well here so it’s odd that it isn’t at your place.

afterburner: check case of table name. If you use mysql, Oracle (the current owner) made the table names case sensitive :frowning:

I have created a new project for testing security module, i created a new MySQL database and in this database i had created only one table and created on form application, after that i added security module in this project but still it is showing the same.

i also checked table in sqlbuilder and phpmyadmin.

can you suggest me what should i do next?

Hi,
As always check the php directives in your php.ini file: max_execution_time = 3600 max_input_time= 3600 max_input_vars = 10000 memory_limit= 1024M post_max_size = 512M upload_max_filesize = 512M max_file_uploads = 200 Save the changes, restart the service apache and clear the cache of browser.

Did you setup Scriptcase to create the sec_ table for you? It sounds that you have only one table, so there are things that went wrong.

Thanks @herveo

I have already set my php.ini and check with your suggest values but still sames issue.

Thanks @aducom

Did you setup Scriptcase to create the sec_ table for you? It sounds that you have only one table, so there are things that went wrong.

I have created a new project and then follow the security module to create all sec_tables for me from SC and then i click Next to continue but i have same issue which i showed in the first image…

If you have only one table then for sure something went wrong, but hard to tell now. It’s working here so it does not look as a sc issue to me. But I can’t tell. Sorry.

I have reinstall SC and import old projects then it worked properly, but i can’t understand why this thing happened. :slight_smile:

Most likely something went wrong while upgrading… But it’s great that it works now :slight_smile: