OK, so...
I have a job from a client, who wanted me to work on his site. Its been through about 837363 developers hands before me, and it was a mess before i got to it. However, there is one thing left that i cant get to work, and if its not fixed in about 2 hours, im toast.
pedit.php will not work. Ive tried replacing files, modifying functions. We do have some custom code from the previous developers which of course makes it difficult. If anyones around, and willing to give it your all, i cant give you access to the server but i will give you whatever it is you need as best as i can.
Heres whats happening... Im on the profile page, i click edit profile, and it gives me this...
Server error
Here are some suggestions:
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.
HELP!
|
This is not a get out of jail card
I am not getting the error but ID=1 is the clue i think
and when you click on the home page link your not generating any code just a blank screen there are no errors showing up ..
has someone changed a 0 to a 1
class BxDolPEditProcessor extends BxDolPageView { var $iProfileID; // id of profile which will be edited var $iArea = 0; // 2=owner, 3=admin, 4=moderator var $bCouple = false; // if we edititng couple profile var $aCoupleMutualFields; // couple mutual fields
and i take it that you have cleared public Cache after each change ?
happy thoughts
|
Nope, we have a 0 there. I even changed it to a 1, cleared the cache, and still nothing.
The only output i have is what i wrote above. Thank you for your help.
|
have you got a test login if so mail it ....as i think only those logged in will see the error .. you have a custom template do you know if the sys_page_compose in sql is directing to the original html page which would be 1 in box design field or a custom html page ? templates/base/designbox_1.html |
sent you a pm...thank you in advance. |
Ok, got it fixed, for the most part. Im a member of a few forums like these and too often people dont come back to let people know how they solved it for other people to learn from. Anyways...
Got the pedit page working. Apparnetly it had everything to do with the cache folders. If your havign an issue where your pedit file is crashing and going to white page when you access it, make sure your 2 cache folders are @ 777, make sure they are populated with a .htaccess in each, and make sure you have a page called "sys_page_compose.inc".
If you have any questions, feel free to send me a message. Ill try to help the best i can.
|
cache, cache_public and tmp are all suppose to be writable.
But writable does not always meen mode 777. It depends on the server.
The folders do not have to have a .htaccess file. They should, but not required, but if they do, it must be a proper .htacess file.
The cache folder does not need to have sys_page_compose.inc file in it. That file is suppose to be rebuilt by dolphin if it is not there.
So if you actually have to place one in there manually, then dolphin is still not working correctly. Because the sys_page_compose.inc is suppose to contain data on the current sys_page_compose table in the database and if it is not accurate dolphin will not function correctly.
So i suggest you do further digging. There are some areas of your solution that should not have to be forced as you mentioned.
https://www.deanbassett.com |
Hello guys, I'm having simular problem. When I click "group" button I get the following error. Can someone help
Server error
Here are some suggestions:
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.
|
I've had those errors on servers that are not properly setup; file permissions, ownership of folders, and / or php settings.
The main question we should be asking you is; what is server configuration, who's your host? Is that a shared, VPS, or dedicated server? What version of Dolphin are you running?
ManOfTeal.COM a Proud UNA site, six years running strong! |