Open evazzoler opened 3 years ago
Also now getting same error since updating from an old version
My installation was clean and first.
I have this same issue.
This has been fixed in PR 108 - you need to pull this.
Can confirm this is fixed with PR 108. I also learned how to merge a pull into my install!
can someone say how to pull pull request 108 properly?
can someone say how to pull pull request 108 properly?
git fetch origin pull/108/head
thank you.
git fetch origin pull/108/head
- still gives config file save error
git fetch origin pull/108/head:NewBranchName
and then switching to it with git checkout NewBranchName
fixed the issue.
I tried all the suggestions but I can't get the fix. I'm not a git expert. If someone can point me to the correct PR 108 code, I'll copy it to my local installation manually. Thanks.
I tried all the suggestions but I can't get the fix. I'm not a git expert. If someone can point me to the correct PR 108 code, I'll copy it to my local installation manually. Thanks.
In order for any git commands to work you will have needed to download the repository through git commands instead of just uploading the zip file into FreePBX.
If you have done that, and the commands listed by myself or vaDrn above are not working, then go into the module's directory at /var/www/html/admin/modules/sccp_manager
and run this command git reset
then try running git fetch origin pull/108/head
Forget using GIT. Already posted, we have moved the repository to chan-sccp and have a release with all fixes that does not need you to use git. Read the installation instructions there in the section FreePBX and you should be good. https://github.com/chan-sccp/chan-sccp/wiki
@steve-lad I followed install instructions on https://github.com/chan-sccp/chan-sccp/wiki
dev module didn't istalled (broken page with with errors), stable one installed successfully but didn't setup realtime db after install
very likely i did something wrong, but I had no similar issues on this repo with git install.
@vaDrn If you had no issues with git install, then the files listed above must be there and correct; except that they are not! Stable does not fix these files, Develop does. Post the contents of /etc/asterisk/extconfig.conf
sorry for being bit misleading. I meant that PhantomV's sccp_manager installs correctly through git.
I'ts sccp_manager on sccp-chan
git that i can't install correctly.
I'll make issue ticket on sccp-chan
git.
@vaDrn This issue has been fixed in Develop https://github.com/chan-sccp/chan-sccp/wiki
Since first installation I get an error whem I save config in Server Config: "Illegal string offset 'Response" - File:/var/www/html/admin/modules/sccp_manager/Sccp_manager.class.php:694". I have no issues on my installation, so I can't figure out the problem.
See attachment.