Forum Replies Created
-
Author
-
RLiozParticipant
Andrey, you are selling a commercial software providing a video tutorial on the installation. Why wouldn’t you specify the environmental requirements that allow your clients to install YOUR software following YOUR instructions? Especially it might be helpful if some of the required configurations are different from the standard/default parameters that the environmental components are coming with. I don’t think offering to play with ALL possible values is the best support practice. At least it is not what I would expect.
RLiozParticipantRadu,
I am using wamp, trying to follow vendor’s instructions (it says “upload the zipped theme file, after that the child theme zipped file , etc); don’t like the idea of applying any workarounds at this point as need to isolate the theme problems from the environment problems.
RLiozParticipantWell… That’s how I spent my entire day yesterday:-). Testing my environment, I was able to upload a few other themes, but got stuck with this one. As you suggested, I’ll spend more time on playing with my php/appache configurations, but will also appreciate if you offer some more specific suggestions. Actually, I like the theme planning to buy several licenses for multiple websites unless continue facing issues with support and customization.
RLiozParticipantAndrey,
If the stack configuration introduces limits for the standard procedures (like uploading or unzipping themes ) on my local server, I would rather understand and fix this problem than going with a work around like manual unzipping, etc. Could you please elaborate? Or refer me to the place where I could find some details on the issue and on the possible solution? Thank you!
RLiozParticipantForgot to mention(thought it might be related to the problem). I have installed the theme on my website hosted by ipage and started working on the customization there. After a while I realized there is pretty big development so decided to do it on my local host. In fact, I am trying to download the theme for the second time now. it shouldn’t violate the license agreement since now it is my local host used for development only, right?
RLiozParticipantI changed my config parameters as following:
wp-config.php
define(‘WP_DEBUG’, true);
define(‘WP_MEMORY_LIMIT’, ‘256M’ );
define(‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );php.ini
upload_max_filesize = 256M
post_max_size = 256M
max_execution_time = 300
memory_limit = 256M.htaccess
php_value memory_limit 256M
php_value upload_max_filesize 64M
php_value max_execution_time 300
php_value max_input_time 300
php_val post_max_size 64MBut still getting the same error.
I am using WordPress 4.2.2 installed on local host ; Windows 8.1 Microsoft Surface Pro
-
AuthorPosts