Jump to content
Sign in to follow this  
federalist1

Problem working this with WP-United

Recommended Posts

federalist1

Here is a portion of the error code I am getting: [phpBB Debug] PHP Notice: in file /wp-united/wp-integration-class.php on line 967: Undefined property: stdClass::$aim [phpBB Debug] PHP Notice: in file /wp-united/wp-integration-class.php on line 971: Undefined property: stdClass::$yim [phpBB Debug] PHP Notice: in file /wp-united/wp-integration-class.php on line 975: Undefined property: stdClass::$jabber [phpBB Debug] PHP Notice: in file /wp-united/wp-integration-class.php on line 979: Undefined index: wpu_avatar_type [phpBB Debug] PHP Notice: in file /wp-united/wp-integration-class.php on line 984: Undefined index: wpu_avatar [phpBB Debug] PHP Notice: in file /wp-united/wp-integration-class.php on line 989: Undefined index: user_allowavatar [phpBB Debug] PHP Notice: in file /wp-united/wp-integration-class.php on line 989: Undefined index: wpu_allowavatar [phpBB Debug] PHP Notice: in file /wp-united/wp-integration-class.php on line 994: Undefined index: wpu_avatar_width [phpBB Debug] PHP Notice: in file /wp-united/wp-integration-class.php on line 999: Undefined index: wpu_avatar_height [phpBB Debug] PHP Notice: in file /home6/federal5/public_html/wp-content/plugins/page-links-to/page-links-to.php on line 116: Trying to get property of non-object [phpBB Debug] PHP Notice: in file /home6/federal5/public_html/wp-content/plugins/page-links-to/page-links-to.php on line 118: Undefined offset: 131 [phpBB Debug] PHP Notice: in file /home6/federal5/public_html/wp-content/plugins/cforms/cforms.php on line 1047: Undefined index: cforms_include [phpBB Debug] PHP Notice: in file /home6/federal5/public_html/wp-content/plugins/cforms/cforms.php on line 1053: Undefined index: cforms_no_css [phpBB Debug] PHP Notice: in file /home6/federal5/public_html/wp-content/plugins/widget-logic/widget_logic.php on line 130: Undefined index: callback_wl_redirect [phpBB Debug] PHP Notice: in file /home6/federal5/public_html/wp-content/plugins/widget-logic/widget_logic.php on line 130: Undefined index: callback_wl_redirect [phpBB Debug] PHP Notice: in file /home6/federal5/public_html/wp-content/plugins/widget-logic/widget_logic.php on line 130: Undefined index: callback_wl_redirect [phpBB Debug] PHP Notice: in file /home6/federal5/public_html/wp-content/plugins/widget-logic/widget_logic.php on line 130: Undefined index: callback_wl_redirect

Share this post


Link to post
Share on other sites
federalist1

UPDATE: I deactivated all the plugins and I am down to this: [phpBB Debug] PHP Notice: in file /wp-united/wp-integration-class.php on line 967: Undefined property: stdClass::$aim [phpBB Debug] PHP Notice: in file /wp-united/wp-integration-class.php on line 971: Undefined property: stdClass::$yim [phpBB Debug] PHP Notice: in file /wp-united/wp-integration-class.php on line 975: Undefined property: stdClass::$jabber [phpBB Debug] PHP Notice: in file /wp-united/wp-integration-class.php on line 979: Undefined index: wpu_avatar_type [phpBB Debug] PHP Notice: in file /wp-united/wp-integration-class.php on line 984: Undefined index: wpu_avatar [phpBB Debug] PHP Notice: in file /wp-united/wp-integration-class.php on line 989: Undefined index: user_allowavatar [phpBB Debug] PHP Notice: in file /wp-united/wp-integration-class.php on line 989: Undefined index: wpu_allowavatar [phpBB Debug] PHP Notice: in file /wp-united/wp-integration-class.php on line 994: Undefined index: wpu_avatar_width [phpBB Debug] PHP Notice: in file /wp-united/wp-integration-class.php on line 999: Undefined index: wpu_avatar_height [phpBB Debug] PHP Notice: in file /wp-united/wordpress-entry-point.php on line 214: Undefined variable: siteurl [phpBB Debug] PHP Notice: in file /wp-united/wordpress-entry-point.php on line 215: Undefined variable: siteurl [phpBB Debug] PHP Notice: in file /wp-united/wordpress-entry-point.php on line 216: Undefined variable: siteurl How do I get this to work with WP-United? The free version of "whitehouse" was working with no hiccups. I installed the theme manually from a zip file but in the original folder there were multiple main folders.

