sraymond
Forum Replies Created
-
Forum: Plugins
In reply to: DB Backup/Restore Script and WP1.5I’m having what seems a small problem. If I install as directed, I get an error:
Forbidden
You don’t have permission to access /wordpress/wp-admin/c:\wamp\www\wordpress\wp-content\plugins/backuprestoreAdmin.php on this server.By changing the backuprestore.php line that reads:
add_menu_page(‘Backup/Restore’, ‘Backup/Restore’, 9, dirname(__FILE__) . ‘/backuprestoreAdmin.php’);
to:
add_menu_page(‘Backup/Restore’, ‘Backup/Restore’, 9, ‘backuprestoreAdmin.php’);
I can get to the backuprestoreAdmin.php page OK, but I’m seeing some warnings:
10
Warning: Cannot modify header information – headers already sent by (output started at c:\wamp\www\wordpress\wp-admin\backuprestoreadmin.php:5) in c:\wamp\www\wordpress\wp-admin\admin.php on line 6Warning: Cannot modify header information – headers already sent by (output started at c:\wamp\www\wordpress\wp-admin\backuprestoreadmin.php:5) in c:\wamp\www\wordpress\wp-admin\admin.php on line 7
Warning: Cannot modify header information – headers already sent by (output started at c:\wamp\www\wordpress\wp-admin\backuprestoreadmin.php:5) in c:\wamp\www\wordpress\wp-admin\admin.php on line 8
Warning: Cannot modify header information – headers already sent by (output started at c:\wamp\www\wordpress\wp-admin\backuprestoreadmin.php:5) in c:\wamp\www\wordpress\wp-admin\admin.php on line 9
These warnings don’t affect the function (thankfully! this is a great plugin!), but I’d like to know how to fix the problem. Any help would be greatly appreciated. Thanks!
Forum: Themes and Templates
In reply to: Beautiful siteChecking out the source code of the site, I found “<meta name=”generator” content=”Greysight 0.99″ />”. A google on “Greysight” led to some information such as https://forum.textpattern.com/viewtopic.php?id=4440 – check it out for more information.
Forum: Plugins
In reply to: Exhibit 1.1 Photo Gallery PluginI am using WP 1.5 and plugin 1.1d. If I click thumbnailed image add icon, javascript reports problem – wrong syntax. Therefore I cannot add images to the left part of exhibit and cannot add them to posts.
Same problem here with the same versions. If I debug the script, I’m seeing this:
<script type=”text/javascript”><!–
<div id=’error’>
<p class=’wpdberror’>WordPress database error: [Table ‘wordpress15a.exhibit’ doesn’t exist]
SELECT MAX(picorder) FROM exhibit WHERE post_ID = 94
</div><div id=’error’>
<p class=’wpdberror’>WordPress database error: [Table ‘wordpress15a.exhibit’ doesn’t exist]
SELECT count(ID) as imgct FROM exhibit WHERE photo = 'images\\/P1010001.JPG' and post_ID = 94;
</div><div id=’error’>
<p class=’wpdberror’>WordPress database error: [Table ‘wordpress15a.exhibit’ doesn’t exist]
INSERT INTO exhibit (post_ID, photo, thumb, caption, picorder) values('94', 'images\/P1010001.JPG', 'images\/t/P1010001.JPG', '©2004', 1);
</div>addExhibitImage(‘images\/t/P1010001.JPG’,’images\/P1010001.JPG’,0,false);
//–></script>the “images\/…” seems a bit strange.
Scott-