TECH TIPS
How do I change my wordpress URL back to its old settings
Go to your MySQL Command Line Client Enter password that you used when you set up wordpress. You will see a mysql> prompt. Select wordpress database by typing "use wordpress" or whatever wordpress database name you used. mysql> UPDATE wp_options SET option_value...
Using a powershell script to rename a file by stripping the appended date
The problem is simple. I want to display an embedded pdf on a web page. My Sonicwall reports for example only creates reports with the date appended to the file name. I want to accomplish the following: Remove yesterday's file (date already stripped) Rename today's...
Trying to save a report as a pdf on a network share for SQL Reporting Services subscriptions
You may have seen a error complaining of a failure and a report server configuration problem. Make sure you are using Integrated Authentication. Next, check your file server permissions. Our network shares allow Network Services so I had to change the Reporting...
Where are the log files stored for SQL 2008 Report Services?
C:Program FilesMicrosoft SQL ServerMSRS10.MSSQLSERVERReporting ServicesLogFiles
How Do I Display a PDF File in a HTML Web Page
Step 1 Save the PDF you wish to link to on a local drive on your computer. It's good practice to save all the documents you make available on your website in one location in case you ever have to upload or locate information quickly. Step 2 Upload the PDF to your web...
I installed a new wordpress them and now I get a parse error
Here is the full error Parse error: parse error, unexpected '{' in /home/content/m/f/4/mf4people/html/blog/wp-content/themes/slidette/functions.php on line 146 FTP to your site and delete that theme's folder (under /wp-content/themes/ThemeName). WordPress will then...