troberts
Forum Replies Created
-
Forum: Your WordPress
In reply to: wpCU3ER – plugin for CU3ER 3D image sliderI tried it out and found it difficult to setup with the free account. I bet it’s easy once I pay for the pro version but I won’t do that unless I can try it out first. I was able to edit the xml file to display the photos I wanted but the installation via WordPress did not place the “required” files were I expected when I went through the canned setup. Even after uploading the “required” files within wordpress, the application kept saying it the files weren’t there. Very frustrating, I am wondering if you have any suggestions or if I should pursue this any further.
Forum: Fixing WordPress
In reply to: Increase upload file sizedefine(‘WP_MEMORY_LIMIT’, ’64M’);
in the wp-config.php file did not work either.Sorry for my wording about “checking my php.ini file”. I did it both ways, I ssh’d to the server and looked directly at the file as well as from a browser where I ran phpinfo.php. The increased values I expected are there.
Forum: Fixing WordPress
In reply to: Increase upload file sizeI did check my php.ini file and the new settings did stick. I’ve even tried adding this to my .htaccess file:
php_value upload_max_filesize 20M
php_value post_max_size 20M php_value max_execution_time 200
php_value max_input_time 200Neither has had an impact. I looked at the wp-config file but do not see where I would increase the upload limit at. Perphaps another location?
Forum: Fixing WordPress
In reply to: How to increase media upload file sizeI am using WordPress 3.01 installed on a unix server with redhat el5. It is running the apache server. I’ve changed my php.ini file to memory_limit=16M, post_max_size=8M and upload_max_filesize=2M. I still get message in WordPress saying “Maximum upload file size: 1MB”. If I try to proceed with the upload I will get this error message ‘This file exceeds the maximum upload size for this site.’ the filesize of the file I am trying to upload is 2.89MB. It seems that there must be a wordpress setting or file that I need to update. The question is where, which one? I am using wordpress 3.01. Any help or suggestions appreciated!
Forum: Networking WordPress
In reply to: WordPress 3.0 Multisite using sub-directories not creatingThanks. I will check it out.
Forum: Networking WordPress
In reply to: WordPress 3.0 Multisite using sub-directories not creatingAny additional ideas/thoughts on my problem with my sites not showing up online?
Forum: Networking WordPress
In reply to: WordPress 3.0 Multisite using sub-directories not creatingmod_rewrite is enabled, AllowOverride FileInfo options in vhost is set to ALL. I am not sure about pretty permalinks, as I’ve not really used them before. However, I went into the Permlinks module and made a change, I received a pop up message that the change was successful.
Forum: Networking WordPress
In reply to: WordPress 3.0 Multisite using sub-directories not creatingsubdirectories not subdomains
Forum: Networking WordPress
In reply to: WordPress 3.0 Multisite using sub-directories not creatingI am unable to create blogs within WordPress 3.0.1. Here’s what I’ve done so far: I did a complete removal of previous installation of WordPressMU (including the database). I did a clean install of WordPress 3.0.1., I “created a network” as instructed via the online documentation. with updating the .htaccess file and the wp-config.php file. When I add a new “site” everything appears normal until I try to go to that site and I get the 404 error page not found. I had no problem with creating new sites with WordPressMU, no changes have been made to the server. Any ideas or suggestions on how to get my new sites to show up online?
Thanks for the help.