Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Unable to see payment module (paypal) after upload a site to a server

paypal module payment module

  • You cannot reply to this topic
5 replies to this topic

#1 m.ather

  • Community Member
  • 14 posts

Posted 18 December 2011, 08:36

Hi,
I have installed Standard paypal module to test the paypal payment system on localhost with my shopping site. It was all working fine. But now i have uploaded my site to a Server and i am getting all the options for catalog, images,etc etc but i can NOT see payment module at all, i see just a blank page. I can't even install any payment module because there are no options or modules available like i had on localhost (where i installed paypal). Please help and advise Thanks.

kind regards,
Ather

#2 BryceJr

  • Community Member
  • 1,448 posts
  • Real Name:Bryce

Posted 18 December 2011, 10:39

Open your configure.php file for your admin and post the following lines.
define('DIR_FS_DOCUMENT_ROOT', ''); 
  define('DIR_WS_ADMIN', '');
  define('DIR_FS_ADMIN', '');
  define('DIR_WS_CATALOG', '');
  define('DIR_FS_CATALOG', '');

Also, make sure that you don't have a configure.php file in your admin/includes/ local folder
and permissions are properly set (755 for folders, 644 for files).

#3 m.ather

  • Community Member
  • 14 posts

Posted 22 December 2011, 09:00

hi bryce,
Thanks for your reply. I really appreciate that.

My configure file is as follows,

define('DIR_FS_DOCUMENT_ROOT', '/public_html/'); //??? --> This is my webserver directory where i have copied all file. Does it has to be blank ' '?
define('DIR_WS_ADMIN', '/admin_dir/'); // I have changed the name of admin folder. what should be the path?
define('DIR_FS_ADMIN', '/public_html/admin_dir/');
define('DIR_WS_CATALOG', '/');
define('DIR_FS_CATALOG', '/public_html/');
I think we are nearly there. please explain little bit more for my less knowledge. Thanks again. your are great.

cheers

#4 m.ather

  • Community Member
  • 14 posts

Posted 22 December 2011, 09:10

Also my server support 444 for file and 755 for a folder. thanks

#5 m.ather

  • Community Member
  • 14 posts

Posted 27 December 2011, 01:35

Its resolved and showing now. Thanks

#6 kieran_mullen

  • Community Member
  • 143 posts
  • Real Name:Kieran D Mullen
  • Gender:Male

Posted 29 January 2012, 19:21

What did you do to resolve it?
Thank you

View Postm.ather, on 27 December 2011, 01:35, said:

Its resolved and showing now. Thanks