Xenoshane
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Newest WP redirecting new posts to 404Yeah ive deleted and renewed the permalinks then, but nothing.
Ive also copied and pasted the text that should be in there (from internet searches) and not working either?
Forum: Fixing WordPress
In reply to: Migrating a subdomain to continue as a subdomain on different hostI was thinking that it was the same- I was getting a little bogged down with the database movement but as you guys rightly say it shouldnt be an issue..
Cheers!I hadn’t thought of the subdomain idea.. that could work.
If i’m blogging on my subdomain though, is it not difficult to move those posts to the main site when the time comes?
Forum: Fixing WordPress
In reply to: Site reverted back to two weeks ago.. changes gone?Apparently thats exactly what happened, and the hosting company sorted it out, fingers crossed it doesnt happen again!
Forum: Fixing WordPress
In reply to: Site reverted back to two weeks ago.. changes gone?Tara, since last Tuesday, I installed a new theme, a number of plugins, and completely redesigned the site, custom css and all.
Im assuming its nothing my end- and I have a backup from early yesterday morning so im hoping I can upload that and fix it.
sondogtech, I have a feeling that might be it- something, somewhere was restored to a previous state- and not by me.
Forum: Plugins
In reply to: [Widget Logic] Prob with showing in category and category postsHey,
Im also having the same problem.
I wanted a widget to appear on Page 1, Page 2, on the Entertainment Category Page, and then on each individual post with an entertainment category assigned to it.
I have tried the following, and whereas it mostly works, it also displays the widget under another category called Sport.
is_page("Page 1") || is_page ("Page 2") || is_category("entertainment") || is_single() && in_category('entertainment')
Any help is very much appreciated, cant figure whats up.
Forum: Fixing WordPress
In reply to: database wont let me acces information schema?Heres the Error..
—————
SQL query:—
— Database:information_schema
—
CREATE DATABASEinformation_schema
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;MySQL said: Documentation
#1044 – Access denied for user ‘my-username’@’%’ to database ‘information_schema’——————
Cant understand this… ive tried giving another user privileges, ive tried creating another database and using my user again to import the database… no luck, same errors all the time?
Forum: Fixing WordPress
In reply to: Should I reinstall?When i looked at the debug i partly guessed that- so i went disabling them all as you said earlier.
Despite this, with those two enabled- i could still install new ones freely and uninterrupted, which doesnt seem the root cause of the problem then to me?
Forum: Fixing WordPress
In reply to: Should I reinstall?kmessinger: yeah, Suffusion runs sans plugin.
Could me previous post be correct? Would suffusion + those plugins be a heavier burden on the system than twentyten plus the same ones?
Forum: Fixing WordPress
In reply to: Should I reinstall?Alright, it seems as though its not any plugin in particular, but once i get to a certain number, maybe 5,6,7.. thats when it goes.
Looks to me like a memory thing?
Forum: Fixing WordPress
In reply to: Should I reinstall?Yeah, ive run a debug and gotten the following :
Notice: Undefined index: do in /hsphere/local/home/root/mysite.com/wp-content/plugins/fixedly/fixedly.php on line 79 Notice: Undefined index: do in /hsphere/local/home/root/mysite.com/wp-content/plugins/fixedly/fixedly.php on line 95 Notice: Undefined index: do in /hsphere/local/home/root/mysite.com/wp-content/plugins/fixedly/fixedly.php on line 111 Notice: Undefined index: do in /hsphere/local/home/root/mysite.com/wp-content/plugins/fixedly/fixedly.php on line 127 Notice: Undefined index: do in /hsphere/local/home/root/mysite.com/wp-content/plugins/fixedly/fixedly.php on line 144 Notice: Undefined index: do in /hsphere/local/home/root/mysite.com/wp-content/plugins/fixedly/fixedly.php on line 160 Notice: Undefined property: FlexoArchives::$OPT_YRCOUNT_STANDALONE in /hsphere/local/home/root/mysite.com/wp-content/plugins/flexo-archives-widget/flexo_archives_widget.php on line 111 Notice: Undefined property: FlexoArchives::$OPT_YRCOUNT in /hsphere/local/home/root/mysite.com/wp-content/plugins/flexo-archives-widget/flexo_archives_widget.php on line 112 Notice: Undefined property: FlexoArchives::$OPT_YRCOUNT_STANDALONE in /hsphere/local/home/root/mysite.com/wp-content/plugins/flexo-archives-widget/flexo_archives_widget.php on line 124 Notice: register_uninstall_hook was called incorrectly. Only a static class method or function can be used in an uninstall hook. Please see Debugging in WordPress for more information. (This message was added in version 3.1.) in /hsphere/local/home/root/mysite.com/wp-includes/functions.php on line 2748 Notice: register_uninstall_hook was called incorrectly. Only a static class method or function can be used in an uninstall hook. Please see Debugging in WordPress for more information. (This message was added in version 3.1.) in /hsphere/local/home/root/mysite.com/wp-includes/functions.php on line 2748 Notice: Undefined index: output_js_tinymce in /hsphere/local/home/root/mysite.com/wp-content/plugins/social-linkz/core.class.php on line 491
Forum: Fixing WordPress
In reply to: Should I reinstall?Im just working through that now.
Once they were all deactivated- i was able to install the one i wanted.
Ive read about increasing PHP memory- that seems like a viable solution, but where exactly do I add the code to?
Ive looked in wp-config, and the existing code isnt there?
Forum: Fixing WordPress
In reply to: Should I reinstall?I did a check all there and “check table”- all returned okay?
im assuming the theme cant have the problem of not being able to install plugins- especially one as widely used as suffusion?
Forum: Fixing WordPress
In reply to: Should I reinstall?Nightmare scenario with a white screen of death..
ive tried numerous things, from php files and blank spaces to reinstalling the theme.
basically i can get into admin, but once i hit activate on an installed theme, i get the blank screen.
this doesnt happen with other themes, as i can install away, but once i switch back to suffusion, its gone again.
another interesting one- i renamed the plugins folder. then went back on it. i had to activate all of my existing plugins, which worked fine, but once i installed a new one and hit activate… gone again.
I done a debug, which i can post if that is of any use?
Forum: Fixing WordPress
In reply to: Everytime I install a plugin I brick my site..?Okay, to save me starting a new topic- ive been looking to rename the title of this thread to something more relevant so if someone can that would be great.
Following some more research etc, ive narrowed the problem to the suffusion theme (everything works fine on twentyten), and my problem appears to be the white screen of death, or something similar.
Im assuming the plugins arent the issue, if everything works elsewhere- so with that in mind, and the code dump above- where does that leave me?