Search results

  1. M

    Please delete

    Not the account, only this thread. My website was not responding for a few minutes but it's ok now.
  2. M

    Disk Space Usage full?

    I have my 500 mb as disk space usage, checked with "disk usage" looks like 499 are on public_html but in true I don't have even 20mb used there. How can I solve this? EDIT: Looks like the error log had 490 MB. In so many files I really missed it.
  3. M

    Please delete

    Issue solved, please delete this thread.
  4. M

    How to perform backups

    Apparently there's no backup options in Cpanel from free accounts. My question is: is there a easy/tricky way to perform a complete backup that I'm not aware? Because the alternative is to compress all files and manually dump the DB.
  5. M

    Using remote files to avoid file hosting, allowed?

    In my web app, I have links to download files (android apps) - completely free apps (not ilegal, not warez of any kind) As I understand that X10 Hosting does not allow any type of filehosting, I will be storing those files/apps on a private server, and just keep the PHP script files (the...
  6. M

    Connecting to MySQL remotely

    Well, I suppose it is a host support question after all :P
  7. M

    Connecting to MySQL remotely

    Well, this is not truly a programming question, but it's not either a question for the support area so here it goes :) I have problems accessing my MySQL database remotely, I already set the necessary permissions on "remote mysql database", used the % and also the ip address of my network I'm...
  8. M

    Forum username/password recovery

    I tried many times since yesterday recover my forum access data from the email associated with this account, but I never received the email. I'm using Gmail and the email it's not on SPAM. Can you please help? EDIT: Curiously tracking down the ticket took me to the forum and I found my...
  9. M

    GridView: System.FormatException: Input string was not in the correct format

    Maybe next time :) Looks like the problem is when I use "backcolor=white" instead "backcolor=#FFFFF". Weird, maybe mono project sintax?
  10. M

    ASP.NET - Input string was not in the correct format

    Looks like the problem is using Sql Data Source to fill the GridView. So the solution is not use sql datasource, and fill the gridview in .cs file and also not use web.config That solve the problem ;)
  11. M

    GridView: System.FormatException: Input string was not in the correct format

    GridView: <asp:GridView ID="GridView1" runat="server" CellPadding="4" ForeColor="#333333" GridLines="None"> <RowStyle BackColor="#F7F6F3" ForeColor="#333333" /> <PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" /> <SelectedRowStyle...
  12. M

    ASP.NET - Input string was not in the correct format

    ASP.NET - Problem with Grid View and SQL data source Ignore the title - Problem with Grid View and SQL data source I've already managed to connect and access data from my database using MySQL. But now, in another page, I have a Grid View with sql data source. I used VS 2008 to create it...
  13. M

    ASP.NET - Problem connecting to database

    Solved renaming mysql.data.dll to MySql.Data.dl ;)
  14. M

    ASP.NET - Problem connecting to database

    I'm using MySql.Data.MySqlClient; so I can do a connection like this: MySqlConnection Conn = new MySqlConnection("server=server;Database=machado_db;userid=machado;password=pass;"); I work with VS 2008 and MySQL Connector but only found and uploaded mysql.data.dll. There's anything else I...
  15. M

    Problem with ASP.NET 2.0 - Error 500

    I cant use the guide because I'm using Windows.. So, the fact is: gdiplus is not in the system. and the solution? as you can see in my Xhtml code, I've almost nothing, so I cannot understand what's the problem. Apparently, the problem is when I use <asp:Login ID="Login1" runat="server"...
  16. M

    Problem with ASP.NET 2.0 - Error 500

    Linux Server does not work with .dll.
  17. M

    gdiplus.dll

    Hi, I've have the same problem, and I've done that, but still have the Error 500. After I rename it, i have the error 500 again, and then a new .htacess with 0 bytes is created in my public_html folder.. Any idea..?
  18. M

    Problem with ASP.NET 2.0 - Error 500

    I've done an web application, and I've almost removed all of the code (both .aspx and .aspx.cs) but Im still getting the error: I really dont know what to do. I've followed the steps of the tutorial (first .aspx and .aspx.cs and then new web.config file) but cant solve the problem. I really...
  19. M

    Getting Runtime Error

    I am upload my ASP.NET 3.5 files to my Free account but I'm getting RunTime error [CODE <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> Notes: The current error page you are seeing can be...
Top