How to see activity on ActiveCollab v2.3.2 - activecollab

I was recently asked to investigate an deleted project on active collab v2.3.2 but I can't find anything, I looked in the database and the "project id" assigned to the project is not listed in the database.
I'm not sure where else to look, I need to find when and who deleted the project?
Any ideas and help would be much appreciated.
Thanks in advance.

Related

Big Query public dataset not loading or populating

My name is Eric and i am in the process of completing my Google certification course for Data Analytics. I just started learning about using SQL and now just set up my GCP account. I have tried moving along with the course but stuck on one section as i don't know where to find the help i need. when trying to access the public dataset/ get data in general nothing seems to pop up no tables or data loading on my end. not sure if my account needs to be updated or some sort of access issue i just don't know where to turn to. if anyone can help it would be greatly appreciated.

Missing Schemas in MySQL Workbench

I am having an issue in MySQL Workbench, where many of my created schemas are missing. I was in a Coding Bootcamp, and all the schemas that I created during that period vanished. The ones created beforehand are all still there. I'm pretty sure I am using the same user account and I checked the privileges. I also checked usr/local/var/mysql and the missing schemas are not located in this folder. So my question is what happened to them? I certainly did not delete them. Maybe someone else did when I wasn't looking? Or could this have been caused by an update? I went several months without opening Workbench, so I'm not exactly sure when this happened. I have searched for hours and hours on SO and google and have not found an answer. Any ideas are much appreciated!
Also, I am on MacOS Catalina 10.15.7 if that helps.

Share ssis package/solution to another person

I need help please, I have created ssis package, still in development stage, I need to send to another person so that it can be checked/ edited before it get deployed,
I didn’t check in yet, what is the steps to share it with someone else with out deploying it?
Thank you.
When you created the package, it asked you for a directory to store the Visual Studio solution. You could just give them the copy of the solution directory.

Yii2 Advance not update data after save file to remote server

I'm used Yii2 Advance to develop system via remote server. When I save file editor will upload it to server automatic. After save I refresh browser. It's still show old data not update from new file. And about 1 min it will up to date.
I test the different folder on server It's work find, Update when save file.
Please help me.
Thanks and best regards,
Woody
Well, Now I can solve this problem by myself.
This effect is PHP function "OPCache" it come with PHP 5.5 or higher.
We can disable OPCache by many way but I used this solution.
Open autoload.php from /yii2project/vender/autoload.php and add this code.
opcache_reset();
I don't know what the best way in Yii2 for reset opcache like this. If it has please reply this post.
Thank you everyone and to think this topic will help you.

3rd party MySQL and Google Apps

I did scour the net and stackoverflow before posting this question, so forgive me if I overlooked anything already posted.
I admin a large amount of mailing lists through Google Apps.
At the moment we do this manually by "please add me to:" or "please remove me from:" emails.
I see no reason though to not do this through a php/mysql form and unsubscribe link.
My problem is that I have no idea how to communicate the mysql requests with google.
Could somebody please point me in the right direction?
Google has something like mysql:
http://code.google.com/appengine/docs/java/datastore/
I don't think you are going to be able to hook up to your own mysql from appengine.
You could put a rest api in front of your mysql server though.
Hope this helps