Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Everything is gone?
I don’t know what happened. The last thing I did was update to 4.0.3, but it was all still working. Now nothing is showing up. Just a blank page.
- The database is running and it has all of the appropriate data.
- All the files are set properly on the server ( nothing’s missing )
- Even the login screen /textpattern doesn’t show up
- The setup directory still exists and works, but with no avail after dumping the db
Any thoughts?
I have two other textpattern installs on this domain name and they are both working properly
EDIT:
New development…
Textpattern Login Page says “
Fatal error: Call to undefined function: doauth() in /home/virtual/site20/fst/var/www/html/textpattern/index.php on line 74”
Last edited by 1beb (2006-01-26 13:06:35)
Proud Canadian. Toronto Locksmith , Actualize Consulting
Offline
Re: Everything is gone?
> Now nothing is showing up. Just a blank page.
I assume you aretalking about the public-side. What do you get when you access the admin-side? Can you post your diagnostics? Do you see something on the pblic side when you enable debug mode? Can you give us a link to the page in question?
Offline
Re: Everything is gone?
Contents of .htaccess
DirectoryIndex index.php
php_value memory_limit 16000000
php_value mbstring.func_overload 7
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) – [PT,L]
RewriteRule ^(.*) index.php
redirect 301 /journal/hacking-jmr_gallery http://www.bertelsen.ca/photo/hacking-jmr_gallery
redirect 301 /articles/miranda_im.html http://www.bertelsen.ca/journal/miranda-im-newbie-guide
redirect 301 /articles/fire_fox.php http://www.bertelsen.ca/journal/internet-explorer-replacement-firefox
redirect 301 /articles/start-your-own-blog.php http://www.bertelsen.ca/journal/start-your-own-blog
redirect 301 /blogs/blogger.php http://www.bertelsen.ca/journal
redirect 301 /blogs/something_funny.php http://www.bertelsen.ca/journal
redirect 301 /blogs/2004/04/im-trying-damnit-part-ii.php http://www.bertelsen.ca/journal/im-trying-damnit-ii-day-2
redirect 301 /blogs/rants.php http://www.bertelsen.ca/journal
redirect 301 /100/review-the-island-movie http://www.bertelsen.ca/journal/review-the-island-movie
redirect 301 /blogs/designandupdate.php http://www.bertelsen.ca/journal
redirect 301 /blogs/2004/03/im-trying-damnit.php http://www.bertelsen.ca/journal/im-trying-damnit
redirect 301 /112/hacking-jmr_gallery http://www.bertelsen.ca/photo/hacking-jmr_gallery
redirect 301 /rss http://www.bertelsen.ca/?rss=1
redirect 301 /atom http://www.bertelsen.ca/?atom=1
Proud Canadian. Toronto Locksmith , Actualize Consulting
Offline
Re: Everything is gone?
Sencer,
No I can’t even get into the admin side. It’s blank as well. The only thing “textpattern” that shows up is the setup folder. ( And I should have deleted that )
Links of relevance:
Yet, on the same server and domain I have two other installs that are working properly. I don’t get it.
EDIT:
I found the problem. It was something to do with importing an old(4.0.2) mysql dump into the new version(4.0.3) anyways, my site didn’t like it. I’m going to stick with 4.0.2 for a bit :)
Last edited by 1beb (2006-01-26 22:19:52)
Proud Canadian. Toronto Locksmith , Actualize Consulting
Offline
#5 2006-01-26 23:38:34
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: Everything is gone?
Fatal error: Call to undefined function: doauth() in /home/virtual/site20/fst/var/www/html/textpattern/index.php on line 74”
This means you hadn’t uploaded all of the new files properly, as explained in the FAQ.
Alex
Offline
Re: Everything is gone?
That error was found after I tried, for some reason, to degrade down to 4.0.2. Regardless, it’s fixed now. I uploaded all the old files dropped all the db tables. Uploaded 4.0.2 again, and then dumped the mysql file back in, worked like a charm. yay \0/
Proud Canadian. Toronto Locksmith , Actualize Consulting
Offline
Re: Everything is gone?
Ok, this is weird, it keeps happening… I don’t want to continually remove and re-add the db…
Any suggestions?
Proud Canadian. Toronto Locksmith , Actualize Consulting
Offline
Re: Everything is gone?
If you0’re able to log in to the admin side, has the diagnostics report changed?
If you’re able to use the admin side, I’d suggest a quick install of the rss_admin_db_manager plugin—you’ll be able to repair your database, and look at its makeup in detail (among other things) with ease, which will certainly help to solve this problem.
Offline
Re: Everything is gone?
That’s the problem, nothing shows up. The only thing that does, is the textpatter/setup, which I am supposed to have deleted. It’s a database problem me’thinks. Because I can continually re-install it. But at some point something changes in the db and nothing shows up anymore.
Weird!
Proud Canadian. Toronto Locksmith , Actualize Consulting
Offline
Re: Everything is gone?
What are your MySQL and PHP versions?
Offline
Pages: 1