JNeuhoff wrote:export / import module I installed the 1.4.8 version
gives out the data within the module, but does not receive data
Why?
Don't know because you don't give us any more details.
For instance, what's in your server's error_log? What's in your OpenCart's
system/logs/error.txt? Have you a correctly pre-installed PHP Pear? Who is your web host? What's the URL of your site? What error message, if any, do you see in your web browser? What do you mean by giving out data, but not receiving it?
sorry,
1- my server don't have error_log for this
2- opencart error.txt is null
3- yes, php pear installed in admin correctly
4- my host is bluehost
5-
http://www.sevimlioyuncak.com
6- I don't have any error message
7- "What do you mean by giving out data, but not receiving it?" mean;
export is correct
import is false
php.ini
magic_quotes_gpc = Off;
register_globals = Off;
default_charset = UTF-8;
memory_limit = 512M;
max_execution_time = 18000;
max_upload_filesize = 100M;
safe_mode = Off;
mysql.connect_timeout = 20;
session.use_cookies = On;
session.use_trans_sid = Off;
session.gc_maxlifetime = 12000000;
thanks