Search results

  1. R

    Revert Cpanel theme

    Don't want to take over the post but I have the same problem. My theme is not coming up as should. My address is: http://r0nmlt.x10.mx
  2. R

    JSON

    there seems to be some reluctance into solving this issue.
  3. R

    JSON

    Any body can reproduce the same script on xo1. As I have a suspician the issue surrounds xo1. | my xo1.x10hosting.com | bdistler's xo3.x10hosting.com| bdistler's tommy.heliohost.org| my tommy.heliohost.org | | | bcmath |...
  4. R

    JSON

    I am on xo1 so there could be a clue why some have environs that work and others not. Re: cloudwhe I have been toggling the switches so many of those times they have gone wobbly.
  5. R

    JSON

    Thanks for the support caftpx10 and the effort to get to the root of this problem. I tried to go through all the checks again with this issue. I changed through all the PHP versions, I toggled DOM and XML modules, but to no avail. I appreciate darknessiseek's effort into directing me to an...
  6. R

    JSON

    I appreciate your effort darknessiseek and at some point I will have to look into altering the script to work around the issue without using json_decode() or implementing an alternative json_decode(). In a quick attempt yesterday I just copied and pasted the code you referred to and my script...
  7. R

    JSON

    I'm not sure I am understanding what you mean. json_decode() is NOT a custom function, it is part of the Json module that is loaded on PHP startup. If you go into "Select PHP Module" from Cpanel you can see that you can check or uncheck the json module. Notwithstanding toggling, the module is...
  8. R

    JSON

    i'm bumping this again as my json modules are still not loading to PHP heeeeeellllppppp
  9. R

    JSON

    i'm bumping this up hoping an admin has a look at it
  10. R

    JSON

    closing the account is not an option as reopening the account from my country is no possible. i opened the account 5 years ago and maybe back then the restriction were not in place. so my only other option remains to hope for an admin to see to this thread
  11. R

    JSON

    ok i'll try closing the account and reopening it and see what happens thanks a lot for your time
  12. R

    JSON

    now that is even weirder. how do i get solving that?
  13. R

    JSON

    ?!?! JSON is checked or is it not?
  14. R

    JSON

    I tried all versions available (5.4, 5.5, 5.6, 7.0) with JSON enabled. still no output showing JSON as loaded.
  15. R

    JSON

    would anybody try my script out and see if their output is the same
  16. R

    JSON

    I have this script in /public_html <?php date_default_timezone_set('Europe/Malta'); echo "The time is " . date("h:i:sa") . "<br>"; echo "<br>"; echo phpversion() . "<br>"; echo "<br>"; $disabled_functions = ini_get('disable_functions'); print_r($disabled_functions); echo "<br>"; echo...
  17. R

    JSON

    I hadn't heared of msgpack but googled it and seems like a good replacement for the json. BUT once again it needs to be loaded with PHP and it isn't so not much use. If things remain as is I will have to rewrite my script without the JSON database.
  18. R

    JSON

    my level of support is only through the community forums as I use the free service. I am still hoping one of the admins will look at this thread and rectify the situation.
  19. R

    JSON

    yes I agree. JSON used to be loaded as I have a php script that relies on json_decode. One fine day this script stopped working and when I debugged why I realised that the json module is not being loaded. Apart from db() is there a way to try to make PHP load json?
  20. R

    JSON

    i'll wait :) i tried choosing different PHP versions and enabling JSON module in "Select PHP version" to no avail.
Top