Jump to content

Administrator

Administrator
  • Posts

    103,842
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Administrator

  1. In 4.4.0 Beta 1 there was a bug which breaks some profile images, to set these back to default or letter images, run the following query, taking a backup of the members table first. UPDATE core_members SET pp_photo_type='none' where char_length(pp_main_photo)=6 AND pp_photo_type='custom';
  2. Enable the following to auto Computer Browser (Browser) Function Discovery Provider Host (FDPHost) Function Discovery Resource Publication (FDResPub) Network Connections (NetMan) UPnP Device Host (UPnPHost) Peer Name Resolution Protocol (PNRPSvc) Peer Networking Grouping (P2PSvc) Peer Networking Identity Manager (P2PIMSvc)
  3. https://quickbooks.intuit.com/community/Getting-Started/Error-3371-Could-not-initialize-license-properties/m-p/203750
  4. iPhone XS Size: 2.79 Width 5.65 Height iPhone XS Max Size: 3.05 Width 6.20 Height iPhone XR Size: 2.98 Width 5.94 Height iPhone SE Size: 4.87 Width 2.31 Hieght
  5. <?php phpinfo(); <?php phpinfo();
  6. /index.php?app=cms&module=pages&controller=page&path=network.html
  7. If you have forums as the default app, and had the site in /forum (note no s) then redirecting all as above won't work as the /forum url is used internally, in that case for IPS 4+ you can redirect specific urls as below. (adjust as needed for your apps/community) Options +FollowSymLinks RewriteEngine on redirect 301 /forum/topic https://www.yoursite.com/topic redirect 301 /forum/gallery https://www.yoursite.com/gallery redirect 301 /forum/calendar https://www.yoursite.com/calendar redirect 301 /forum/profile https://www.yoursite.com/profile redirect 301 /forum/subscriptions https://www.yoursite.com/subscriptions redirect 301 /forum/discover https://www.yoursite.com/discover redirect 301 /forum/guidelines https://www.yoursite.com/guidelines redirect 301 /forum/leaderboard https://www.yoursite.com/leaderboard redirect 301 /forum/online https://www.yoursite.com/online redirect 301 /forum/staff https://www.yoursite.com/staff redirect 301 /forum/store https://www.yoursite.com/store redirect 301 /forum/privacy https://www.yoursite.com/privacy redirect 301 /forum/contact https://www.yoursite.com/contact redirect 301 /forum/blog https://www.yoursite.com/blog redirect 301 /forum/files https://www.yoursite.com/files redirectMatch 301 ^/forum/$ https://www.yoursite.com/
  8. test
  9. Use Beta Builds. <?php define( 'USE_DEVELOPMENT_BUILDS', TRUE );
  10. Hello, The steps would be as I indicated, we don't have a guide for this, but here they are in a numbered format if that helps. 1. remove the index.php file from the root. 2. Move your files from /forum to / 3. edit the conf_global.php file, remove the /forums from the url and save. 4. log into the admincp, run the support tool to clear the cache. 5. set pages as the default app 6. if you are using friendly urls, redownload the htaccess file from the friendly url page in your admincp (in live search type in friendly, then browse to that page and click the download file link. Place that in the root of your site, replacing any existing htaccess file. Then you should be all set.
  11. https://support.microsoft.com/en-us/help/2413813/how-to-troubleshoot-issues-that-cause-outlook-to-crash-or-hang-when-us https://answers.microsoft.com/en-us/msoffice/forum/msoffice_outlook-mso_winother-mso_2013_release/outlook-2013-keeps-crashing-when-i-try-to-send-an/4574576f-2e10-480b-9156-f305445bee29?auth=1
  12. check for tmp issue The problem is: there is no cache path defined Go to Internet options->General->Browsing history->Setting->Set the folder to: C:\users\xxx\appdata\local\microsoft\windows
  13. https://partnersupport.microsoft.com/en-us/par_servplat/forum/par_exchserv/disable-exchange-services-on-sbs-2011-box/765a4bfb-8a7f-4906-97f4-0d39078a4e01?auth=1
  14. WORKAROUND To work around this issue, use one of the following methods. Try Method 1 first. If that doesn't resolve the issue, go to Method 2. Important When you remove a profile in Outlook, the data files for the accounts in the profile will also be removed. Make sure that you back up the information unless the data is stored on the server or you're completely sure that you don't need the data that's in the file. Before you begin If the user has a profile that connects though POP or IMAP or has any .pst files, back up those data files before you follow the steps in this article. For more information, see Export or back up email, contacts, and calendar to an Outlook .pst file. Method 1: Remove all Outlook profiles except the user's primary profile Exit Outlook. In Control Panel, click or double-click Mail. Note To locate the Mail item, open Control Panel, and then in the search box at the top of window, type Mail. Click Show Profiles. In the Mail dialog box, select the profile that you want to remove, and then click Remove. The following warning message is displayed: Careful, if you remove this profile, offline cached contents for its accounts will be deleted. Learn how to make a backup of the offline .ost files for the accounts. Do you want to continue? Here's a screen shot of the warning message: After you read the warning and back up the .ost files, click Yes to continue. Repeat step 4 and step 5 for all other Outlook profiles except the user's primary profile. After you remove all other Outlook profiles except the user's primary profile, click OK in the Mail dialog box to close it. Start Outlook. If these steps don't resolve the issue, go to Method 2. Method 2: Create a new Outlook profile and then remove the user's original Outlook profile Exit Outlook. In Control Panel, click or double-click Mail. To locate the Mail item, open Control Panel, and then in the search box at the top of window, type Mail. Create a new Outlook profile, and then remove the user's original profile. To do this, follow these steps: Click Show Profiles, and then click Add. Specify a name for the profile, and then click OK. Follow the steps in the Add Account wizard to add the user's email account. When you're finished, click Finish. In the Mail dialog box, select the user's original Outlook profile that you want to remove, and then click Remove. The following warning message is displayed: Careful, if you remove this profile, offline cached contents for its accounts will be deleted. Learn how to make a backup of the offline .ost files for the accounts. Do you want to continue? Here's a screen shot of the warning message: After you read the warning and back up the .ost files, click Yes to continue. In the Mail dialog box, make sure that the Always use this profile option is selected, select the new Outlook profile that you created, and then click OK.
  15. https://github.com/zeffy/wufuc/releases 32 bit wufuc_setup_x86.msi 63 bit wufuc_setup_x64.msi
  16. https://community.intuit.com/questions/1299745
  17. https://community.intuit.com/questions/1509937 This has been a long outstanding issue with Quickbooks DB Service that their technical staff is apparently incapable of figuring out and resolving in the product, which is quite unfortunate and VERY frustrating. Here is a script you can run to reserve both the TCP and UDP ports. You'll have to run this from an elevated command prompt with both DNS and the quickbooks DB service in a STOPPED state. This will issue a command that will tell Windows to reserve the following ports and ensure other system services (like DNS) don't use them. netsh int ipv4 add excludedportrange protocol=udp startport=55373 numberofports=5 netsh int ipv4 add excludedportrange protocol=tcp startport=55373 numberofports=1 If you simply need to recover quickly and don't have time to run the above proactive statements you can run this from an elevated command or powershell prompt (the stop on the db service will probably fail, don't worry about it). net stop DNS net stop QuickBooksDB27 net start QuickBooksDB27 net start DNS Finally, Dear QB / Intuit - can you please get square with the world for once, have some pride in your product, and get a patch out to fix this??? You need to document the ports you need, furthermore you need to have your product reserve these ports OR gracefully recover if the ports aren't available. This is typical 101 level stuff that could easily be accommodated in the product as well as patched in current supported versions. Your DB Service crashes constantly and the other half of the time you can't restart the service. Reliability is clearly not your strong-suit intuit but all is not lost, you can recover from this. Get some smart people who understand your customers, put them in a room with these types of issues and enable them to do the right thing. Good luck.
×
×
  • Create New...