While I've made no changes to my site, and my hosting company claims they've made no changes, I have some site errors that I've become stumped on how to fix.
- Can not use Freindly URLS : I get blank camera photos when I do.
- Can no longer upload images that are large. Seems anything over 400kb won't upload.
- The "DUPLICATE URLS" link in the admin section now takes me to a 404
- I can't use core updater. (Please update core updater module) - I have no clue how to do this, I updated it in the Module section, and now I get a blank scfreen in the Core Updater section.
- When I try to do a DB backup, I get the error below. And a file that's only half of my past backups.
ThirtyBeesException
Allowed memory size of 33554432 bytes exhausted (tried to allocate 9980256 bytes)
in fileclasses/db/DbPDO.phpat line158
Source file: classes/db/DbPDO.php
139: */
140: public function disconnect()
141: {
142: unset($this->link);
143: }
144:145: /**
146: * Executes an SQL statement, returning a result set as a PDOStatement object or true/false.
147: *
148: * @see DbCore::_query()
149: * @param string $sql
150: *
151: * @return PDOStatement
152: *
153: * @since 1.0.0
154: * @version 1.0.0 Initial version
155: */
156: protected function _query($sql)
157: {
158: return $this->link->query($sql);
159: }
160:161: /**
162: * Returns the next row from the result set.
163: *
164: * @see DbCore::nextRow()
165: * @param bool $result
166: *
167: * @return array|false|null
168: *
That's all I've found in the last week, and I've spent hours every day attempting to fix something that won't fix.
So I'm wondering, is there a paid support for Thirty Bees? Or is it always self-help motivated.
Question
bhtoys
While I've made no changes to my site, and my hosting company claims they've made no changes, I have some site errors that I've become stumped on how to fix.
- Can not use Freindly URLS : I get blank camera photos when I do.
- Can no longer upload images that are large. Seems anything over 400kb won't upload.
- The "DUPLICATE URLS" link in the admin section now takes me to a 404
- I can't use core updater. (Please update core updater module) - I have no clue how to do this, I updated it in the Module section, and now I get a blank scfreen in the Core Updater section.
- When I try to do a DB backup, I get the error below. And a file that's only half of my past backups.
Allowed memory size of 33554432 bytes exhausted (tried to allocate 9980256 bytes)
Source file: classes/db/DbPDO.php
Stack trace
That's all I've found in the last week, and I've spent hours every day attempting to fix something that won't fix.
So I'm wondering, is there a paid support for Thirty Bees? Or is it always self-help motivated.
Thanks.
7 answers 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 accountSign in
Already have an account? Sign in here.
Sign In Now