Jump to content
thirty bees forum
  • 0

Now I can't view Products!?!


bhtoys

Question

In the admin screen, while I was adding an item, I got a 500 Error. 

Now I can't even access the Products section in the backend. Scratch that, I can't even click on Catalog, yet, everything else within that menu I can - except Products.
I already did the Core updater.

Under Configuration Information it says this at the bottom:
 

Required parameters: Please fix the following error(s)

  • Allow PHP fopen() on your server to open remote files/URLs.
    Test result: fail

Optional parameters: Please fix the following error(s)

  • Install TLS v1.2 support on your server.
    Test result: fail



Tried to add a new item to the site via the Quick Access Tab. 
Made it all the way through, then got this page of errors: 
The item did add successfully however.

 

ThirtyBeesException

Allowed memory size of 33554432 bytes exhausted (tried to allocate 5309016 bytes)

in file vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php at line 108

Source file: vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php

89:     * @var array()
90:     */
91:    public $_cache = array();
92:
93:    /**
94:     * fetches a rendered Smarty template
95:     *
96:     * @param  string $template   the resource handle of the template file or template object
97:     * @param  mixed  $cache_id   cache id to be used with this template
98:     * @param  mixed  $compile_id compile id to be used with this template
99:     * @param  object $parent     next higher level of Smarty variables
100:     *
101:     * @throws Exception
102:     * @throws SmartyException
103:     * @return string rendered template output
104:     */
105:    public function fetch($template = null, $cache_id = null, $compile_id = null, $parent = null)
106:    {
107:        $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);
108:        return $result === null ? ob_get_clean() : $result;
109:    }
110:
111:    /**
112:     * displays a Smarty template
113:     *
114:     * @param string $template   the resource handle of the template file or template object
115:     * @param mixed  $cache_id   cache id to be used with this template
116:     * @param mixed  $compile_id compile id to be used with this template
117:     * @param object $parent     next higher level of Smarty variables
118:     */

Stack trace

1. vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:108 source Fatal error()
89:     * @var array()
90:     */
91:    public $_cache = array();
92:
93:    /**
94:     * fetches a rendered Smarty template
95:     *
96:     * @param  string $template   the resource handle of the template file or template object
97:     * @param  mixed  $cache_id   cache id to be used with this template
98:     * @param  mixed  $compile_id compile id to be used with this template
99:     * @param  object $parent     next higher level of Smarty variables
100:     *
101:     * @throws Exception
102:     * @throws SmartyException
103:     * @return string rendered template output
104:     */
105:    public function fetch($template = null, $cache_id = null, $compile_id = null, $parent = null)
106:    {
107:        $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);
108:        return $result === null ? ob_get_clean() : $result;
109:    }
110:
111:    /**
112:     * displays a Smarty template
113:     *
114:     * @param string $template   the resource handle of the template file or template object
115:     * @param mixed  $cache_id   cache id to be used with this template
116:     * @param mixed  $compile_id compile id to be used with this template
117:     * @param object $parent     next higher level of Smarty variables
118:     */
Edited by bhtoys
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...