Chris Luckett
Forum Replies Created
-
Forum: Plugins
In reply to: [FireStorm Professional Real Estate Plugin] Firestorm Real Estate Image IssueFor some reason this thread has been marked ‘resolved’. It has NOT been resolved. Can someone please help?
Forum: Plugins
In reply to: [FireStorm Professional Real Estate Plugin] Firestorm Real Estate Image IssueJust updated to the latest version 2.7.11. I am having the same issue as tomsau12 had 6 months ago. Mine says:
Real Estate Plugin Error: The plugin was unable to setup needed directories for listing images. Please create the following directories and CHMOD them to 755:
/home2/denmanis/public_html/wp-content/uploads/
/home2/denmanis/public_html/wp-content/uploads/fsrep/
/home2/denmanis/public_html/wp-content/uploads/fsrep/extensions/
/home2/denmanis/public_html/wp-content/uploads/fsrep/themes/
/home2/denmanis/public_html/wp-content/uploads/fsrep/agents/
/home2/denmanis/public_html/wp-content/uploads/fsrep/agents/temp/
/home2/denmanis/public_html/wp-content/uploads/fsrep/houses/
/home2/denmanis/public_html/wp-content/uploads/fsrep/houses/small/
/home2/denmanis/public_html/wp-content/uploads/fsrep/houses/large/
/home2/denmanis/public_html/wp-content/uploads/fsrep/houses/temp/
/home2/denmanis/public_html/wp-content/uploads/fsrep/houses/additional/
/home2/denmanis/public_html/wp-content/uploads/fsrep/houses/additional/small/
/home2/denmanis/public_html/wp-content/uploads/fsrep/houses/additional/large/
/home2/denmanis/public_html/wp-content/uploads/fsrep/houses/additional/temp/
However I have no idea how to implement this. I’ve googled the topic & still cannot figure it out. Also, some of the directories listed already appear to be in my site when I check via Filezilla. Any help greatly appreciated as I’m unable to add any new images to my listings, or even remove ones currently there.Forum: Plugins
In reply to: [Permalink Editor] Permalinks to Posts Not WorkingThanks Knut. I did as you suggested. I also found that I had to put /%pagename%/%postname% in the Custom Structure text box to get both my pages and my posts to work properly, as well as filling in the Page Permalink text box below with the appropriate info. If I put anything in any of the other boxes (category, tag or author) it broke the page links, but I didn’t need those in any event, so all is good.
Forum: Plugins
In reply to: [Permalink Editor] Sub Page URL also shows parent pageThanks 36flavours. Hope you’re able to do it at some point – would make the plugin perfect!
Forum: Plugins
In reply to: [Permalink Editor] Permalinks to Posts Not WorkingYes. I just checked the .htaccess file and it shows the following (copied and pasted from file):
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: WordPress Site Has DisappearedI don’t think that’s possible. Because I was unable to access the phpMyAdmin when I was using my original WP site, I did what the Wamp forum suggested & downloaded a ResetMySQL file. After that I was able to access the phpMyAdmin interface but there was no wordpress db there. The only thing that I wasn’t able to remove from my C:\wamp\localhost\wordpress folder was the actual www folder and that was because it said “it has one or more of its subfolders shared with other people. If you delete this folder, other people won’t be able to access its shared content Folder: C:\wamp\www\wordpress”. Could that be significant?
Forum: Fixing WordPress
In reply to: WordPress Site Has DisappearedBut where? I was told that it would be a .sql file, but I tried Search & cannot find any of those anywhere! All I see in my WordPress folders & files are html, php, etc.
Forum: Fixing WordPress
In reply to: migration to another server, site it's not workingOh I so hope someone here can help! I’ve just had a similar thing happen.
I managed to get most of my new WP site transferred from my local computer host where I’ve been developing the new site. My site is mostly comprised of pages with information and pictures. Using Filezilla I’ve mirrored the local folders on my new remote test directory folders. However, although the thumbnail pictures on the pages are reproducing on the remote site, all the large (top of each page) header pics are not. Nor are the 4 photos I’ve used in the Accordian Showcase on the Home Page. None of the photos presently in the Media Library on my local site transferred into the Media Library on the remote site (yet the in-page pictures are still showing up on the remote site). The upload folders are all in their proper place on the remote site, but no photos in the Media Library! Any ideas on how to correct this?Forum: Installing WordPress
In reply to: Wamp Server Not WorkingI’m not quite sure why Skype was ever brought up in this discussion. I don’t have or use Skype.
Forum: Installing WordPress
In reply to: Wamp Server Not WorkingThanks okimangelo. I actually stumbled across how to turn off IIS7, which I did. Wamp is now working & somehow I actually finally got WP installed.
Forum: Installing WordPress
In reply to: Wamp Server Not WorkingHow do you stop IIS?
Forum: Installing WordPress
In reply to: Wamp Server Not WorkingAlso, when I go to the https://localhost:443/phpmyadmin page, I get the following:
Welcome to phpMyAdmin
Error
MySQL said:
#1045 – Access denied for user ‘root’@’localhost’ (using password: NO)
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
How do I do this?Forum: Installing WordPress
In reply to: Wamp Server Not WorkingThanks to okimangelo I have the Wamp server working. However, it still seems to be connected to the 80 port somehow. When I manually type in the localhost443 it opens the Wamp homepage. But when I click on the Localhost icon in the Wampserver 2.1 pop up menu, it still goes to the 80 page. Also, when I click on the phgMyAdmin icon, I get an HTTP Error 404.0 – Not Found, indicating:
Requested URL https://localhost:80/phpmyadmin/
Physical Path C:\inetpub\wwwroot\phpmyadmin\
Logon Method Anonymous
Logon User Anonymous
I’m assuming that something needs to be changed in the Wamp data, but what? Don’t want to attempt installing WordPress until I get all this fixed!Forum: Installing WordPress
In reply to: Wamp Server Not WorkingAnd yes, I have Windows 7.
Forum: Installing WordPress
In reply to: Wamp Server Not WorkingI just clicked on the Apache link to Install Service & a window popped up saying that: Your port is actually used by Server: Microsoft- IIS/7.5.
I’m assuming that means I already have a server installed on my computer, but now need to know how to utilize it. Sorry but I’m very new to this & am finding it very confusing!
Should I uninstall WAMP & use what I already have? If so, what now?
Many thanks!