da
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: blank 500 pagere-running the wordpress update fixed the issue
Forum: Plugins
In reply to: [Twitter Widget Pro] Twitter lists STILL not working properlyI’m having the same issue as well.
Forum: Plugins
In reply to: [Participants Database]adjustment made. thanks!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Thumbnails not being generatedA client of mine is seeing the same problem.
In one gallery, five images have been uploaded. The first three have thumbs; for the next two (which are much larger… 2.4mb) no thumbnails were generated.
840 x 560 pixel
840 x 672 pixel
267 x 400 pixel
4000 x 3000 pixel
4000 x 3000 pixelHere are the server settings:
Operating System : Linux (32 Bit)
Server : Apache
Memory usage : 20.16 MByte
MYSQL Version : 5.0.90-community
SQL Mode : Not set
PHP Version : 5.2.11
PHP Safe Mode : Off
PHP Allow URL fopen : On
PHP Memory Limit : 64M
PHP Max Upload Size : 32M
PHP Max Post Size : 8M
PHP Output Buffer Size : N/A
PHP Max Script Execute Time : 30s
PHP Exif support : Yes ( V1.4 )
PHP IPTC support : Yes
PHP XML support : Yesideas anyone?
david
Forum: Fixing WordPress
In reply to: Custom TableThank you!!!!!!!!
david
Forum: Fixing WordPress
In reply to: Custom TableThanks.
Getting closer, but not quite there.
New code = `<h2><?php _e(‘Health Tips’,’mtsjourney’); ?></h2>
<?php $mydata = $wpdb->get_results($wpdb->prepare(“SELECT * FROM Video”));
echo “"; print_r($mydata); echo "
“; ?> //just to see everything
`
As you can see from the screen shot url below, the video is being returned, however, the raw array code is also being printed.
The result can be viewed at https://daviddoonan.com/Picture%203.png
Forum: Plugins
In reply to: Import Web Page Datas Like Facebookdid you ever find a solution?
david
Forum: Fixing WordPress
In reply to: import from web page into blogMy client runs a horse racing handicapping site. An example of the type of content he’s interested in would be the first few paragraphs found here:
https://www.calgaryherald.com/Entertainment/insightful+look+world+horse+racing/1290352/story.htmlI thought I found something earlier today that would accomplish what we’re looking for, but I was distracted a couple of dozen phone calls and can’t find that reference. Not sure if I found it on wordpress or on a targeted Gmail ad.
david
Forum: Fixing WordPress
In reply to: permalinks linking to wrong folderMy mistake.
The blog is generated by Moveable Type, not WordPress.
Mea culpa,
da