This topic has 4 replies, 2 voices, and was last updated 8 years, 7 months ago by Fem.
Tagged: 3.3, how to upgrade, Storeup, Upgrade
Viewing 5 posts - 1 through 5 (of 5 total)
Dear Aivah,
Hi there, I was excited to see a Storeup update to v3.3…. I downloaded it but it did not install properly on my WPress install.
What is the proper procedure for upgrading from v3.2 to v3.3?
– Delete theme & child first, then upload new version?
Please advise.
** Also, you’ve not added the changelog notes to Themeforest, but they are in the download.
Also Wajid, please do not say contact you on Skype, you’ve replied that to three of my questions and not responded to me on Skype. So, please reply here to help me and all customers. Thank you
Hi, I got no skype call from you. Please reply in this thread to learn how to upgrade!
When following the upgrade instructions in the documentation, after upgrading, I get this error:
Warning: require_once(/home/malabarstorage/malabarstorage.com/wp-content/themes/storeup/storeup-niche/location/booking-meta.php): failed to open stream: No such file or directory in /home/malabarstorage/malabarstorage.com/wp-content/themes/storeup-child/storeup-niche/index.php on line 27
Fatal error: require_once(): Failed opening required ‘/home/malabarstorage/malabarstorage.com/wp-content/themes/storeup/storeup-niche/location/booking-meta.php’ (include_path=’.:’) in /home/malabarstorage/malabarstorage.com/wp-content/themes/storeup-child/storeup-niche/index.php on line 27
I thought it’s you recently asked the same support. Anyway, I will mention here so that others can get a solution.
open child theme
storeup-child/storeup-niche/index.php
Around line #13 and 14 Find and replace
Find Code
$this->child_index_require_once( STOREUP_DIR . 'location/location-meta.php' );
$this->child_index_require_once( STOREUP_DIR . 'location/booking-meta.php' );
Replace Code
$this->child_index_require_once( STOREUP_DIR . 'location/location-meta.php' );
$this->child_index_require_once( STOREUP_DIR . 'booking/booking-meta.php' );
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.