Now isn't this a pickle to be in? I installed a new template from Cogzidel Technologies and it looked great. Most of the pages load fine. However when I try to load the "home" page or the "profile" page all I get is what you see in the attached screenshot. Can anyone shed some light on this for me please? My site is rather useless at this point because no one can load the homepage or their profile pages. |
'Fraid this tells us nothing. You should have a full error in your inbox for the email you used when installing Dolphin. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
No sir. I have checked the email and nothing is there. Wow. This really bites. |
No sir. I have checked the email and nothing is there. Wow. This really bites.
In which case, edit /inc/classes/BxDolDb.php and change the debug line from "false" to "true". Get the error message, and then undo that change (or else the entire world will be seeing a detailed database output).
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Nathan, you are a gem. I did what you said and got this.
Query: SELECT COUNT(`ID`) FROM `bx_photos_main` WHERE `Status`='approved'
Mysql error: Table './gatesmee_dolp467/bx_photos_main' is marked as crashed and should be repaired
Which was followed by all this mess.
Found error in the file '/home/gatesmee/public_html/inc/design.inc.php' at line 286. Called 'db_value' function with erroneous argument #0.
Debug backtrace:
|
If you can still edit your post, do so and remove everything below the words Debug backtrace:
It's not needed.
You have a damaged table in your database., Table './gatesmee_dolp467/bx_photos_main' is marked as crashed and should be repaired.
Error says it all. You can do it from phpMyadmin, or contact your host for help.
https://www.deanbassett.com |
Table './gatesmee_dolp467/bx_photos_main' is marked as crashed and should be repaired
This means the table needs to be... repaired. Go to phpMyAdmin (available from cPanel) and navigate to the database. Select the table, and then choose to repair it. Should all be better then.
Edit: Guess Deano was also on the case.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
I am looking at the file but do not see a "repair" option. |
I am looking at the file but do not see a "repair" option.
There's no file. You need to open phpMyAdmin (from cPanel) and navigate to the database "gatesmee_dolp467" and select the "bx_photos_main" table and repair it. Check the box next to the table in the listing and select the repair option from the drop-down menu below the table list.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
I finally found it. Hopefully one day I will be half as good with this software as you are. Thanks very much guys. |