paulp51d
Forum Replies Created
-
Sorry, I should have said. We have already found this setting, have it set to ‘No.’ It appears to make no difference.
Paul
Forum: Plugins
In reply to: [Appointment Hour Booking - Booking Calendar] Max Number of AppointmentsThank you for clarifying that. Great plugin, by the way.
Paul
Forum: Plugins
In reply to: [Appointment Hour Booking - Booking Calendar] Max Number of AppointmentsI just looked, but I can’t find it. I am guessing you are not running the free version, as I am?
Forum: Plugins
In reply to: [Appointment Hour Booking - Booking Calendar] Max Number of AppointmentsOK, thanks, I’ll give it a try.
Hi Suyogya,
I have just fixed the problem. I had pasted by article into the blog page without first clicking on the past text button.
So, when the text went in there was a lot of <span> tags, which I just ignored.
Now that I have re-pasted the text in properly the problem has gone away.
Thank you for a prompt reply.
Paul
Forum: Localhost Installs
In reply to: WAMP – server DNS address could not be foundYes, the question was answered. Namely; this is a known bug. Good enough for me.
Forum: Localhost Installs
In reply to: WAMP – server DNS address could not be foundMarius,
I found the while loop and tried replacing a couple of the $projectContents in the loop, but still failed. This is no doubt because I am picking the wrong $projectContents, or chopping out too much or too little.
Here is the loop, in which there are four $projectContents .=
Where do I cut and paste?
$projectContents = ''; while (($file = readdir($handle))!==false) { if (is_dir($file) && !in_array($file,$projectsListIgnore)) { $projectContents .= ' <li><a href="'; if($suppress_localhost) $projectContents .= 'http://'.$file.$UrlPort.'/"'; else $projectContents .= 'http://localhost'.$UrlPort.'/'.$file.'/"'; $projectContents .= '>'.$file.'</li> ';Forum: Localhost Installs
In reply to: WAMP – server DNS address could not be foundHi Marius,
I tried this but I am using Wamp64 and the index.php must be a different version.
The first line that begins with $projectsContent is line 475 – it looks like this: $projectContents = ”;
If I make the change that you supplied and then try to run localhost from the WAMP admin menu I just get an error message relating to line 477 in the new code, like this:
( ! ) Parse error: syntax error, unexpected ‘(‘ in C:\wamp64\www\index.php on line 477
Thanks for trying, though.
Regards
Paul
Forum: Localhost Installs
In reply to: WAMP – server DNS address could not be foundGuys,
Thank you both for the help. I guess if its a known bug that’s an end to it, but at least I now know that it’s nothing that I have done.
Cheers Paul
Forum: Localhost Installs
In reply to: WAMP – server DNS address could not be foundHi tsure,
Yes, I can type that in the browser and it works. But what I am saying is that in the Localhost page that you get to from the WAMP Admin there are some links there under ‘projects’.
I should just be able to click on the project name and localhost/myproject should appear in the browser address bar, but only ‘myproject’ appears, so I get ‘server DNS address could not be found’.
Anyway I will take a look at the tutorial. It just seems that it must be a simple one for somebody who knows the answer.
Paul
Forum: Fixing WordPress
In reply to: Disk usage expandingThanks, that’s perfect. I have searched for a tool like this many times, but never spotted it was there.
Looks like a vast amount of image content and a couple of very large plugins are the culprits.
Cheers.
Thanks, I will investigate.
By the way, you say that S2 integrates with Get Response, but does that include with Free memberships? From what I have seen of other plugins they tend to only offer automatically generated usernames and passwords with payment gateways.
Hmmm… Looks as if it could the trick. I will try it out. Only problem is that it seems that the user then gets the option to sign themselves up and in my ignorance I don’t know if this has any security implications.
Meanwhile, I would still like to hear of any other solutions that might be out there.
Thanks
Forum: Plugins
In reply to: [DMSGuestbook] How to re-order the country fieldDani,
Thank you for that. I have it as I want it now.
Regards
Paul