Search results

  1. R

    JSON

    An update to the above. I ran the following code to get the loaded extensions: $extensions = get_loaded_extensions(); foreach($extensions as $extension) { echo $extension , "<br>"; } The result is: Core date ereg libxml openssl pcre sqlite3 zlib bz2 calendar ctype curl hash filter ftp...
  2. R

    JSON

    Up until yesterday I could run a script using JSON extensions. Today I am getting: Fatal error: Call to undefined function json_decode() in xxxxxx.php on line 24 Anyone has any idea what might have gone wrong. I rechecked the phpextentions and json is enabled. I am using version 5.5.
  3. R

    Email

    Actually email used to work perfectly up to about a week ago. But now there is a config problem: This is when the email is actually sent by my php. Time is correct. Received: from *** by xo1.x10hosting.com with local (Exim 4.87) (envelope-from <***@xo1.x10hosting.com>) id...
  4. R

    cPanel Error

    there seems to be a problem as the home directory is not available on my account either. Am trying to ping stoli but it is coming on and off so something has really gone astray
  5. R

    Getting: "Disk Full, Please Upload Later"

    same here. ftp was giving me disk full, now not even connecting. Was using cpanel file explorer to upload files but now cpanel is saying server too busy!!!
  6. R

    i cant access my site or cpanel

    Same here stoli won't let me into the Cpanel or FTP. My website is also down. www.maltaholidayapartment.com
  7. R

    Site Down No Files or Directories in cPanel

    I'll stick around cause maybe it was just bad luck with the outage happening the day i register! Cpanel is up but for some reason files are still nowhere to be seen and no folders can be created or files uploaded. ---------- Post added at 07:57 PM ---------- Previous post was at 07:53 PM...
  8. R

    Site Down No Files or Directories in cPanel

    Oh wow been seeing what's wrong from my end as this morning i was using a different PC and all was fine, and tonight .. nothing. Was blaming windows then router, looked all over the place, searched the forum... only after 2 hrs did i check here.. lesson learnt. Well not too impressed. V'been...
  9. R

    Home directory not created

    I cannot create new folders. Home directory must have not been created on initial setup.
Top