What do you have on line 26 of wp-config? That error normally means that you’ve made an error when you’ve edited something (most of the time it’s when you’ve left out a quote mark or something similar) so you have to check that line to see. if line 26 looks fine, check the line above it and see that it has a semi-colon at the end of it because if it doesn’t the error will show the next line of code down.
Thread Starter
a0urce
(@a0urce)
Trying it out right now. Thnx π ^_^
Thread Starter
a0urce
(@a0urce)
Now the error in on line 89
OK, so do the same thing again at line 89, and keep on going for as long as you need to to fix all ofthe problems.
Thread Starter
a0urce
(@a0urce)
Can you help me? Here’s my code. It expires in 10 minutes though. Code Can you tell me what’s wrong. It has syntax highlighting. I hope it helps. ^_^
What program are you using to edit this code in? I have a feeling that is what’s causing your problems from the start.
The syntax highlighting is correct on what you’ve posted there, and that shows where your problems are.
In your database area (remember… don’t post code with passwords in it!!!) you’ll see that you’ve mixed the quote marks in there. That’s caused the problems. Go back and make all of the quote marks in that area as standard single quotes – ‘ and not other character. They are currenty in there as β or β or ‘ and should only be ‘.
Thread Starter
a0urce
(@a0urce)
Oh I used NotePad and WordPad.
Thread Starter
a0urce
(@a0urce)
Can you check my website. What happened? Code
It looks like something in your site is telling it to load and display a PHP script. I can’t see what has actually happened from what you’ve posted here, so it’s not going to be an easy fix. My only suggestion is to go back to what ever you changes you made to the code, and change it back to standard.
If it was me I’d delete the while thing and start again (but that’s jsut me). I’d do this so that I know that all of the files are correct and everything is as it should be.
Thread Starter
a0urce
(@a0urce)
Delete all my files and start again? Okay. ‘_’