|
#26
Dec 22, 2010, 12:31 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Were you using Atahualpa before you went to 3.5.3 and did it work?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#27
Dec 22, 2010, 12:32 PM
|
|
Yes and I tried to roll back to 3.5.2, 3.5.1, etc and it does not work for any version. So maybe something set in wp-options?
|
#28
Dec 22, 2010, 03:04 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Well if you want to see, you could export your database and send it to me and I'll install it on a wp 3.0.3 site
or you could export the DB then delete all the rows in the wp-options table that begin with 'bfa_' and that would clean out all atahualpa, but I think it's a memory issue or php settings issue (gut feeling)
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#29
Dec 23, 2010, 08:13 AM
|
|
I have uploaded a zip of the DB dump. Where can I email you so you will know the location and user/pw to download or do you prefer me to email? (tried to attach by zip exceeds forums limit of 250 KB).
|
#30
Dec 23, 2010, 09:08 AM
|
|
Interesting, with the dump, I copied over to my dev server and theme options work, so you must be correct there must be a perms issue of some sort, but I have duplicated your suggested settings.
|
#31
Dec 23, 2010, 09:29 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
You could do a phpinfo() on both locations and compare them
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#32
Dec 28, 2010, 10:48 AM
|
|
When I turn debugging on, interesting theme errors:
Notice: Undefined index: page in /var/www/html/mrl365_2/wp-content/themes/atahualpa353/functions/bfa_get_options.php on line 404
Notice: Undefined index: page in /var/www/html/mrl365_2/wp-content/themes/atahualpa353/functions/bfa_get_options.php on line 426
[28-Dec-2010 11:43:02] PHP Notice: Undefined variable: logo_icon_text in /var/www/html/mrl365_2/wp-content/themes/atahualpa353/functions/bfa_theme_options.php on line 543
[28-Dec-2010 11:43:02] PHP Notice: Undefined variable: header_image_text in /var/www/html/mrl365_2/wp-content/themes/atahualpa353/functions/bfa_theme_options.php on line 668
[28-Dec-2010 11:43:02] PHP Notice: Undefined variable: widget_form_string in /var/www/html/mrl365_2/wp-content/themes/atahualpa353/functions/bfa_theme_options.php on line 1961
[28-Dec-2010 11:43:02] PHP Notice: Undefined index: page_post_options in /var/www/html/mrl365_2/wp-content/themes/atahualpa353/functions.php on line 568
[28-Dec-2010 11:43:03] PHP Notice: Undefined variable: logo_icon_text in /var/www/html/mrl365_2/wp-content/themes/atahualpa353/functions/bfa_theme_options.php on line 543
[28-Dec-2010 11:43:03] PHP Notice: Undefined variable: header_image_text in /var/www/html/mrl365_2/wp-content/themes/atahualpa353/functions/bfa_theme_options.php on line 668
[28-Dec-2010 11:43:03] PHP Notice: Undefined variable: widget_form_string in /var/www/html/mrl365_2/wp-content/themes/atahualpa353/functions/bfa_theme_options.php on line 1961
|
#33
Dec 28, 2010, 12:25 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
There a re a number of undefined index messages - there is a new wordpress requirement that there be no warnings from a theme and this has been cleaned up for the next release which is awaiting review by the wordpress theme review process.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#34
Dec 28, 2010, 01:20 PM
|
|
Wala, figure dit out!
Had filetype js not included in my /wp-content/htaccess/ file.
Added an now looks like this:
Order Allow,Deny
Deny from all
<Files ~ ".(css|jpe?g|png|pdf|txt|gif|js|ini|html|htm|ico)$ ">
Allow from all
</Files>
You can close and thank you so much.
|
|