phillcross
Forum Replies Created
-
Forum: Plugins
In reply to: [Photo Gallery by 10Web - Mobile-Friendly Image Gallery] Update FailedI downloaded and installed via FTP.
Apparently, the automatic update had issues.
jokr –
thanks for the info.
However, one item I noticed is you neglected to mention changing common.php to common-orig.php in phpbb directory on the options page under the instructions.
I had made this change already.
I removed the old plugins and uploaded your in it’s place. Unfortunately, I do not see the option to “Check for separate database”
I see it in the code:
<th scope="row">Different DB</th> <td> <?php $dbs_checked = ''; $dbs = $connect_phpbb_options['wpbb_dbs']; if($dbs == 'on') { $dbs_checked = ' checked="checked"'; } ?> <input type="checkbox" value="on" name="wpbb_dbs" <?php echo $dbs_checked; ?> /> <div><small>If you run phpBB on a differnt DB than wordpress check this</small></div> </td>
My relative path is correct.
I receive an ‘OK’ for WordPress path
Auth Mode I receive ‘Error’Under the files I receive three ‘OKs’
Under patches both postings.php & functions_user.php I receive ‘Error’
Therefore, I am still unable to use the single sign on?
Any ideas.
Forum: Plugins
In reply to: [Events Made Easy] [Plugin: Events Made Easy] Some Events-Made-Easy QuestionsI did a bit of research and located the information on the E-Dynamics website.
https://www.e-dynamics.be/wordpress/?cat=21That should be easier to find and explained. IMO
Forum: Plugins
In reply to: [Events Made Easy] [Plugin: Events Made Easy] Some Events-Made-Easy QuestionsWhere is the registration form?
I completed the event information allowing for registration for the event. However, I do not see anything to allow for registration?
Forum: Themes and Templates
In reply to: [Pyrmont V2] Mutiple blog posts links not showingThere was screwy coding in the layout in the theme Pyrmont V2 – but using the plugin worked great – thanks again.
Forum: Themes and Templates
In reply to: [Pyrmont V2] Mutiple blog posts links not showingnetxm –
Thanks I’ll check out both.
I suppose since I am using theme ‘Pyrmont V2’ I can replace ‘twentyten’ with that.
I will look at the code and try that first – I’ll let you know the results.
Thanks for the feedback.
Just re-downloaded and re-inserted…
same errors?!
thanks must be something simple (usually is)
Chescked permissions are set correctly.
I got an error, although not what I was expecting:
Fatal error: Call to undefined method stdClass::suppress_errors() in /home/crosse/public_html/wp-content/sunrise.php on line 9
Yes, here it is…
define('WP_DEBUG', false); /** Allow MultiSite Word Press */ define('WP_ALLOW_MULTISITE', true); define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', true ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'crossemail.net' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 ); define( 'SUNRISE', 'on' ); /* That's all, stop editing! Happy blogging. */
Okay still not getting this…
Added the line define( ‘SUNRISE’, ‘on’ );
downloaded and installed sunrise.php to wp-content folder.still getting the error message:
Please edit your /home/crosse/public_html/wp-config.php and move the line define( ‘SUNRISE’, ‘on’ ); above the last require_once() in that file or make sure you updated sunrise.php.
Forum: Fixing WordPress
In reply to: FAIL: WordPress automatic updateI had to manually upgrade which certainly takes longer – but it worked.
Thanks