Search results

  1. descalzo

    MySQL User is getting dropped

    Again, that is not his point. His point is that he thinks the database user will be dropped again. And again. And he will have to continue to re-add the user with permissions, again. And again.
  2. descalzo

    MySQL User is getting dropped

    I don't that is his point.
  3. descalzo

    Hosting removed

    DNS server handling your query: ns1.x10hosting.com DNS server's address: 99.198.122.2#53 Name: jonathanandleah.com Address: 74.63.233.3 (this is Limestone Networks)
  4. descalzo

    Permission

    "application", perl, PHP, Python? All have chmod functions to set permissions.
  5. descalzo

    const in php doesn't work

    Same error, but different line number? Did you remove both 'public'
  6. descalzo

    const in php doesn't work

    Not 100% sure, but I don't think a const can take a visibility modifier. ie, drop the 'public'
  7. descalzo

    Permission

    You can also set the permissions from cPanel --> FileManager
  8. descalzo

    My website is down since a week

    Please try: 1. cPanel --> MySQL Databases Current Databases aaa_jo151 0.00 MB aaa_jo151 X Delete Database Click on the user Check ALL PRIVILEGES on the next screen Even if all the other boxes are checked, check "ALL" Click "Save Changes" Repeat for all db users
  9. descalzo

    PHP task scheduling

    How is it "scheduled"? For a script to run, someone/thing has to envoke it. Called as a web page, run by the cron daemon, or called from another page/script.
  10. descalzo

    error 500 problem

    The Admins have been doing work on the mySQL server. When they do, it has the unfortunate byproduct of dropping the permissions.
  11. descalzo

    MySQL Error

    Please try: 1. cPanel --> MySQL Databases Current Databases aaa_jo151 0.00 MB aaa_jo151 X Delete Database Click on the user Check ALL PRIVILEGES on the next screen Repeat for all db users Click "Save Changes" That should work. 2. Still no connection, check the software...
  12. descalzo

    Problem with fopen() function in php

    Why do you have two submit buttons? What is the purpose of "switch" ? You have two forms on the page.
  13. descalzo

    Problem with fopen() function in php

    <input type="submit" value="submit" name="submit"/>
  14. descalzo

    MySQL Server down

    Please try: 1. cPanel --> MySQL Databases Current Databases aaa_jo151 0.00 MB aaa_jo151 X Delete Database Click on the user Check ALL PRIVILEGES on the next screen Click "Save Changes" That should work. 2. Still no connection, check the software confinguration/settings file . It should set...
  15. descalzo

    "allow_url_fopen" is enabled on server cossack?

    I assume it is enabled already. What is your code that needs it enabled and is giving you an error message?
  16. descalzo

    Problem with fopen() function in php

    In computing, ioctl (pronounced /aɪˈɒktəl/ or "i-o-control") is a system call for device-specific operations and other operations which cannot be expressed by regular system calls. It takes a parameter specifying a request code; the effect of a call depends completely on the request code...
  17. descalzo

    Function seen as "Unexpected T_STRING"

    echo '<html> <head> <title>Contents of "' . $_GET['_DIR'] . " - Mindos DM 2.4.2</title> </head> <body bgcolor="#000000" onload="document._comm.cmd.focus()">'; # the 'error' is reported to happen after this which means the real error is before this That error usually...
  18. descalzo

    MySQL user keeps getting dropped

    Probably just a quirk of cPanel
  19. descalzo

    Function seen as "Unexpected T_STRING"

    Posting the contents of mdm.php would help.
  20. descalzo

    Server files' domain(s) question

    I believe that each of the software has a configuration file that sets the "official URL" of the site. Apparently one points to user.x10domain.tld and the other points to domain.tld and the install noted the difference. I would look at the configuration.php or settings.php file for the...
Top