@monkeypress – What you are describing is not a “known” issue we are aware of although similar recent issues have arisen.
How are you defining/what are the WordPress URL and Site URL addresses? This is what I suspect the “undefined” is being generated from.
– Cais.
I’m also seeing the same issue, running domain mapping on wordpress multi-site installation. No other plugins active on this site other than nextgen.
The Site URL and WordPress URL are being defined in the wp_options table. I tried adding a forward slash to the end of the URL, but that didn’t help.
I have a very hackish fix that worked for me:
Changed line #47 of products/photocrati_nextgen/modules/mvc/adapter.mvc_router.php
to be
return "/" . $retval;
instead of
return $retval;
The function is returning paths without a leading slash, but I don’t know if the error is in that fact, or that somewhere down the line ngg or wordpress is supposed to insert that slash.
@fred Kilbourn – Thanks for your tip.
@monkeypress – What specifically are you using under Settings > General for WordPress URL and Site URL addresses?
– Cais.
@monkeypress – Do you have an example on your site where there is a NextGEN Gallery inserted display to look at the source code being generated?
– Cais.
I just tried to find an active gallery and we don’t have any at the moment, so it’s just in the backend.
@monkeypress – A published display would help to ensure as much of the NextGEN Gallery code is being rendered as possible but if there is not one then the link to the site itself would be fine.
Thanks!
– Cais.