-
after updating from Version 1.4.25 i get errors on the Edit Files section:
```
Warning: fopen(path\to\wordpress/.htaccess): failed to open stream: No such file or directory in path\to\wp-content\plug…
-
Similar to https://github.com/jekyll/jekyll/wiki/Sites would it be useful to have a list of some skeleton setups with different frameworks? For instance, I've been working on a new site, and there's s…
-
For full site stack capability support for WP core itself is essential. It's not clear if it's going to include `composer.json`natively ([open ticket](http://core.trac.wordpress.org/ticket/23912)) so …
Rarst updated
10 years ago
-
Hello, is it possible that the last update broke the resize filter? It worked erlier but now it alwas returns the path of the originally uploaded image though the resized images are created in the upl…
-
This touches on #12 and #14 a bit but is there going to be any kind of structure here soon, i mean with the addition of people's work to the code base (on the end user's side not the repo) eg. @r3wt …
-
Hi Ian -
Can you help me out? I'm getting a fatal error whenvever I set the required versions to something greater than the current value.
define( 'WPPS_REQUIRED_PHP_VERSION', '5.3' ); // because of…
-
I have been trying to get a working Kaltura platform install for quite some time. My latest effort has been made in AWS EC2, and I'm so close I can taste it. After the install I finally get the KMC an…
-
Would this be possibility?
-
I upgraded the WP, Calendar Plugin to latest version and the calendar interface on the front end stopped working:
I have used the plugin on following url:
http://www.hhef.org/calendar/
Can you sugge…
-
Hey, good job so far with the theme just came across it and having a look through the code.
For WordPress best practice you should be enqueue'ing you scripts and style sheets through functions.php as…