Home Forums NT-CRSM Notification Settings CRSM

Viewing 15 posts - 166 through 180 (of 182 total)
  • Author
    Posts
  • Nishit Shan
    Participant
    Post count: 1198

    Here’s a revised version of your text with improved grammar and flow:

    Hello Andrey,

    I was investigating the bug and am still working on it. I noticed something unusual, which might indicate that the issue is related to the service provider. If you check the mail, we received two emails today.

    While testing, I made an entry on the VOIP admin notification page for notifications, and I successfully received a notification. This suggests that there is no issue with our code. However, I am still reviewing everything to ensure there are no mistakes on my end.

    post#13307 qn-> Do you think the token might be expiring?
    ans-> Yes, that could be a possibility.

    Nishit Shan
    Participant
    Post count: 1198

    Hello Andrey,

    Tomorrow is a festival holiday in India.
    The festival, Makar Sankranti, is a time of celebration and thanksgiving, marked by various rituals and traditions.

    Andrey
    Keymaster
    Post count: 195

    Hello Nishit thank you for your message and updates! WHile you are on your holiday we will be monitoring the system and update you on your return.

    Thank you for checking these issues we aslo try to check from our end and get back to you with more details.
    Kind regards Andrey 😉

    Andrey
    Keymaster
    Post count: 195

    Hello Nishit, how was your holiday? I hope all went good!
    for these two days we were checking with our clients and they still complain that orders not going trough the API unfortunately. Could you please check that? We have reactivated FTP access for EN NET so you can review the code and see if API library are fine or requre some repairs.

    I was trying to release some funds for your file download job but customers havn’t checked it yet and keep sending us messages about API orders issue. Although i could agreed for a partial payment and even add more funds for your soonest API orders repairs.

    Please let me know if you find any bigger issues that causing API orders blocking or anything you need from me.
    Kind regards Andre 😉

    Andrey
    Keymaster
    Post count: 195

    oh, aslo if you belive that token or anything expired from the customer side then please provide a clear evedance for that then i can check up with customers accordingly.

    Nishit Shan
    Participant
    Post count: 1198

    Hello Andrey,

    Thank you for your message. Could you please specify the exact function or API that is not working? I am also investigating the possible error, and it is taking some time to identify the cause. I will notify you if I discover anything that might be the reason behind the problem.

    Andrey
    Keymaster
    Post count: 195

    Hello Nishit, thank you for your message. As you know you have been working on ENNET API library that is available for EN users so when they doawnload this API library they can display EN numbers on their website and order numbers trough this API.

    Now it seems that somthing has broken there and we do not know what is is. As i have mentioned erlier the ENNET project has been recently updated to the latest PHP 8.3 version and this may be an issue but we are not sure.
    So we are looking at your support on this.

    Kind regards Andrey 😉

    Nishit Shan
    Participant
    Post count: 1198

    Hello Andrey,

    Below is the initial error that needs to be addressed. After resolving this, there may be additional errors. However, to identify and address those, I need to first fix this error, which will take some time to resolve.
    ————————————————————————————————————–

    Deprecated: Return type of Slim\Helper\Set::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/wwwexcellentnumb/public_html/api/vendor/slim/slim/Slim/Helper/Set.php on line 178

    Deprecated: Return type of Slim\Helper\Set::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/wwwexcellentnumb/public_html/api/vendor/slim/slim/Slim/Helper/Set.php on line 183

    Deprecated: Return type of Slim\Helper\Set::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/wwwexcellentnumb/public_html/api/vendor/slim/slim/Slim/Helper/Set.php on line 188

    Deprecated: Return type of Slim\Helper\Set::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/wwwexcellentnumb/public_html/api/vendor/slim/slim/Slim/Helper/Set.php on line 193

    Deprecated: Return type of Slim\Helper\Set::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/wwwexcellentnumb/public_html/api/vendor/slim/slim/Slim/Helper/Set.php on line 202

    Deprecated: Return type of Slim\Helper\Set::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/wwwexcellentnumb/public_html/api/vendor/slim/slim/Slim/Helper/Set.php on line 211

    Deprecated: Return type of Slim\Middleware\Flash::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/wwwexcellentnumb/public_html/api/vendor/slim/slim/Slim/Middleware/Flash.php on line 158

    Deprecated: Return type of Slim\Middleware\Flash::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/wwwexcellentnumb/public_html/api/vendor/slim/slim/Slim/Middleware/Flash.php on line 168

    Deprecated: Return type of Slim\Middleware\Flash::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/wwwexcellentnumb/public_html/api/vendor/slim/slim/Slim/Middleware/Flash.php on line 178

    Deprecated: Return type of Slim\Middleware\Flash::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/wwwexcellentnumb/public_html/api/vendor/slim/slim/Slim/Middleware/Flash.php on line 186

    Deprecated: Return type of Slim\Middleware\Flash::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/wwwexcellentnumb/public_html/api/vendor/slim/slim/Slim/Middleware/Flash.php on line 195

    Deprecated: Return type of Slim\Middleware\Flash::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/wwwexcellentnumb/public_html/api/vendor/slim/slim/Slim/Middleware/Flash.php on line 205

    Fatal error: During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Slim\Environment::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/wwwexcellentnumb/public_html/api/vendor/slim/slim/Slim/Environment.php:186 Stack trace: #0 /home/wwwexcellentnumb/public_html/api/vendor/slim/slim/Slim/Environment.php(51): Slim\Slim::handleErrors(8192, ‘Return type of …’, ‘/home/wwwexcell…’, 186) #1 /home/wwwexcellentnumb/public_html/api/vendor/composer/ClassLoader.php(444): include(‘/home/wwwexcell…’) #2 /home/wwwexcellentnumb/public_html/api/vendor/composer/ClassLoader.php(322): Composer\Autoload\includeFile(‘/home/wwwexcell…’) #3 /home/wwwexcellentnumb/public_html/api/vendor/slim/slim/Slim/Slim.php(157): Composer\Autoload\ClassLoader->loadClass(‘Slim\\Environmen…’) #4 /home/wwwexcellentnumb/public_html/api/vendor/slim/slim/Slim/Helper/Set.php(228): Slim\Slim->Slim\{closure}(Object(Slim\Helper\Set)) #5 /home/wwwexcellentnumb/public_html/api/vendor/slim/slim/Slim/Helper/Set.php(88): Slim\Helper\Set->Slim\Helper\{closure}(Object(Slim\Helper\Set)) #6 /home/wwwexcellentnumb/public_html/api/vendor/slim/slim/Slim/Slim.php(232): Slim\Helper\Set->get(‘environment’) #7 /home/wwwexcellentnumb/public_html/api/vendor/slim/slim/Slim/Slim.php(672): Slim\Slim->__get(‘environment’) #8 /home/wwwexcellentnumb/public_html/api/vendor/slim/slim/Slim/Middleware/MethodOverride.php(78): Slim\Slim->environment() #9 /home/wwwexcellentnumb/public_html/api/vendor/slim/slim/Slim/Middleware/PrettyExceptions.php(67): Slim\Middleware\MethodOverride->call() #10 /home/wwwexcellentnumb/public_html/api/vendor/slim/slim/Slim/Slim.php(1300): Slim\Middleware\PrettyExceptions->call() #11 /home/wwwexcellentnumb/public_html/api/index.php(339): Slim\Slim->run() #12 {main} in /home/wwwexcellentnumb/public_html/api/vendor/slim/slim/Slim/Environment.php on line 51

    Nishit Shan
    Participant
    Post count: 1198

    Hello Andrey,

    Please find post #post-13321.

    Andrey
    Keymaster
    Post count: 195

    Hello Nishit thank you for your reply, looking forward for your soonest repair. Will see the results and may add more funds to your duties.

    Kind regards Andrey

    Nishit Shan
    Participant
    Post count: 1198

    Hello Andrey,

    I was reviewing the EN numbers issue, and it seems to be a time-consuming process. I will need to discuss this with my finance team before proceeding.

    Andrey
    Keymaster
    Post count: 195

    Hello Nishit here is an othre client reporting issue with API library https://webmaklay.com/wp-content/uploads/2025/01/errApi.png, if itall this issues related to the PHP upgrade then please let us know i will inform system admin and we roll back PHP version to the prvious version.

    Please let us know what is your API library API reqirements which PHP version it reqires?
    Kind regards Andrey

    Nishit Shan
    Participant
    Post count: 1198

    Hello Andrey,

    There was an error indicating a PHP version problem, but I tested the issue from my side using the screenshot of the error you sent me, and it seems to be working fine.Please check the screenshot of my test response (https://ibb.co/JcdzskZ)

    Andrey
    Keymaster
    Post count: 195

    Hello Nishit, thank you for your email, how was your weekend?
    Yes i emailed to you regarding urgent issue and we though you started fixing it so we expeceted you are already on the task and were waiting for your resolution updates. Since you replied #13325 the repair has not been started we could not hold our valuble customers with this important issue and i had to ask ystem admin to roll back all the works that they have done so our cllinets projects gone back to production.

    Sorry Nishit but it was very importnat we we could not wait for your disucion with your finince and possible negitiations our customers are very importnat we could not put them down without this function.

    This is all ok, please let us know when you can do this repair and how long will that take? As you you mentioned in #13325 it is a time consuming job we can add more funds to that so you can work on it and ask system team to do this update again but making sure that you can do it with no delays.

    So can you please let me know when you can start and how long will your repair take time so we notify our clients acordinly and start works on that?

    Kind regards Andrey

    Nishit Shan
    Participant
    Post count: 1198

    Hello Andrey,

    Thanks for the reply. It was a good weekend; I tried to finish some homework.

    To fix the PHP version update bug for http://excellentnumbers.net/, it will take approximately 10 working days, and you will need to adjust the budget accordingly. Sorry, but I cannot proceed with any tasks without discussing them with my finance team.

Viewing 15 posts - 166 through 180 (of 182 total)
  • You must be logged in to reply to this topic.