Jump to content

AndyF

Clients
  • Posts

    38,965
  • Joined

  • Days Won

    60

Reputation Activity

  1. Like
    AndyF reacted to stoo2000 in Member Map   
    I'm deeply sorry that you can't take an extra minute to post a bug report to the PROPER place to track it, it makes my task of dealing with them more efficient. Maybe I shouldn't bother spending large amounts of my time on free apps.
  2. Like
    AndyF reacted to stoo2000 in Member Map   
    Unfortunately that is a limitation of IP.Board, IP.Board code builds and supplies that matrix.

    I'll add a notice to this page in the next version :)
  3. Like
    AndyF reacted to stoo2000 in Member Map   
    If your hosting provider cannot figure out how to change the memory limit on their servers, you should be looking to move somewhere else.

    the 50MB limit is way under the PHP default (128MB) and under the requirement for IP.Board (128MB).
  4. Like
    AndyF got a reaction from Wolfie in Member Map   
    Are you using a shared server ? You'll not have full access to all the error logs if you are. It could be anything from a missing php module to a server configuration concern. Ask your host for the apache error logs as typically you'll only get the php related ones in a control panel.

    A blank white is typically a php error though of some description.

    If its not that, add this to initdata.php after the opening tag on a new line:


    ini_set('display_errors',1);
    See if anything is displayed now to assist.

    If not see here for more things to try > http://invisionfocus.com/tutorials/article/149-blankwhite-pages/
  5. Like
    AndyF reacted to Grumpy in Tools & commands to diagnose problems   
    Well, I've seen quite a few requests for help in this forum now and I thought I'd gather a number of tools you can use to report your status. This will help others help you faster. :D That and additional ability to help yourself as well.

    Helpful information
    The following are information that's often crucial to diagnosing problems.
    What is the environment you are running your website from? IPB Hosting / Shared hosting / VPS / Cloud / Dedicated Server? If VPS/Cloud/Dedi, what are your cpu, ram and disk availability?

    Tools
    The following are tools you can run in order to gather further data. These can be run from ssh and is only accessible for vps, cloud and dedicated servers for linux distributions.

    top - Top processes (very useful for any scenario) | top is usually available in all linux OS distros by default.

    top (this will constantly output your server's general status as well as top processes, default in CPU usage order) top n -1 (same as above, but will output your first stat instead of constant loop) If you'd like more colourful version. There is also htop (usually not available by default. Can get here: http://htop.sourceforge.net/ or rpmforge ) iostat - Input/Output Statistics (very useful in diagnosing disk usage) | iostat is part of sysstat package.

    iostat (this will output general stats regarding IO) iostat -x 10 5 (this will output extra information for 5 times total with 10 second intervals. First stat is always "since boot" and after is since last report) sar - System Activity Reporter (Displays system performance over time) | sar is part of sysstat package

    sar mpstat - Multiprocessor Usage (Displays system stats in relative to CPU) | mpstat is part of sysstat package

    mpstat Apache Status (Outputs the apache status) | apachectl status, as name suggests requres apache to get the stats. You will also need to have a shell browser to run.

    apachectl status (This outputs the simplified current status) apachectl fullstatus (This outputs the detailed current status. Please be warned that this will list all users and their requests. So, you will want to remove any IP address and further private information) Connections

    netstat -an | grep :80 | wc -l (This lets us know how many people are connected to your server on port 80 [http]) Uptime (How long you've been up)

    uptime vmstat - virtual memory statistics (This is actually not related to virtualization. This is about your swap)

    vmstat free (Shows your memory statistics)

    free free -m (In megabytes) free -g (In gigabytes) beancounters (Shows your limits) | Only for those with VPS/Cloud systems

    cat /proc/user_beancounters ifstat (Gives live information about network usage on each network interface)

    ifstat iftop (Similar to ifstat, but per user and top behavior)

    iftop mysqltuner (Gives information and suggestions about your current mysql configuration) | Available at below address Available at: http://mysqltuner.pl/ You can run the mysqltuner with perl (chmod to 755 and run or call with perl) and type in your administrative mysql user id/pass. mysqlmymon Available at: http://mysqlmymon.com/ Similar to mysqltuner, but lot more information about everything else too! This is mostly meant to serve as an all-in-one tool. MySQL Workbench http://www.mysql.com...ucts/workbench/ This is a GUI tool that helps you administer, diagnose and plan. (Complete) Monitoring Solutions Nagios (Everything - heavy learning curve) http://www.nagios.org/ Cacti (Network) http://www.cacti.net/ vnstat (Much more simple network usage logger) http://humdi.net/vnstat/ Useful to Know Settings MySQL settings | Only if you have mysql The settings are often found at: /etc/my.cnf Outputting your current information will help others identify problems. Apache/HTTPD settings | Only if you have apache The settings are often found at: /etc/httpd/conf.d/httpd.conf If you have WHM/cPanel, please look inside WHM instead. Outputting your current information will help others identify problems. Nginx Settings | Only if you have nginx The settings are often found at: /etc/nginx/nginx.conf Outputting your current information will help others identify problems. PHP Information (information regarding your current php build) | Available only to PHP users... for obvious reasons. To get full php information, there are 2 easy ways. One, make a php file with the below contents and save.

    <?php phpinfo(); ?> Or via shell

    php -i



    I'll add more if people suggest other tools.
  6. Like
    AndyF reacted to Aussie Cable in Tools & commands to diagnose problems   
    I think this should be a sticky - nice work Grumpy!
  7. Like
    AndyF reacted to Andy Millne in [suggestion] Add reputation as criteria for group promotion   
    On that note it would also be nice if the member list could be sorted by reputation too ;)
  8. Like
    AndyF reacted to TGSAion in For those thinking of switching   
    After using this software for a bit, and having been pleased with its performance thus far I would like to share my thoughts with people looking for some answers. Hopefully some of my commentary will help potential buyers since it comes from a fellow vbulletin admin.

    Just to elaborate a bit before beginning, I've been a vbulletin user for a little over 3 years now on a relatively small forum with a consistent group of posters. It isn't a 'big board' by any means, but over time I've probably used most the features that vbulletin offers. This puts me at an advantage with that software bundle over IP.Board, so if I give kudos to a feature that is 'missing', but isn't actually missing and a user error of ignorance on my part, please chime in and correct me fully.

    I know you can't really be objective on some things, and for those instances I've tried to separate them from the facts by italicizing them. Also, this is not at all a comprehensive analysis of the two softwares. Just a collection of points that stood out to me. Hopefully this kind of thing is allowed if done in a non-hostile/polite to other product way, if not then nuke away or move to the appropriate area, if there is one.


    Things in Invision's Favor:

    This is based on the 3.0 series of board, after my use of the IP.Suite product that comes with IP.Board/Blog/Gallery


    Private Messaging
  9. Like
    AndyF reacted to Michael in Reporting posts in a popup?   
    Would it be possible (in a future version, of course, unless it's something you can throw in easily enough) to make the 'report a post' feature use the javascript popup class? If you go into a topic and report the post, when you hit 'back' you get directed back to the page that actually sends the report, and the report gets sent again. If you could just popup a form where you could report the post, the 'back' button will then really go back again.

    Maybe I'm crazy, but I thought that the preview board did do it in a popup way back when.
  10. Like
    AndyF reacted to stoo2000 in Trader Feedback System   
    View File Trader Feedback System
    Build trust in your community, or forum-based marketplace with the Trader Feedback System.
    This application allows members to leave feedback for each other on community transactions.
    Members can leave positive, negative, or neutral feedback Optional or mandatory link in feedback to the content item Ability to link Feedback against most content items (including 3rd party, for example Classifieds) Integrates with Invision Community's notification system Integrates feedback information in member profiles Restrict access and features based on member group Captcha on Feedback Submission Flood Control on Feedback Submission iTrader Converter (available within the IPS Converter application during vBulletin conversion)
    Support
    If you require any support for this product please create a Technical Support ticket in the Client Area. You will need to register for an account.
     
    Submitter stoo2000 Submitted 07/25/2010 Category Applications and Plugins  
  11. Like
    AndyF reacted to teraßyte in Download: (T30) Show Reputation in Topic View 1.1.0   
    I thought I had already took care of that in the last upgrade, will take another look :)
  12. Like
    AndyF reacted to Adriano Faria in Download: (SOS30) Block Forums from 'View New Content' v1.1.0   
    Updated. Waiting to be approved: http://community.invisionpower.com/files/file/3240-sos31-block-forums-from-view-new-content-v200/
  13. Like
    AndyF reacted to bfarber in Download: Rebuild all caches   
    File Name: Rebuild all caches
    File Submitter: bfarber
    File Submitted: 08 Feb 2007
    File Category: IPB 2.2.x / 2.3.x Tools

    If your caches have somehow corrupted, not allowing IPB to load, you can upload this file to your root forum directory, visit it in your browser, and it will rebuild all your caches.

    It only rebuilds default IPB caches - not caches for components, modules, etc.

    Should work on 2.1 and 2.2 both.

    Click here to download this file
  14. Like
    AndyF got a reaction from Sarunas in Hiding the language choice   
    I've thought about this a few times before.

    I wonder if there should be an option added to hide the language chooser (especially if you only have one language anyway) , I know you can simply skin it out ;) , in fact I've added a quick article on doing this for 3.0. (as I have done for other versions at the time), but the same thing could be said for the skin chooser too, and there is an option to disallow anyone (easily, at least) choosing skins by hiding it.

    I'm merely thinking along the lines of tidiness as with only one language present, it does not appear serve a real purpose as far as I can tell. :)
  15. Like
    AndyF got a reaction from Cory b in Hiding the language choice   
    I've thought about this a few times before.

    I wonder if there should be an option added to hide the language chooser (especially if you only have one language anyway) , I know you can simply skin it out ;) , in fact I've added a quick article on doing this for 3.0. (as I have done for other versions at the time), but the same thing could be said for the skin chooser too, and there is an option to disallow anyone (easily, at least) choosing skins by hiding it.

    I'm merely thinking along the lines of tidiness as with only one language present, it does not appear serve a real purpose as far as I can tell. :)
  16. Like
    AndyF got a reaction from Michael.J in Hiding the language choice   
    I've thought about this a few times before.

    I wonder if there should be an option added to hide the language chooser (especially if you only have one language anyway) , I know you can simply skin it out ;) , in fact I've added a quick article on doing this for 3.0. (as I have done for other versions at the time), but the same thing could be said for the skin chooser too, and there is an option to disallow anyone (easily, at least) choosing skins by hiding it.

    I'm merely thinking along the lines of tidiness as with only one language present, it does not appear serve a real purpose as far as I can tell. :)
  17. Like
    AndyF got a reaction from Wolfie in Hiding the language choice   
    I've thought about this a few times before.

    I wonder if there should be an option added to hide the language chooser (especially if you only have one language anyway) , I know you can simply skin it out ;) , in fact I've added a quick article on doing this for 3.0. (as I have done for other versions at the time), but the same thing could be said for the skin chooser too, and there is an option to disallow anyone (easily, at least) choosing skins by hiding it.

    I'm merely thinking along the lines of tidiness as with only one language present, it does not appear serve a real purpose as far as I can tell. :)
  18. Like
    AndyF got a reaction from Tomato in Hiding the language choice   
    I've thought about this a few times before.

    I wonder if there should be an option added to hide the language chooser (especially if you only have one language anyway) , I know you can simply skin it out ;) , in fact I've added a quick article on doing this for 3.0. (as I have done for other versions at the time), but the same thing could be said for the skin chooser too, and there is an option to disallow anyone (easily, at least) choosing skins by hiding it.

    I'm merely thinking along the lines of tidiness as with only one language present, it does not appear serve a real purpose as far as I can tell. :)
  19. Like
    AndyF reacted to Tarun in Hiding the language choice   
    Agreed. If your forum is one language only this would help to make the skin look cleaner. Especially if you hide skin choices.
  20. Like
    AndyF got a reaction from Pintac in Hiding the language choice   
    I've thought about this a few times before.

    I wonder if there should be an option added to hide the language chooser (especially if you only have one language anyway) , I know you can simply skin it out ;) , in fact I've added a quick article on doing this for 3.0. (as I have done for other versions at the time), but the same thing could be said for the skin chooser too, and there is an option to disallow anyone (easily, at least) choosing skins by hiding it.

    I'm merely thinking along the lines of tidiness as with only one language present, it does not appear serve a real purpose as far as I can tell. :)
  21. Like
    AndyF got a reaction from Tarun in Hiding the language choice   
    I've thought about this a few times before.

    I wonder if there should be an option added to hide the language chooser (especially if you only have one language anyway) , I know you can simply skin it out ;) , in fact I've added a quick article on doing this for 3.0. (as I have done for other versions at the time), but the same thing could be said for the skin chooser too, and there is an option to disallow anyone (easily, at least) choosing skins by hiding it.

    I'm merely thinking along the lines of tidiness as with only one language present, it does not appear serve a real purpose as far as I can tell. :)
  22. Like
    AndyF reacted to IBTheme in Download: White Christmas   
    File Name: White Christmas
    File Submitter: Evanescense
    File Submitted: 13 Nov 2009
    File Category: Seasonal Skins

    The White Christmas Skin Pack is a beautiful frosty the snowman and friends skin with a nice winter effect, losts of animated sparkles, lots of hand crafted, highly detailed, animated graphics, many skin customizations and so much Christmas cheer your members will love you for it!

    This skin was enhanced even more for IPB 3.0 with MANY new additions in hand made graphics and MANY new custom edits to make this skin even more amazing that it ever was before! See it live on our forums!

    CLICK HERE TO PREVIEW THIS SKIN LIVE!




    Click here to download this file
  23. Like
    AndyF got a reaction from Mark in Hiding the language choice   
    I've thought about this a few times before.

    I wonder if there should be an option added to hide the language chooser (especially if you only have one language anyway) , I know you can simply skin it out ;) , in fact I've added a quick article on doing this for 3.0. (as I have done for other versions at the time), but the same thing could be said for the skin chooser too, and there is an option to disallow anyone (easily, at least) choosing skins by hiding it.

    I'm merely thinking along the lines of tidiness as with only one language present, it does not appear serve a real purpose as far as I can tell. :)
  24. Like
    AndyF got a reaction from bfarber in Hiding the language choice   
    I've thought about this a few times before.

    I wonder if there should be an option added to hide the language chooser (especially if you only have one language anyway) , I know you can simply skin it out ;) , in fact I've added a quick article on doing this for 3.0. (as I have done for other versions at the time), but the same thing could be said for the skin chooser too, and there is an option to disallow anyone (easily, at least) choosing skins by hiding it.

    I'm merely thinking along the lines of tidiness as with only one language present, it does not appear serve a real purpose as far as I can tell. :)
  25. Like
    AndyF reacted to iAdi in For IPS Staff.   
    Hello Invision Power Services staff.
    I want praise you.
    Your service (support, questions, etc...) is the best I've got ever.
    I just send you a ticket and I get an answer two-three minutes later. But it's not just an answer, it's an good answer.
    And you've just amazing and members of the support & services staff that always help and answer in a good way.
    I just want to say you thanks for your services and I hope and I'm sure it will remain.
    Than, THANKS! :cool:
    Adi.
×
×
  • Create New...