Voltage, haven't ever seen that. is that when you are logged in as a customer, or just browsing? i.e. normal or secure mode?
Printable View
Voltage, haven't ever seen that. is that when you are logged in as a customer, or just browsing? i.e. normal or secure mode?
I had issues with News Article comments intill I went into config>url plugins and unchecked:
JD Productions: News & Article Manager: RSS Feed
JD Productions: News & Article Manager: Index
JD Productions: News & Article Manager: Archive
JD Productions: News & Article Manager: Article
JD Productions: News & Article Manager: Article: Comments
Hi,
I am trying to uninstall this contribution and though I have deleted all the files and the database table, the SEO URL's category and control panel is still showing up in my admin and I am getting this error:
Warning: call_user_func(zen_reset_cache_data_seo_urls) [function.call-user-func]: First argument is expected to be a valid callback in /hsphere/local/home/frangade/frangadesigns.com/admin/includes/functions/general.php on line 1538
Can anyone tell me if any other files were automatically changed when I installed this contrib? I've double and triple checked to make sure I deleted all the seo files and can't figure it out.
Any help would be greatly appreciated!
For Seo Urls 3.0.0-beta1 I got the following error when I checked the News and Article functions in config>Url Plugins
Quote:
Warning: Invalid argument supplied for foreach() in /home/<username>/public_html/includes/classes/seo/seo.url.php on line 146
Fatal error: Call to a member function on a non-object in /home/<username>/public_html/includes/functions/whos_online.php on line 56
I haven't had much time to trace the problem, but here is what I am experiencing so far:
zen_ez_pages_link(5,0,true,true,false)
returns
http://www.myshop.com/-ezp-5.html
which creates a page not found error when attempting to access it.
The native ez pages footer links are fine and ez page 5's link comes out fine as:
http://www.myshop.com/title-of-ezpage-ezp-5.html
And that link works fine.
in /includes/functions/functions_ezpages.php its called like this: (creates bad link)
Code:zen_href_link(FILENAME_EZPAGES, 'id=' . $ez_pages_id . ((int)$ez_pages_chapter != 0 ? '&chapter=' . $ez_pages_chapter : ''), ($ez_pages_is_ssl=='0' ? 'NONSSL' : 'SSL'))
in /includes/modules/ezpages_bar_footer.php its called like this: (creates good link)
The only difference I could see was that the zen_ez_pages_link() function doesn't fill in the chapter if its 0. Would this make the EZ Pages URL Plugin choke? Pretty pathetic I know, given how easy this would be to test, but if I try it in my current state I could end up uploading it to someone else's server :sleep:Code:zen_href_link(FILENAME_EZPAGES, 'id=' . $page_query->fields['pages_id'] . '&chapter=' . $page_query->fields['toc_chapter'], ($page_query->fields['page_is_ssl']=='0' ? 'NONSSL' : 'SSL'))
Unfortunately I have been coding for about 14 straight hours. My mind is fried and I need sleep immediately before I pass out and wake up tomorrow with keyboard dimples on my forehead that last for a week.
I'll check back at it tomorrow and get into it if nobody figures it out before then. I haven't posted it to the tracker as a bug yet, as I cannot clear the fog out of my head long enough to get to the url!
Of course its always possible that this isn't actually a bug, and I'm not even here typing this post....Its happened before ya know!
Until Later!
Wes
Given my current state of mind and lack of sleep, I have no idea why I am trying to answer this, but I had a similar problem happen in seo.url_plugin.php. Couldn't figure out what the H was causing it so I just wrapped the offending line in
I know its a terrible band-aid solution, but it worked for the problem I was running into...Code:if (isset(offending->object) {
...offending line of code...
}
DISCLAIMER: I am suffering from the effects of sleep deprivation, so this advice should be considered pretty bad. As with most things in life, your mileage may vary.
The order goes through, every step seems normal, I was redirected to Paypal, made payment the come back to checkout_success, the only difference:
I don't receive any payment, and the customer is not charged.
This happens after I upgraded to 1.3.7 from 1.3.6 and the new seo url.
My first attempt was to turn off seo url and it works. Any suggestion on how to fix it?