oneeyedesigns
Starting Member
23 Posts Pre-sales questions only (More Details...)
|
Posted - 05/08/2018 : 10:47:13
Hi - trying to update a WP site to the latest cart software and I got a weird error on the update page (the same error also basically shut down the site). I reverted the site to a backup copy and can still see a similar error on the generic 404 page. I'm thinking (hoping) that fixing this error will allow me to update the site. So, one step at a time:
Here's the error:
Notice: Trying to get property of non-object in C:\Inetpub\vhosts\edugreat.com\edugreat.com\wp-content\plugins\revslider\includes\page-template.class.php on line 115
URL: http://edugreat.com/updatestore.php
Thanks for any insight!
|
Andy
ECT Moderator
95440 Posts |
Posted - 05/08/2018 : 10:56:52
|
oneeyedesigns
Starting Member
23 Posts Pre-sales questions only (More Details...)
|
Posted - 05/08/2018 : 12:32:14
So deactivating it did get rid of that error. No update is available. What do you suggest?
|
Andy
ECT Moderator
95440 Posts |
Posted - 05/08/2018 : 13:25:44
|
oneeyedesigns
Starting Member
23 Posts Pre-sales questions only (More Details...)
|
Posted - 05/09/2018 : 11:09:55
I don't think so. Here's the code from my product details page. It doesn't have the other code you linked me to. Should I add it?
<?php $GLOBALS['ectcartpage']='proddetail'; require('./wp-blog-header.php'); get_header(); ?> <div id="content" class="content" role="main"> <?php include "vsadmin/inc/incproddetail.php"; ?> </div> <div style="clear:both;"></div> <?php get_footer(); ?>
|
Andy
ECT Moderator
95440 Posts |
Posted - 05/09/2018 : 11:26:25
|
oneeyedesigns
Starting Member
23 Posts Pre-sales questions only (More Details...)
|
Posted - 05/09/2018 : 11:41:40
Right now, when I had tried to update the store, I got an error on the update page (and no standard update page to allow me to update the site). The same code also killed the site so I reverted back to a backup I had.
I updated wordpress and plugins without issue yesterday. Should I try the update again or what else do you suggest? I've updated ASP sites before but this is my first PHP site. Do I need to make a page in WP for the update page? Thanks for your help!
|
Andy
ECT Moderator
95440 Posts |
Posted - 05/09/2018 : 11:47:23
|
oneeyedesigns
Starting Member
23 Posts Pre-sales questions only (More Details...)
|
Posted - 05/10/2018 : 08:58:50
Thank you for the help. After updating WP and PHP to a higher version, all of the errors disappeared and I was able to update the cart without issue. Everything seems to be working with one exception. I know it is a CSS issue but I can't troubleshoot where.
Issue: When I add an item to the cart, the pop up box that confirms the addition seems to be without any CSS attributed to it. I added the CSS to the theme CSS (or so I thought). Is there a better way to do this? Example page: http://edugreat.com/proddetail.php?prod=ATR
|
Andy
ECT Moderator
95440 Posts |
Posted - 05/10/2018 : 09:04:57
|
oneeyedesigns
Starting Member
23 Posts Pre-sales questions only (More Details...)
|
Posted - 05/10/2018 : 09:28:43
Fixed! I must not have drug that file over. Thanks so much!
|
|
|