Jump to content

galenb

Clients
  • Posts

    49
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by galenb

  1. I think the alert to new members only should work. I started working on a mod and I decided to wait a bit cause it may or may not be applicable to Ver 5.0... I learned a long time ago that I don't like creating, testing and deploying the same thing twice.
  2. This is not really a "Problem" per-se but. Is there a way to have all the preexisting content marked as read for new registrants so that they only see content created after they have validated or registered as "unread"? I've had about 3 new registrant "complaints" that new registrants couldn't tell new content until they "complained" and where told to click the "Mark site as read" button. I had never really thought it but it kind of makes sense that they want to see only content since they registered marked as "new". I looked for a setting in ADMIN CP and searched here but didn't really find an answer. Thanks.
  3. Need whatever is new to be secure and defensive against hacking and spam. The Zingy-est UI and features are only as good as they are from tampering. Please include a security review before release. Thanks you!
  4. So do we know what defines the constants or where constants are defined on the hosted environment since there is no constants.php. Does the installer use "something" else... I checked HTACCESS... didn't see anything there. It doesn't matter really... I'm getting my PHP debugging environment set up and then I'll figure it out. I always figure stuff out. Thanks for your time!
  5. I did create one... and it did work... I was just trying to understand why? it works. I've been a software developer for like 20 years... but I've worked on the kind of software that you need to know why everything works like it does because the customers had low tolerance for not knowing why something didn't work but they always wanted to know why a change made something work when it didn't before. Why is it needed in one environment and not in the other. Non sibi sed patriae
  6. I've been wanting to learn about Dev Mode etc. So I have been building a localhost site on my dev box. Windows 10 with IIS 10.0 MySql 8.0.28 PHP 8.1.22 I've spent several hours moving the code and the DB over from my hosted test site and finally did a full install of IPS 4.7.13 and that helped a lot but still couldn't everything to work then I ran the checker again and it asked me to create a constants.php file. <?php define( 'TEMP_DIRECTORY', dirname( __FILE__ ) . '/uploads' ); This was the final key to what looks to be a fully working localhost test environment. But I am puzzled. I don't find a constants.php file on my working hosted site. Does something else take the place of this.... I'm searching a reading for constants.php in the forums... I guess I just wanted to take the easy route this time.
  7. So as a software developer with 20 years experience, 5 of those in PHP a few years ago, who was about to start learning development techniques for IPS... I should just wait for Version 5 to release?
  8. I realize this is probably the wrong place to ask since I have my email configured to use my hosting services SMTP because I could not get the PHP email to work dependably BUT. Is there anyway to filter out anything from an email ending in ---> .ru <--- you know... Russia. That seems to be the only place I'm getting consistent spam on the "Contact Us" link. I tried setting up a filter on the hosting service SMTP server but it wants @mail.ru or @something.ru ... those Russian programmers are pretty good and constantly use a different domain ... thx
  9. No modified email templates. But Even though I was updating a topic using Chrome where I was not logged into a google account (guest only)... my Firefox on a different physical computer was logged in to my primary site. I have notifications turned off and emails turned on for my account... so I don't get a notification or "bloop bloop" sound. My most current test did see an email come through. I'll check with the other users that noted it as a defect, but I suspect it's functioning correctly. Thanks again!
  10. I'm having a similar problem so I searched and found this thread... My email setup is to have my hosting service (Dreamhost) SMTP send email. (I tried the PHP setup and got some sporadic responses for "followed" content but none of the "contact us" links would send any mail. I've checked the logs and they show no failures and checking the dreamhost account there are no returns/unables. But (1) Tetst email works from ACP and "Contact Us" solidly works. First... are you still following the content you are wanting to get notifications for? Double checked for followed content and checked with other users and they are not getting followed emails either. If so... have you checked to make sure your see if your settings are still configured to notify you via email? (Click on the bell and then "Notification Settings".) Still set to "A notification when new content is posted" --->Email If those are all working... are you receiving ANY email from your site? Test by going to ACP > System > Settings > Email Settings > Test Settings Received test email OK If you are not getting the test email, it means IPB has sent the mail, but your outbound mail server was not able to deliver it to you. Should that be the case, it may be a SPF/DKIM setup issue. But let's start with those and see how far we get. 🙂 I have to think its just a notification/email setting since the other emails (test/contact) are going out ok... but I don't know the code. Any help appreciated
  11. Been checking this off and on and they run periodically some every 5 minutes and some once a week ... So I guess that's good!!! Thanks! Randy Calvert
  12. I tried to figure out how to create a gradient in the Easy Theme Editor and I don't ever get a screen that matches the "Help Guides" https://invisioncommunity.com/4guides/themes-and-customizations/getting-started-with-themes_324/creating-a-theme-with-the-easy-editor-r112/ Any ideas what I'm doing wrong? I'm on IPB 4.7.10 on my test site.
  13. Yeah! Dreamhost doesn't give you access to the cron logs. I see the attached in admincp->System->Settings->Advanced Configuration on the Server Environment tab. And when you click on the View Tasks link the dates don't seem to be changing. This is a very low volume site.
  14. How do you tell if your cron jobs are running correctly? or the inverse... How do you tell if your cron jobs are not running correctly?
  15. So after a month of trying I was finally able to build a test website and get it to work. The whole problem was getting the themes set up correctly. There was an old non functioning theme and and I had to work around it to get the forums and admincp so they weren't just some messed up css on the screen. Once I finally got a working test site with an uploaded database. I was able to do a manual update on the version 4.4.9 all the way to 4.7.9. Shortly after I got that done the newer 4.7.10 dropped and I was able to do a one click update to go from 4.4.9 to 4.7.10. after setting up a basic theme with different colors etc. I finally found a time with a break in the action to update the primary site but only went from 4.4.9 to 4.7.9 cause I had confidence that would work (I never went from 4.4.9 to 4.7.10 directly). I had set the themes up as I had on the test site prior to doing the update and it all performed well without any errors and the db seems to have gone well also. My final step with be in a couple of days to take 4.7.9 to 4.7.10 but I wanted to get a a couple of daily backups of the DB under my belt and get a copy of the website at 4.7.9 downloaded to my local machine before trying it. Thank you everyone for being so patient and diligent in your assistance.
  16. Not quite clear on how that works but I'm gonna give it a shot. I think I understand what you mean. Thanks!
  17. I've tried for days and days to bring up a test system like my old primary site with no real success. See this thread I decided to delete the website files and do an install instead of an update and now I have the following error. A test installation has already been activated for this license key. Your license key entitles you to one test installation only. I'm installing to the same location (sub domain) of the primary site. I've read other posts about someone from the support team having to "reset" something to be able to do this. I stopped getting responses on the other thread linked above. I worked on this site for a while, but about three years ago I turned it over to someone else who chose never to update it so I need to move the primary site from 4.4.9.2 to 4.7.9 so I was trying to build a test site that mimicked the primary site and upgrade it. I did that and the update disabled the test site and so I decided to see if I could just do a new install and ran into the license issue. Hoping to get a response in the next 24 to 48 hours. Thank you. We've been customers for 20 years and rarely engaged support. We don't run a complicated/sophisticated forum... it's just a few motorcycle guys having a discussion or two.
  18. So after going through all the logs and checking everything I could I decided to delete the TESTINSTALL website and try a fresh install. Now I have the, what appears to be, almost expected "A test installation has already been activated for this...." I am installing to the same directory. Reading several posts leads me to believe that it has something to do with www vs. no www or http vs https or some other nuance. Sure could use some help with this. I see that usually someone has to reset something. I'm just trying to get to a point where I can have a hope of updating the primary site without it being down for days by using a test site first.
  19. This morning I poked around and found nothing... so I decided to run the upgrade again. Didn't know what to expect. Got a nice formatted page that said "there is nothing to upgrade" I dismissed the page and then thought... well I should probably post that, so I immeadiately ran it again. Now I get a blank page. So maybe some caching thing or something. Don't know.
  20. Dang it... missed one. I got real life stuff to do today. If I don't get a response today... then I guess my next step is to "clear out" the test site and database and try just a clean install.
  21. Well now I think this Javascript error is kind of a red herring. I have also determined that the test.domain.com/forums/index.php is getting called (I put an echo "hello" in the code and it rendered.) What ever happens after that (calling some sort of "Dispatcher") isn't doing what's expected. I'm totally lost at this point. I don't know what the next step should be. The Firefox debugger shows an empty HTML page being produced.
  22. Oddly ... I'm getting the same error in the debugger on the primary site that is running IVS Board 4.4.7 and php 7.4 but execution does not stop.
×
×
  • Create New...