Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Header is loaded at the end
Post: RE: Header is loaded at the end

Hi guys, finally I found the solution. I get the idea of remove the whole JavaScript code and ¨expand¨ it.  First I tried that, just remove the JavaScript, but I found that the issue was still t...
6,040 Views
6 Replies
10-31-2018, 07:54 PM
Datenshi
    Thread: Header is loaded at the end
Post: Header is loaded at the end

Hello, recently I found a very weird issue when I load the header, the content and the footer from the controller. My code is this: Code: -- public function index( $item_index = NULL )      ...
6,040 Views
6 Replies
10-30-2018, 08:45 AM
Datenshi
    Thread: [SOLVED] REST API request does not reply until shell script is done
Post: RE: REST API request does not reply until shell sc...

I found the solution to this issue. Related to the way we execute the shell script. If I redirect both stdout and stderr to /dev/null, then background it, everything works fine. Solution found here...
4,215 Views
2 Replies
07-11-2017, 10:58 PM
Datenshi
    Thread: [SOLVED] REST API request does not reply until shell script is done
Post: [SOLVED] REST API request does not reply until she...

Hi All, we are using REST API module by Chris Kacerguis. This is the code: PHP Code: -- public function getAllInformation_put()    {        ...            if (!empty($values['Network'...
4,215 Views
2 Replies
07-11-2017, 06:00 AM
Datenshi
    Thread: Last URI segment is zero (/0) -> error Disallowed characters
Post: RE: Last URI segment is zero (/0) -> error Disa...

Hi Again, finally I solved it. I found that long time ago we commented a check related to UTF8 encodig in URI.php Code: -- if ( ! empty($str) && ! empty($this->_permitted_uri_chars) && ! preg_m...
5,221 Views
4 Replies
05-23-2017, 08:44 PM
Datenshi
    Thread: Last URI segment is zero (/0) -> error Disallowed characters
Post: RE: Last URI segment is zero (/0) -> error Disallo...

InsiteFX Wrote: (05-22-2017, 10:20 AM) -- You need to show your code or we cannot help you. -- Hi, thanks for your reply, but it does not seem to be a code issue, because I can input any URL like: ...
5,221 Views
4 Replies
05-22-2017, 05:54 PM
Datenshi
    Thread: Last URI segment is zero (/0) -> error Disallowed characters
Post: Last URI segment is zero (/0) -> error Disallowed ...

Hi All, I tried to find a solution for this issue but nothing worked. When my REST api URI request is, ex. https://serverip/meeting/userlist/0 I always get the error "The URI you submitted has d...
5,221 Views
4 Replies
05-22-2017, 02:44 AM
Datenshi

Theme © iAndrew 2016 - Forum software by © MyBB