Jump to content

_lecro_

Member
  • Posts

    11
  • Joined

  • Last visited

Posts posted by _lecro_

  1. Ok in desperation i restored the old site files and all seems to work ok now

    but only after removing the code the hosts told me to add to the .htaccess file

    "suphp_configpath /home/sexpisto/public_html
    AddType application/x-httpd-php56 .php "

    ive created a test store for now but still getting the initial  " PHP 5.2.14 detected. CubeCart requires PHP 5.4 or higher"  problem.

    Is there a proper work around for this or will they have to upgrade the php version server side ?

  2. 12 minutes ago, bsmither said:

    The function chmod_writable() is in the file /includes/functions.inc.php.

    We need to learn if PHP cannot find or is being denied access to this file, or if this file is an older version that does not have this function.

    how would i establish if php cannot find it or being denied access to it ?

    functions.inc.php is 0644 and is the new file from the upgrade folder , if that helps

     

  3. Ok well i check the perms , they looked ok

    then deleted all apart from

    images/ 
    includes/global.inc.php
    includes/ini.inc.php 
    language/

    re uploaded new files , rechecked perms .. still same issue :(

    Maybe should have mentioned another issue i had to start,

    i first got " "PHP 5.2.14 detected. CubeCart requires PHP 5.4 or higher." 

    the shared host has cubecart 6.1 as a softilicious install and suggested adding "AddType application/x-httpd-php56 .php " into the .htaccess file

    and replacing the php.ini (attached) with one they supplied although 5.2.14 detected error did go it gave the initial error i posted :/

    php.ini

  4. A site i maintain has been running CC v3 for the last few years without any issue

    we decided it was time for an upgrade so followed the upgrade procedure

    when going to setup there is an error...

    "

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    "

    if i go past that to setup.install.php i get a different error ...

    "
    Fatal error: Call to undefined function chmod_writable() in /home/sexpisto/public_html/shop/setup/setup.install.php on line 43

    "

    JFYI line 43 is "if (!chmod(CC_ROOT_DIR.'/'.$target, chmod_writable())) {

    Any thoughts ?

  5. I think i have almost found the answer to my problem,

    our site uses frames and i noticed that when i went direct to the store page rather than from clicking the link on the site which goes through a frame the payment went through straight away..

    i mailed paypal tech support and got this response

    "When our logos are used in a Frame, the PayPal URL is not displayed, nor is the security lock displayed in the browser.

    This can also cause Run Time errors for most browsers if using Javascript on the web site.

    According to our User Agreement you are prohibited from using a PayPal logo to display a PayPal payment page of any kind inside of a Framed Page.

    If using frames, you will want to add target="paypal" in the <form action> tag of the HTML code to prevent our payment page from being displayed in a Frame."

    SO ,any ideas how to do this or will i have to recode the site a bit

  6. Which version of cubecart are you using and which method for paypal?

    I use 3.0.14 and the standard without ipn and never have any problems.

    Im using v3.0.15 with paypal & IPN,

    The odd thing is when i create a test user it connects to paypal ok although it does stick on the connecting page for anything upto a couple of minutes ..

    but i asked a couple of others to try and they got this msg

    "We cannot process this transaction because there is a problem with the PayPal email address supplied by the seller. Please contact the seller to resolve the problem. If this payment is for an eBay listing, you can contact the seller via the "Ask Seller a Question" link on the listing page. When you have the correct email address, payment can be made at www.paypal.com."

    But payments have been made and nothing has changed with the cc settings :)

×
×
  • Create New...