money4yous Posted November 1, 2010 Posted November 1, 2010 Hi, I don't have a lot of time on my hands today, so sorry for getting straight to the point. I need to reset the paypal.php file to it's original value. I've messed up the html a bit. I'm getting the following error if I go to my shop url : Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/ebooks4y/public_html/includes/boxes/paypal.... I've uploaded my paypal referral id to paypal.php instead of just altering the html I just need the original paypal.php (html code) to replace it with the corrupt file Can anyone help please? Thanks
FIMBLE Posted November 1, 2010 Posted November 1, 2010 its a box that is causing this issue not the paypal.php (not html) file /home/ebooks4y/public_html/includes/boxes/paypal to stop this right now open either catalog / includes / colum_left.php or colum_right.php look for the call for a paypal boox and add a double forward slash at the begining of the line. as an example we will use the information box in colum_left.php you open the file and will see require(DIR_WS_BOXES . 'information.php'); at the bottom, if you add // at the front // require(DIR_WS_BOXES . 'information.php'); it will prevent it from being called. or change the require to include. Then you can work on that error in peace! osC does not ship with a paypal box so it must be an add on that has been added along the way. Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
money4yous Posted November 1, 2010 Author Posted November 1, 2010 Hi, I don't have a lot of time on my hands today, so sorry for getting straight to the point. I need to reset the paypal.php file to it's original value. I've messed up the html a bit. I'm getting the following error if I go to my shop url : Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/ebooks4y/public_html/includes/boxes/paypal.... I've uploaded my paypal referral id to paypal.php instead of just altering the html I just need the original paypal.php (html code) to replace it with the corrupt file Can anyone help please? Thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.