Bug in pages module
| Macik |
|
|---|---|
|
For all who uses last 0.9.12 release or «master» files dated later than 18-oct-2012 - check all added (last time) pages for correct owner id («page_ownerid»). Bug described as #1099. Already fixed. Download new page.functions.php file (consider only who used v0.9.12). https://github.com/macik
правильный хостинг — https://goo.gl/fjCa1F |
| elfrenazo |
|
|---|---|
|
Should I change it? |
| Trustmaster |
|
|---|---|
|
Thanks, Macik! I will tag 0.9.12.1 and repackage the release. May the Source be with you!
|
| Macik |
|
|---|---|
#36413 elfrenazo: Only of you use v0.9.12 or latest files from «master brunch». This bug not consider other versions. https://github.com/macik
правильный хостинг — https://goo.gl/fjCa1F |
| elfrenazo |
|
|---|---|
| Uch |
|
|---|---|
|
Theme function declaration error. Cannot redeclare somefunction() (previously declared themes/sometheme/sometheme.php) after apdate from 0.9.11 to 0.9.12 |
| Trustmaster |
|
|---|---|
|
Please wrap your functions with:
if (!function_exists('my_function')) {
function my_function() ...
}
We need to load theme PHP file more than once to be able to override $R strings in it. May the Source be with you!
|
| Uch |
|
|---|---|
|
Thanx! I'll try. |