Page Title, Keywords
Swarmer 0
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Page Title, Keywords
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Page Title, Keywords
This is not a free version. Please login with the account that you have registered with your license and open a trouble ticket.
This is not a free version. Please login with the account that you have registered with your license and open a trouble ticket.
1 Re: Page Title, Keywords
chm3 10
From: -
From: -
Page Title, Keywords
I am testing the 1.8-1
I am testing the 1.8-1
1 Re: Page Title, Keywords
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Page Title, Keywords
Which version are you using?
Which version are you using?
1 Re: Page Title, Keywords
chm3 10
From: -
From: -
Page Title, Keywords
I have the same problem as above. Any solutions?
I have the same problem as above. Any solutions?
1 Re: Page Title, Keywords
Swarmer
OP
0
From: -
From: -
Page Title, Keywords
PM sent
PM sent
1 Re: Page Title, Keywords
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Page Title, Keywords
That's odd . Please send me a private message with the URL of your installation.
That's odd . Please send me a private message with the URL of your installation.
1 Re: Page Title, Keywords
Swarmer
OP
0
From: -
From: -
Page Title, Keywords
if you think i should re-install the script i can do that no problem
if you think i should re-install the script i can do that no problem
1 Re: Page Title, Keywords
Swarmer
OP
0
From: -
From: -
Page Title, Keywords
hi, i commented out the code and removed the files, and it's still not working.
hi, i commented out the code and removed the files, and it's still not working.
1 Re: Page Title, Keywords
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Page Title, Keywords
No, don't clear everything, chmod only the files inside of /cache/tags to 0777. If this makes not any difference, try the following code modification.
Open core.php and find:
Then comment out this code section:
Finally, remove all cache files from /cache/tags. It is now working?
No, don't clear everything, chmod only the files inside of /cache/tags to 0777. If this makes not any difference, try the following code modification.
Open core.php and find:
if ($configs[8])
{
$cachefile = @fopen("$var.cah.php", "w") or die ("Error: Can't write cache");
if (flock($cachefile, 2))
{
fputs ($cachefile, "$var2");
}
flock($cachefile, 3);
fclose ($cachefile);
@chmod ("$var.cah.php", 0777);
}
Then comment out this code section:
/*
if ($configs[8])
{
$cachefile = @fopen("$var.cah.php", "w") or die ("Error: Can't write cache");
if (flock($cachefile, 2))
{
fputs ($cachefile, "$var2");
}
flock($cachefile, 3);
fclose ($cachefile);
@chmod ("$var.cah.php", 0777);
}
*/
Finally, remove all cache files from /cache/tags. It is now working?
1 Re: Page Title, Keywords
Swarmer
OP
0
From: -
From: -
Page Title, Keywords
i chmod the cache and tags directory and the php's in the tags directory. i cleared IE, and Firefox cache and cookies... i also added another test file from the admin, the titles and keywords are still not changing.
i chmod the cache and tags directory and the php's in the tags directory. i cleared IE, and Firefox cache and cookies... i also added another test file from the admin, the titles and keywords are still not changing.
1 Re: Page Title, Keywords
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Page Title, Keywords
That look like a permission problem with your server, e.g. the script is successfully writing the cache files to the directory but can no longer read the files.
What happened if you chmod all files in /cache/tags to 0777 (writeable)?
That look like a permission problem with your server, e.g. the script is successfully writing the cache files to the directory but can no longer read the files.
What happened if you chmod all files in /cache/tags to 0777 (writeable)?
1 Re: Page Title, Keywords
Swarmer
OP
0
From: -
From: -
Page Title, Keywords
i manually deleted the default.cah.php from the directory. went to one of my test pages and refreshed it, still no luck. went back to the cache/tags directory and the default.cah.php has been rewritten. the 2 test pages are there also. they are named download-1.cah.php and download-3.cah.php, and have the correct tilte and keywords inserted in them.... another thing the download pages are named after the program title using the mod rewrite, "file_name_1.html" and "file_name_3.html"
i manually deleted the default.cah.php from the directory. went to one of my test pages and refreshed it, still no luck. went back to the cache/tags directory and the default.cah.php has been rewritten. the 2 test pages are there also. they are named download-1.cah.php and download-3.cah.php, and have the correct tilte and keywords inserted in them.... another thing the download pages are named after the program title using the mod rewrite, "file_name_1.html" and "file_name_3.html"
1 Re: Page Title, Keywords
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Page Title, Keywords
Sounds like a problem with the cache file. Deleting the /cache/tags/default.cah.php file should fix this problem.
Sounds like a problem with the cache file. Deleting the /cache/tags/default.cah.php file should fix this problem.
Hi, i have noticed that the "page title" and "meta keywords" on my test "download pages" are not changing from the ones i have set in the admin for the main page. i have not changed the main site header and the codes are there
$insert[page_title]
$insert[page_keywords]
how should i fix this? thanks