realrateb
realrateb
About
- Username
- realrateb
- Joined
- Visits
- 23
- Last Active
- Roles
- Expired
License key verification
We do not store any license keys, it is for verification purpose only if support expired
Where can I find my purchase code?Comments
-
I found the solution myself :)It was due to server PHP Max Input Vars limitation. Once I increased the limit it got fixed.Create a file named ".user.ini" on the root directory and paste following code.max_input_vars = 10000;
-
Very well. Thank you for the quick reply :)