chapmanchoi
Forum Replies Created
-
Forum: Plugins
In reply to: Technorati Tags Plugin: how to place the tag line somewhere else?anyone please?
Forum: Plugins
In reply to: Technorati Tags Plugin: how to place the tag line somewhere else?pump
Forum: Plugins
In reply to: hiding a catagoryTry this plugin:
https://rummanddan.dk/plugins/rumcategory/Forum: Plugins
In reply to: Photopress fails with domain root as main pageI saw some of his posts here and I was hoping that he would see this post. I am going to send him a email too.
Forum: Fixing WordPress
In reply to: Photopress plugin BORKS when using site root wp index.I saw some of his posts here and I was hoping that he would see this post. I am going to send him a email too.
Forum: Fixing WordPress
In reply to: Photopress plugin BORKS when using site root wp index.I think I have a similar situation here.
I’ve installed wordpress in the directory
mydomain.com/wordpress
and made rootmydomain.com
to be my blog home page. I followed the instruction here https://www.ads-software.com/docs/installation/different-address/ and my blog works fine.I installed Photopress 0.71 and I had to change the lines in
photopress-inc.php
to make it work.
$pp_photosaddress = $pp_blogurl . '/wordpress/wp-content/' . $pp_photofolder; //add /wordpress
$pp_photospath = $home_path . 'wordpress/wp-content/' . $pp_photofolder; //add wordpress
However, when I open the image browser in admin, and use the button “Add thumbnail”, it creats a post with the thumbnail as the link to the larger picture. When I click the link, errors occur.
Warning: main(./wordpress/wp-blog-header.php): failed to open stream: No such file or directory in /mydomain.com/wordpress/index.php on line 4
Warning: main(./wordpress/wp-blog-header.php): failed to open stream: No such file or directory in /mydomain.com/wordpress/index.php on line 4
Fatal error: main(): Failed opening required './wordpress/wp-blog-header.php' (include_path='.:/usr/local/psa/apache/lib/php') in /mydomain.com/wordpress/index.php on line 4
Does anyone have the same problem?I am thinking if it helps to modify the line here in
photopress-inc.php
:$pp_albumaddress = $pp_siteurl . '/' . $pp_albumname;
Can anyone please help?