blig
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Duotone PHP Error on WordPress 2.9PS
The getimagesize error can be seen in the “gears” page.
The archive page (which i guess is dynamic) is giving a “4o4 not found” in the body and an error in the URL! “Missing argument 1 for get_year_link() called in […]/wp-content/themes/duotone/header.php on line 41 and defined in […]/wp-includes/link-template.php on line 286′Forum: Themes and Templates
In reply to: Duotone PHP Error on WordPress 2.9I’m temporarily shifting to duotone here http://www.stilemosso.it so you can take alook. Version is the 1.0.1
Forum: Themes and Templates
In reply to: Duotone PHP Error on WordPress 2.9Ok just playing here and there:
Line 18 in functions.php for monotone is
$width = (is_vertical() ? MIN_WIDTH : MAX_WIDTH;
The “Missing Argument” error is apparently solved changing the line like this:$width = (is_vertical($post->image_url)) ? MIN_WIDTH : MAX_WIDTH;@berrics The “Filename cannot be empty” error still there; same problems with the archives not working.
Solution found.
Since my local copy was working perfectly i tried to approach it as an hosting issue. My hosting provider is the italian Aruba, which needs permissions to be set on 755. The upgrade process probably changes files permission and leads to server errors.
I made a permission repair from the hosting control panel (but should work from the ftp client too) and now everything seems to be fine.
NB: it also needs a strong cache clean, after the repair
Forum: Plugins
In reply to: Zenphotopress 1.5.2 internal server errorAnd so i tried the upgrade but still got the error. Now i’m back to 1.5.1 and it’s working, so i guess i’ll be fine with it ’til the next release 🙂
Forum: Plugins
In reply to: Zenphotopress 1.5.2 internal server errorHi, that’s also strange for me.
I have other plugins installed and they’re ok. Plus i tried version 1.5.1 and it’s working! Now i’d like to re-upgrade but i would notlike to break up everything.