buffnerd
Forum Replies Created
-
found it. it was a problem the joomla session. basically, i had the live site variable named wrong. it was set to buffnerd.com not https://www.buffnerd.com. Once i made the change everything worked.
drop me a line if you need help with this one.
Forum: Alpha/Beta/RC
In reply to: You do not have sufficient permissions to access this page.i’m having a similar issue, but it seems to be caused by not being able to get the id of the currently logged in user from joomla
see my post about this:
ok,
narrowed it down. The problem is DEFINITELY with wordpress not getting the user from joomla. here’s what i did in wp-admin/admin.php I hacked the php file and set the
$my->id = 62 //62 is the id of the admins user from joomla.
when i do this, wp works like a charm.
anyone know why wordpress is not be picking up the user name from the session? i’m using joomla 1.0.10
ok, so i took a look at the wp-admin/admin.php page. I echoed the user coming in from (i’m assuming joomla) see the lines below
$mainframe = new mosMainFrame( $database, isset($option), ‘.’ );
$mainframe->initSession();
$my = $mainframe->getUser();echo $my->id;
id is always being returned as zero. Any ideas on why that might be happening? seems like the problem is not a specific wp problem but possibly a joomla problem.
Forum: Themes and Templates
In reply to: JD wordpress increases my page width by about 10-20pixels.hmm,
actually, that’s a joomla problem. I edited the file manually though and added the head tag. it didn’t make a difference. I’ll have to post that one on joomla’s forumsForum: Themes and Templates
In reply to: JD wordpress increases my page width by about 10-20pixels.hmm, i’m seeing the problem with IE6 and FF 1.5.0.4 I checked all my posts for any html. nothing in there. Any thoughts?
Forum: Fixing WordPress
In reply to: Sufficient Permissions – No Success for Fix in Codex/Forumswere you ever able to resolve this problem? I’m having the exact same issue
Forum: Fixing WordPress
In reply to: Missing Dashboard Options and Insufficient Privilegesdid this resolve the problem long term? I’m having a problem where I just see Howdy,. and i don’t have sufficent priviliges in the dashboard to do anything.
Did running the sql fix the problem long term?
Forum: Fixing WordPress
In reply to: Unable to access dashboard optionshave you been able to resolve this issue? I am having the same problem. it occurs intermittently.
Forum: Fixing WordPress
In reply to: Can’t Create posts (stopped working all of a sudden)ok, this happened again to me this morning. I tried the comment solution, but it hasn’t solved the issue. Now i’m at a loss. I can’t explain what makes it happen and I can’t explain what solves it. Anyone else having this issue?
Forum: Themes and Templates
In reply to: JD wordpress increases my page width by about 10-20pixels.By the way, here’s the link to the CSS file:
https://buffnerd.com/components/com_jd-wp/wp-content/themes/default/style.css
Forum: Fixing WordPress
In reply to: Can’t Create posts (stopped working all of a sudden)the strange thing about this is that here’s what i did to fix it: I went into my site and i added a comment. once the comment was added i was able to go back into the joomla backend and enter new posts from there. Strange, but it worked.
since then it has been working perfectly. go figure. did you add some javascript into your site? it’s possible it’s looping to no end. what’s your site url ?