Sub user credit is not adding, Showing You have no access to this page

Here is my user acl list, when a user is trying to assign credit from the credit page for the selected subuser it is showing error “You have no access to this page”, and the credit is not assigned to that sub user. below the acl i have created for parent user, do i have to add anything more?

inc=core_sendsms,
inc=feature_sendfromfile,
inc=feature_schedule,
inc=feature_phonebook,
inc=feature_msgtemplate,
inc=feature_queuelog,
inc=feature_report&route=credit,
inc=feature_report&route=user,
inc=feature_report&route=user_outgoing,
inc=feature_report,
inc=core_user&route=user_pref,
inc=core_user&route=subuser_mgmnt&op=subuser_list,
inc=core_user&route=subuser_mgmnt&op=subuser_add,
inc=feature_credit&op=credit_list,
inc=feature_credit&op=credit_add,
inc=core_user&route=subuser_mgmnt&op=login_as,
inc=core_user&route=subuser_mgmnt&op=subuser_del

Hi,

This issue has been fixed in upcoming release.

See code changes activities here:

And next release version 1.4.8 will be announced here:

anton

Thanks for your reply, If i just replace with the updated new one (web/lib/fn_core.php) in my current installation 1.4.6 version will it work and everything will be fine or it is related with others.

Thanks in advance.

Unfortunately you can’t do that, too many changes and its not just in fn_core.php

anton

Thanks a lot, will wait for upcoming upgrading instruction from 1.4.6 to 1.4.7 or 1.4.8

Essentially upgrading is:

  1. to remove all files, except config.php and replace with new one
  2. to update mysql using upgrade sql file, here: playsms/db at 1.4.x · playsms/playsms · GitHub

Or, probably simpler if I said upgrading playSMS is like:

  • to keep old config.php and old database
  • and then fresh install a new one and use a new temporary database
  • and then replace the new config.php with the old one you keep earlier
  • reconnect with old database (since now you are now using old config.php)
  • then do upgrade sql file (point 2 above)

I suggest to try it on virtualbox for example, fresh install 1.4.6 and then do the above steps to upgrade to 1.4.7

I’m currently checking and updating all playSMS files, therefor I dont have enough time to do the manual, if anyone willing to write it that would be great help

anton

Thanks, I will try and let you know for the upgrade status

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.