Share this post


Link to post
Share on other sites
Andrew

If you deactivate the theme (use another theme) do the errors go away? PHP notices aren't fatal errors (they are common in 'working' code) But you shouldn't be seeing them on your live server unless debugging is enabled. What are the 'functional' problems you're having?

Share this post


Link to post
Share on other sites
federalist1

Other themes work but I was mainly going back to the free White House version. Debugging is not activated. Here is the latest and it only shows this: [phpBB Debug] PHP Notice: in file /wp-united/wp-integration-class.php on line 967: Undefined property: stdClass::$aim etc...

Share this post


Link to post
Share on other sites
Andrew

not sure. We don't use the object property 'aim' Are there functional issues?

Share this post


Link to post
Share on other sites
federalist1

Yes it is functional because the warning debug message shows up on the page and totally obscures it. I can't keep the theme up because it breaks the view. You can't see the menu or anything else for all the print debug messages. Let me know when one of you and me can look at this together and I will put up the Pro theme. I have to resolve this by early next week or we will have to decide that we can't use it.

Share this post


Link to post
Share on other sites
Andrew

Technically, a production server shouldn't be reporting PHP warnings/notices to users at all. A setting called 'error reporting' in php.ini should be turned off...

Let me know when one of you and me can look at this together and I will put up the Pro theme.
Can you set it up on a test server? We can't get too deep into integration issues.

Share this post


Link to post
Share on other sites
federalist1

I sent an email with more info.

Share this post


Link to post
Share on other sites
Andrew

ok, I checked out your install and it appears that the theme was incorrectly installed. (it says broken themes) I would check the file structure of your theme via FTP. It should be: 'wp-content' > 'themes' > WhiteHousePro > index.php, page.php, etc... make sure all the files were uploaded completely, or try installing the theme again.

Share this post


Link to post
Share on other sites
federalist1

Question: The download had several different folders with the WhiteHouse Pro theme. Which folder or zip do I use for the install? Is there a way to just get the single zip I need for the install without the extra MACOS stuff and all?

Share this post


Link to post
Share on other sites
federalist1

I reinstalled the theme and got this warning message using the zip found in "themes" BUT it is unzipped into this hierarchy: WhiteHousePro/WhitehousePro/.... When I move the actual theme content folder I once again get all the error codes. Is this a common problem or am I using the wrong zip file?

Share this post


Link to post
Share on other sites
Andrew

No the errors aren't common, although the unzipping on Windows has been improved (we work on Mac which creates the _MACOSX folders, that only Windows users can see) so are you saying that the heirarchy of your theme folders are correct?

Share this post


Link to post
Share on other sites
federalist1

The folder order now is themes/WhitehousePro/ then all the them folders (css, images) etc... For some reason the errors do not occur with the basic WH version.

Share this post


Link to post
Share on other sites
Andrew

can you post a screenshot of the files inside the 'WhiteHousePro' folder? You may have an incomplete upload...

Share this post


Link to post
Share on other sites
federalist1

Sure. How do I post them here?

Share this post


Link to post
Share on other sites
scott

Use the 'IMG' button thats located above the area where you type your message..

Share this post


Link to post
Share on other sites
Andrew

argh, frustrating... The pics you sent to me via email looked like you had your files installed correctly. Did you re-upload? and are you still getting the 'broken themes' error message?

Share this post


Link to post
Share on other sites
federalist1

It is still broken. What can I do at this point? Do you think the errors are worth ignoring? If I could keep them from printing to screen it may be tolerable. Do you think it is possible to send me another zip to install? Maybe I had a corrupted download. Whatever the case I unfortunately think I need help resolving this as I am clueless.

Share this post


Link to post
Share on other sites
Andrew

I'm trying to help... I highly doubt it was a corrupt download. well can you set up another test server? or try it with plugins deactivated? We need to find ways of isolating the issue, as I've never seen anything like this before.. Of course, its hard when you can't see the file structure or the other elements of your setup.

Share this post


Link to post
Share on other sites
federalist1

I am responding privately with more info. I already tried deactivating all the plugins and still the error persist. It is hard now to set up a test server, but if it has to be done I will.

Share this post


Link to post
Share on other sites
federalist1

I think it is a problem working with WP-United. I have the test server for WP up but there are no plugins and no WP-United bridge to phpBB. It works here but I do not want to back up all the blogs and forums and startover just to install a theme. Recommendations are welcome.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×