Spartacus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalinks not workingOkay, turns out that my error about class-IXR.php was caused by simple case missmatch. If anyone else has the same problem, the file MUST be named class-IXR.php, class-ixr.php will give you problems.
I’m setting this thread to resolved since my original issue with permalinks has been fixed.
Forum: Fixing WordPress
In reply to: Permalinks not workingOkay, I updated to wp 2.0, modified my .htaccess to rewrite the index.php, everything seems to be working fine, my old links from blogger are working at last, but I am unable to edit or publish new pages. Saving as drafts works fine, but when I try to publish I get the following error.
Warning: weblog_ping(/home/drogersn/public_html/spartacus/wp-includes/class-IXR.php) [function.weblog-ping]: failed to open stream: No such file or directory in /home/drogersn/public_html/spartacus/wp-includes/functions.php on line 843
Warning: weblog_ping() [function.include]: Failed opening ‘/home/drogersn/public_html/spartacus/wp-includes/class-IXR.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/drogersn/public_html/spartacus/wp-includes/functions.php on line 843
Fatal error: Class ‘IXR_Client’ not found in /home/drogersn/public_html/spartacus/wp-includes/functions.php on line 846
Forum: Fixing WordPress
In reply to: Permalinks not workingThanks binfeed that redirect works great. The only problem now is that all the links redirect to the main page. Whether it’s %postname%/ or %postname%.html everything goes to the main page.
Forum: Fixing WordPress
In reply to: Permalinks not workingThe .htaccess file will not change to 444 but only 644. Even at that, the file is never modified or written to when I change the permalink structure.
Unless I am mistaken, a new problem has arisen. When I change the structure to /… nothing works, when it’s index.php/… everything just goes back to the main page.
Forum: Fixing WordPress
In reply to: Permalinks not workingI’m on a Linux server. I have .htaccess files in both public_html of the main site, and the directory for the subdomain, /spartacus. Neither of them change when I change the permalink structure, but /index.php/… works and /… doesn’t. Both files are mode 666. WP simply says “permalinks updated succesfully.”