Recent content by spadija

  1. spadija

    Out of memory error - Problem of the day :P

    That's a different problem. That means your site is using too much of the server's processing power. My site (also Wordpress and also one that never ran into the PHP memory limit before) is getting the same error while trying to allocate 7680 bytes, though on a different script.
  2. spadija

    Cron stopped working after end of September

    Alright. It's working again. Is there a way to write an equivalent script in PHP? Since PHP's mail function works, that would make my script no longer dependent on email notification, but I have no idea how to do something like mysqldump from PHP, since I'm going to assume system() is...
  3. spadija

    Cron stopped working after end of September

    The script is a .sh file, so I don't think I can call it from the web. This is the script (minus personal data) which worked up until October. DBNAME=spadija_<database> DBPASS=<my password> DBUSER=spadija_root EMAIL="<my gmail>" SUBJECT="Chaos in a Can Backup" DATE=$(date +%m-%d-%Y)...
  4. spadija

    Cron stopped working after end of September

    Alright. Thanks!
  5. spadija

    Cron stopped working after end of September

    I have a cron job set to email me a backup of my site's database every night, and it was working perfectly until October 1. The last email I received was on September 30 and my inbox still has a good 7.4GB of free space. My site is chaosinacan.com (or chaosinacan.x10hosting.com) and is...
  6. spadija

    Sending email contact form from flash using PHP

    I'm not familiar with Flash at all, but I do know Flash can communicate with JavaScript. You could try placing a hidden HTML form on your page, then using JavaScript or some other method to copy the form values from Flash over to the hidden form and submit it. There might also be some way of...
  7. spadija

    Cannot update large posts in WP after MySQL update

    Okay, this seems to be a problem with my campus network, since everything works fine from my home network. I'll have to talk with the network admins here and see what the problem is.
  8. spadija

    Cannot update large posts in WP after MySQL update

    It's still happening. I'm on starka if that helps. I've tried posting with all plugins disabled and it still didn't work. I tried creating a new database and copying everything over, but that didn't fix it either. Now I have two databases and cPanel refuses to delete the second one...
  9. spadija

    Cannot update large posts in WP after MySQL update

    I am using Wordpress 2.9.2 and I am having trouble updating or posting posts. This started happening within the last week, so I think it is related to the recent MySQL update. My site is http://chaosinacan.com (or http://chaosinacan.x10hosting.com) If I try to post a decent sized post, (say...
  10. spadija

    Account keeps getting suspended for high resource usage

    My website (http://chaosinacan.com) keeps getting suspended for high resource usage every couple of days and I can't figure out why. I am running Wordpress with a number of plugins, most of which shouldn't require much resources. My site is running in the same configuration it has been for...
  11. spadija

    Cannot log in to cPanel, FTP

    My account was transferred from fris to starka, and all of my files are present, but I cannot log in to cPanel or FTP and I cannot update my password. The x10hosting control panel still shows my server as fris. My website is up, but my database permissions seem to be off, as my site cannot...
  12. spadija

    Account still suspended

    Awesome. thanks!
  13. spadija

    Account still suspended

    My account is still suspended for "user transfered to another server" even though the move is complete. Can someone please unsuspend me?
  14. spadija

    How To Know Saved password In Browser ?

    Not in Opera or Chrome. I'd check Safari too, but that's updating right now. Chrome will only show you the site and username you saved a password with, and Opera will only show you the site. Opera also gives you the option to set a master password to encrypt all the others, so you can't get...
  15. spadija

    Wierd column shifting on my wordpress blog

    Could you show a picture of what the problem is, and if possible, what it's supposed to look like? One thing that really helps when fixing layout problems is a good DOM inspector. If you use Firefox, install Firebug. In Opera and Chrome, right click on an element and choose "Inspect...
Top