Jump to content

foz1234

Member
  • Posts

    263
  • Joined

  • Last visited

  • Days Won

    4

foz1234 last won the day on May 23 2018

foz1234 had the most liked content!

Profile Information

  • Gender
    Male
  • Location
    Earth

Recent Profile Visitors

7,144 profile views

foz1234's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator Rare
  • Conversation Starter
  • Week One Done
  • One Month Later Rare

Recent Badges

5

Reputation

  1. Thank you Brian, it looks like info is now flowing.
  2. On line 22 I have {include file='templates/element.js_head.php'} In element.js_head.php {assign var=js_head value=[ 'skins/{$SKIN_FOLDER}/js/vendor/modernizr.js', 'skins/{$SKIN_FOLDER}/js/vendor/jquery.js']} {combine input=$js_head output='cache/js_head.{$SKIN_FOLDER}.js' age='604800' debug=$CONFIG.debug||!$CONFIG.cache} {foreach from=$HEAD_JS item=js}{$js}{/foreach} Thanks Brian
  3. My next step if the test site didn't work was to contact you Al about a quote to see what you would charge me. In all honesty its a small store that I don't sell a lot from 99% of my business is done from eBay nowadays its just a point of contact for my customers for info etc so not sure if its worth the price to update however it's already out of date and each day goes by it further out so if I update it should last a few more years I expect. Would you please pm me what you would need from me to provide for a quote to update my store, that is if you still offer that service. Cheers.
  4. Due to SemperFIWebServices no longer being around and supporting my plugins, my CC is pretty much stuck on 6.2.5 and PHP 7.2 Just wondering if I can create a new temporary CC store in say https://mydomain/test folder, then upload a back from my main store, no need for customer details, I just want to see at what point/CC version my plugins break if indeed they do, trying to avoid killing my online store and needing to restore it. SemperFIWebServices plugin's currently running: SFWS Custom Foundation 5 Skin V3.3.0 SFWS Special Content Boxes V4.1.0 SFWS Homepage Featured Products V4.0.0 Site Messages v4.0.0 Asking to assess if this will actually work? Your thoughts appreciated.
  5. Hi Brian Thanks for your time replying, I have done as instructed, however the debug tag assistant https://tagassistant.google.com/ Does not seem to find the tag, fails with: There are currently no debuggable Google tags at that address. Please verify that: There is a Google tag on the page. The Google tag is not a legacy tag. Learn more The Google tag is not being blocked, e.g. by a browser extension or a consent dialog.
  6. Hi Brian I would love to upgrade my small CubeCart store but I have 4 x SemperFIWebServices addons installed, not sure how far I can upgrade without breaking these and causing massive head ache for myself, main reason for wanting to upgrade CC is the PHP version: Custom Foundation 5 Skin Configuration Homepage Featured Products Site Messages Special Content Boxes finally found my old login details
  7. Custom Foundation 5 Skin v 3.3.0
  8. Update: Working now with PhP 7.2. Will get CubeCart updated this coming week.
  9. Further update, I followed the I cant login to the admin side of my store changed the password as instructed, it went all as expected, again when i try and login it just doesn't login past the login screen using the new password. i see the new password changed from 0 to 1 after i attempted to login and i see the login value go up except i can not login. So further investiation shows, in the store, if i try and add any item into my basket it does not add to the basket. Something is messed up, the cpanel lowest php version is 7.4 could this be the issue? i can't remember the store version but its about 2 years since updating i bet it could be v6.2.5 as signature.
  10. The correct wording error I am getting while trying to reset my password, I receive the email from my site to reset the password click the reset link, enter the password twice and press submit then error: The validation key and/or email address are not valid. Please try again.
  11. Renamed both so correct now, but no error_log created as i can see
  12. I am trying to access it from home network on pc, i had tried using a commercial vpn and also mobile data before posting, i even used a site-to-site vpn to eliminate my ISP being the issue and another pc. I have that code to create the log renamed from a previuos debug ini-custom.inc.php-stopped the problem when i renamed it i see i have another file with the name ini-custom.inc.php this contains the below code <?php if( ( (isset($_GET['seo_path']) && $_GET['seo_path'] == "register") || (isset($_GET['_a']) && $_GET['_a'] == "register") ) && !empty($_POST['first_name']) && !empty($_POST['last_name']) && ( (!empty($_POST['phone']) && $_POST['phone']=="123456") || # //preg_match('/[A-Z]\z/',trim($_POST['first_name']))===preg_match('/[A-Z]\z/',trim($_POST['last_name'])) (ctype_upper(substr(trim($_POST['first_name']),-2)) && ctype_upper(substr(trim($_POST['last_name']),-2))) || !empty($_GET['agreed']) ) ) exit; // Kills PHP leaving browser with white screen if (preg_match('/.*[\x{0400}-\x{04ff}\x{0500}-\x{052f}\x{2de0}-\x{2dff}\x{a640}-\x{a69f}\x{1d2b}-\x{1d78}].*/u', $_POST['contact']['enquiry'])) exit;
  13. Hi Brian it's been a while hope your keeping well mate, Yes that is the url i have been using so that is correct, just not clear why I am unable to login to cubecart site or reset the admin password. I know people say they know the password but i use password manager across all my devices 99.9% sure its correct I have not changed it anyway. When I login it doesn't say wrong password or anything, should it? What would you recommend Brian? When I try resetting the password I receive the email, click the link, put new password in twice as requested but then it says wrong validation key or email. Is it possible I have been hacked and they have changed my password? Cheers for your time replying. Foz
  14. After further investigation in public_html folder my admin folder has a different name eg admin_sGf07b but my web links saved are domain/admin_4Kpxxx My provider moved over to a new system a few weeks back, not sure I've logged in since, could this explain my issues? I have tried the domain/admin_sGf07b but it resolves to the main landing page any ideas?
  15. As title says, I am unable to login to my cubecart site, the user and password is correct, it doesn't say anything about wrong credentials. Should it say wrong user or password if incorrect? Thanks P.s sorry for double post in general area
×
×
  • Create New...