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
Latest News: (loading..)
Unable to see payment module (paypal) after upload a site to a server
Started by m.ather, Dec 18 2011, 08:36
paypal module payment module
5 replies to this topic
#1
Posted 18 December 2011, 08:36
#2
Posted 18 December 2011, 10:39
Open your configure.php file for your admin and post the following lines.
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).
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
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
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
Posted 22 December 2011, 09:10
Also my server support 444 for file and 755 for a folder. thanks
#5
Posted 27 December 2011, 01:35
Its resolved and showing now. Thanks















