Search results

  1. C

    Error: 1E9F63B0

    I switched to otro.com to test and I didn’t get an error. If I try to park itcubo.com I get: Error from hooks wrapper: Domain action was not successfully completed [1]. Error: Error from park wrapper: itcubo.com is already configured. Thx
  2. C

    Error: 1E9F63B0

    Hi, I’m getting an error: 1E9F63B0 when trying to switch my main domain. First I had it as itcubo.com, then I moved to itcubo.x10hosting.com, and now I’m getting the error while trying to make it again itcubo.com. Thanks,
  3. C

    Grant Execute Rights on a Stored Procedures

    @dlukin It worked thanks. Below is the example: <?php $link = mysql_pconnect("localhost", "cmalvido_username", "password") or die("Could not connect"); mysql_select_db("cmalvido_dtr") or die("Could not select database"); $q = <<<EOF CREATE PROCEDURE test() BEGIN // code ...
  4. C

    Grant Execute Rights on a Stored Procedures

    Hi, I’m trying to grant execute permission to all stored procedures in my database using phpMyAdmin, but I’m getting an error: #1044 - Access denied for user 'cmalvido'@'int.starka.x10hosting.com' to database 'cmalvido_dtr' SQL Query I’m using: GRANT EXECUTE ON PROCEDURE cmalvido_dtr.* TO...
Top