rykios
Forum Replies Created
-
Thank you John, to answer your questions:
1.
Name i used when creating the app, was “Radistore”
I have entered the number instead, because https://apps.facebook.com/Radistore/ returns 404 page not found.(I think at least 20 or 25 active users are required now to get url with letters, default url is with app number, i m not sure though. Fact is that facebook changed a lot lately, affecting creation of new (content/apps/ads), not affecting old, existing ones.)
2.
Yes, i m logged in with my wife’s account, i dont have a facebook account hahahaha ??3. Added app domain https://www.radicio.com, not helped
Can all this be a problem with facebook? Maybe i will need to make a new facebook account, and start from scratch?
The wordpress settings:
https://radicio.com/wp-settings.pngThe facebook app settings:
https://radicio.com/fb-settings.png…just in case those will help
*EDIT: Also checking permissions
https://apps.facebook.com/194523230648511/?is_permissions=true&wp_user=1
results in error ( generic facebook error page, not explaining really why)Hello John,
thank you VERY MUCH for taking the time to reply,deactivated old, uninstalled (deleted files), uploaded new zip, installed , activated, copied settings.
Have noticed those changes:
1. In app mainpage view, here
https://www.facebook.com/radicio?sk=app_194523230648511
topic titles are now linked directly to the source (my domain) instead of application inside facebook
There is a link inside topic (the yellow button “read more information”) which is now linked to the facebook application, specific topic view. I guess that button should link to original topic @ radicio domain, not fb app. Really dont care where that button link goes… Topic title is the weird problem2. Trying to view that topic inside facebook application, results in error, which facebook does not explain, not giving details on what sort of error it is
https://apps.facebook.com/194523230648511/?p=105PS I realize rest of people dont have those problems, its weird indeed.
sorted ??
posting here an example in case anyone else needs it$the_desider_title = get_the_title($post->ID); $the_content .= '<div id="wpcr_respond_1"><h2>' . $the_desider_title . ' reviews from visitors</h2>'; /* start the div */
Forum: Fixing WordPress
In reply to: millions of error lines in logfound a solution, posting for anyone interested in the future:
function is_wp_error($thing) {
if ( is_object($thing) && ($thing instanceof WP_Error) )
return true;
return false;
}PS: As i have explained i dont know php meaning solution above can be totally stupid and not working – but saved me millions of errors daily so i m keeping it like this until a reply here sais its wrong ??
Forum: Fixing WordPress
In reply to: millions of error lines in loglooks like problem ( incompatibility with php 5 ? ) is caused by those lines here:
function is_wp_error($thing) {
if ( is_object($thing) && is_a($thing, ‘WP_Error’) )
return true;
return false;
}Is there a DIFFERENT SYNTAX for this
( is_object($thing) && is_a($thing, ‘WP_Error’) )so that it could be “compatible” and not produce that error? :S
Plz excuse my ignorance, i dont know php at all, just trying to figure out a solution…Forum: Plugins
In reply to: wordpress and ipb integration 3.1.2Same here, looking for some WP + Invision forum integration solution
Any ideas or recommendations will be much appreciated…