Jump to content

Uze DaFarce

Member
  • Posts

    15
  • Joined

  • Last visited

Everything posted by Uze DaFarce

  1. Looks like it was a permission issue... I never thought to check, since it had been working before, but CC did not have "write" permissions to /images/cache. They are updating now.
  2. Hmm, that was not at all what was happening for me. I tried both my version of mican and the default version of mican, and a few other default templates, with both caching enabled and disabled, for a couple hours, in multiple browsers, and the images were never regenerated back into /images/cache.
  3. Wasn't really asking for a new feature, just hoping there was such a thing. I had deleted the files from /images/cache folder thinking that they would be re-populated on switching skin, rather than during setup. Not sure why I thought that... I don't know how I lost a couple *.50.* files before, but made a much bigger mess for myself trying to fix it. I just created new versions of all the files with a ps script, so all is good, and now I will have backups . Was just wondering...
  4. Sorry to butt in a little OT, but.... Is there are way to force this to happen? I deleted the files in /images/cache since a few had disappeared, and I cant get CC to rebuild them. I tried renaming my skin, tried with caching disabled/enabled, tried re-uploading my product images...
  5. My store is not really ready, should I turn it on for a few minutes? I turned it on for a few http://secure.pjshawconsulting.com/index.php
  6. There is only one {$SITE_DOCS} in skinsmicantemplatesmain.php. Also, this only happens on the homepage.
  7. I have been messing around with the Mican:Black templates, but I am pretty sure that's not what caused this. It showed up after I clicked save from the main page of admin.php?_g=documents. I tried disabling all the documents & saving, re-enabling > saving, clearing all the caches, turning off caching, and it won't go away. It must be a background image because nothing is select-able, and possibly supposed to be in a hidden block? It shows up in multiple browsers. Any help would be greatly appreciated, thanks!
  8. "It is permissible to use FTP" Sadly, godaddy blocked my IP for FTP the other day when I tried to FTP the files from my subdomain that had only cubecart on it to my local dev box. They said they were looking into it yesterday afternoon, and would send me an email, but I still can't FTP. Plesk - File manager would certainly work for deleting the cache though, I should have tried that.
  9. oh, btw, the forced error logging worked, and now I can the now non fatal warnings in error_log . Although it would have been nice (especially for future users) to see what was going on while it was failing. Thanks!
  10. OK, maybe it was a caching issue? As soon as I uploaded ini-custom.inc.php, I was able to access maintenance with no errors. Or maybe increasing memory_limit or max_execution_time fixed it?
  11. Godaddy doesn't save php error logs. Trying to set up custom defined error logs, but not working yet. They say it can take a few hours, but their documentation is so outdated, it's more likely the instructions are totally wrong.
  12. Oh, also, just to be clear, that is correct. Until I set error_reporting the only thing I saw was a standard 500 error message page, no part of admin page whatsoever.
  13. Hmm, sorry, I am pretty rusty, set php error_reporting to E_ALL now I am seeing the PHP errors ... Don't have gateway set up yet, and "Enable SEO URLs" is off. PHP Notice: Undefined index: type in G:PleskVhostsmysite.comsecurecubecartcontrollerscontroller.admin.session.true.inc.php on line 28 PHP Notice: Undefined index: setup in G:PleskVhostsmysite.comsecurecubecartadminsourcesmaintenance.index.inc.php on line 37 PHP Notice: Undefined variable: database_result in G:PleskVhostsmysite.comsecurecubecartadminsourcesmaintenance.index.inc.php on line 480 PHP Warning: Invalid argument supplied for foreach() in G:PleskVhostsmysite.comsecurecubecartadminsourcesmaintenance.index.inc.php on line 498 PHP Warning: krsort() expects parameter 1 to be array, null given in G:PleskVhostsmysite.comsecurecubecartadminsourcesmaintenance.index.inc.php on line 503 PHP Warning: Invalid argument supplied for foreach() in G:PleskVhostsmysite.comsecurecubecartadminsourcesmaintenance.index.inc.php on line 505 PHP Notice: Undefined variable: existing_backups in G:PleskVhostsmysite.comsecurecubecartadminsourcesmaintenance.index.inc.php on line 519 PHP Notice: Undefined index: RESTORE_ERROR_LOG in G:PleskVhostsmysite.comsecurecubecartcacheskin10eab8e100dce2829d28f8715965271ecb934447.file.maintenance.index.php.php on line 144 PHP Notice: Trying to get property of non-object in G:PleskVhostsmysite.comsecurecubecartcacheskin10eab8e100dce2829d28f8715965271ecb934447.file.maintenance.index.php.php on line 144 PHP Notice: Undefined index: OUT_OF_DATE in G:PleskVhostsmysite.comsecurecubecartcacheskin10eab8e100dce2829d28f8715965271ecb934447.file.maintenance.index.php.php on line 157 PHP Notice: Trying to get property of non-object in G:PleskVhostsmysite.comsecurecubecartcacheskin10eab8e100dce2829d28f8715965271ecb934447.file.maintenance.index.php.php on line 157 PHP Notice: Undefined index: UPGRADE_ERROR_LOG in G:PleskVhostsmysite.comsecurecubecartcacheskin10eab8e100dce2829d28f8715965271ecb934447.file.maintenance.index.php.php on line 178 PHP Notice: Trying to get property of non-object in G:PleskVhostsmysite.comsecurecubecartcacheskin10eab8e100dce2829d28f8715965271ecb934447.file.maintenance.index.php.php on line 178 PHP Notice: Undefined index: EXTRA_JS in G:PleskVhostsmysite.comsecurecubecartcacheskinf045f58d5b9bc4bc9c28d92d66dce1edf9a76a60.file.main.php.php on line 237 PHP Notice: Trying to get property of non-object in G:PleskVhostsmysite.comsecurecubecartcacheskinf045f58d5b9bc4bc9c28d92d66dce1edf9a76a60.file.main.php.php on line 237
  14. Hello brainiacs! I am unable to access the maintenance tab (or related functions, like clear cache link via debug) in admin at all. I get a 500.0.0 error. Everything else seems to be working fine. The error from the logs is - 500 0 0 672 497 812. I am currently using the Lite version of the software to see if I can get it to work for us. We are a small services based company and only have a couple of services that could be considered "products" with fixed prices, I need to figure out a solution to be able to charge (bill) CC customers for service work completed via FirstData gateway, cheaply and safely. I have spent days trying to look for this, but the internet is totally flooded with hosted/expensive solutions. Anyone have any ideas? Thanks!
×
×
  • Create New...